2022-09-27T15:40:21.7826859Z Requested labels: windows.4xlarge 2022-09-27T15:40:21.7826930Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/pull/85462/merge 2022-09-27T15:40:21.7826951Z Waiting for a runner to pick up this job... 2022-09-27T15:40:25.0647290Z Job is about to start running on the runner: i-00b0f2213fd2b324c (organization) 2022-09-27T15:40:28.0676017Z Current runner version: '2.296.2' 2022-09-27T15:40:28.0682408Z Runner name: 'i-00b0f2213fd2b324c' 2022-09-27T15:40:28.0682824Z Runner group name: 'Default' 2022-09-27T15:40:28.0683384Z Machine name: 'EC2AMAZ-AQI3P6A' 2022-09-27T15:40:28.0685434Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:40:28.0686010Z Actions: read 2022-09-27T15:40:28.0686246Z Checks: read 2022-09-27T15:40:28.0686512Z Contents: read 2022-09-27T15:40:28.0686771Z Deployments: read 2022-09-27T15:40:28.0686999Z Discussions: read 2022-09-27T15:40:28.0687246Z Issues: read 2022-09-27T15:40:28.0687504Z Metadata: read 2022-09-27T15:40:28.0687728Z Packages: read 2022-09-27T15:40:28.0687971Z Pages: read 2022-09-27T15:40:28.0688239Z PullRequests: read 2022-09-27T15:40:28.0688603Z RepositoryProjects: read 2022-09-27T15:40:28.0688918Z SecurityEvents: read 2022-09-27T15:40:28.0689191Z Statuses: read 2022-09-27T15:40:28.0689405Z ##[endgroup] 2022-09-27T15:40:28.0692378Z Secret source: None 2022-09-27T15:40:28.0692923Z Prepare workflow directory 2022-09-27T15:40:28.1585075Z Prepare all required actions 2022-09-27T15:40:28.1738981Z Getting action download info 2022-09-27T15:40:28.7144247Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:41:16.5055135Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:41:17.3899844Z Getting action download info 2022-09-27T15:41:17.8563080Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:41:18.4866842Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-09-27T15:41:18.4868411Z ##[group] Inputs 2022-09-27T15:41:18.4868665Z build-environment: win-vs2019-cpu-py3 2022-09-27T15:41:18.4868862Z cuda-version: cpu 2022-09-27T15:41:18.4869301Z 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-09-27T15:41:18.4869684Z sync-tag: 2022-09-27T15:41:18.4869845Z ##[endgroup] 2022-09-27T15:41:18.4870248Z Complete job name: win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) 2022-09-27T15:41:18.6743152Z ##[group]Run git config --global core.symlinks true 2022-09-27T15:41:18.6743587Z git config --global core.symlinks true 2022-09-27T15:41:18.9971754Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:41:18.9972082Z env: 2022-09-27T15:41:18.9972277Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:18.9972475Z ##[endgroup] 2022-09-27T15:41:20.4328423Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:41:20.4328755Z with: 2022-09-27T15:41:20.4328918Z no-sudo: true 2022-09-27T15:41:20.4329089Z submodules: recursive 2022-09-27T15:41:20.4329252Z fetch-depth: 0 2022-09-27T15:41:20.4329420Z env: 2022-09-27T15:41:20.4329581Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:20.4329747Z ##[endgroup] 2022-09-27T15:41:20.4600518Z ##[group]Run retry () { 2022-09-27T15:41:20.4600741Z retry () { 2022-09-27T15:41:20.4600944Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:41:20.4601155Z } 2022-09-27T15:41:20.4601376Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:41:20.4601561Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:41:20.4601780Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:41:20.4601981Z else 2022-09-27T15:41:20.4602189Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:41:20.4602374Z fi 2022-09-27T15:41:20.4602546Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:41:20.4628338Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:41:20.4628602Z env: 2022-09-27T15:41:20.4629665Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:20.4629831Z NO_SUDO: true 2022-09-27T15:41:20.4629994Z ##[endgroup] 2022-09-27T15:41:20.6648897Z C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:20.9615428Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:41:20.9615624Z with: 2022-09-27T15:41:20.9615807Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:41:20.9616000Z fetch-depth: 0 2022-09-27T15:41:20.9616161Z submodules: recursive 2022-09-27T15:41:20.9616339Z quiet-checkout: true 2022-09-27T15:41:20.9616534Z repository: pytorch/pytorch 2022-09-27T15:41:20.9616864Z token: *** 2022-09-27T15:41:20.9617025Z ssh-strict: true 2022-09-27T15:41:20.9617220Z persist-credentials: true 2022-09-27T15:41:20.9617388Z clean: true 2022-09-27T15:41:20.9617537Z lfs: false 2022-09-27T15:41:20.9617707Z set-safe-directory: true 2022-09-27T15:41:20.9617861Z env: 2022-09-27T15:41:20.9618023Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:20.9618195Z ##[endgroup] 2022-09-27T15:41:22.1227103Z Syncing repository: pytorch/pytorch 2022-09-27T15:41:22.1228492Z ##[group]Getting Git version info 2022-09-27T15:41:22.1228783Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:41:22.1267051Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-09-27T15:41:22.1439824Z git version 2.37.3.windows.1 2022-09-27T15:41:22.1472080Z ##[endgroup] 2022-09-27T15:41:22.1486255Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\fe232dd0-08e3-4c92-a952-2f4f47e52b79\.gitconfig' 2022-09-27T15:41:22.1538110Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fe232dd0-08e3-4c92-a952-2f4f47e52b79' before making global git config changes 2022-09-27T15:41:22.1538542Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:41:22.1547248Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:22.1775701Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:41:22.1780782Z ##[group]Initializing the repository 2022-09-27T15:41:22.1788903Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:22.2226778Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:41:22.2263800Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:41:22.2517418Z ##[endgroup] 2022-09-27T15:41:22.2517784Z ##[group]Disabling automatic garbage collection 2022-09-27T15:41:22.2528329Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-09-27T15:41:22.3015344Z ##[endgroup] 2022-09-27T15:41:22.3015761Z ##[group]Setting up auth 2022-09-27T15:41:22.3028016Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:41:22.3229003Z [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-09-27T15:41:23.8097867Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:41:23.8302367Z [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-09-27T15:41:24.1724319Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-09-27T15:41:24.1981165Z ##[endgroup] 2022-09-27T15:41:24.1981539Z ##[group]Fetching the repository 2022-09-27T15:41:24.1993288Z [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-09-27T15:42:33.8934349Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:42:33.9170793Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:42:36.2441324Z ##[endgroup] 2022-09-27T15:42:36.2441711Z ##[group]Determining the checkout info 2022-09-27T15:42:36.2442787Z ##[endgroup] 2022-09-27T15:42:36.2443137Z ##[group]Checking out the ref 2022-09-27T15:42:36.2453382Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:42:54.2194482Z ##[endgroup] 2022-09-27T15:42:54.2194907Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:42:54.2204974Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-09-27T15:42:54.2482401Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:42:54.2686928Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:42:54.2900732Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:42:54.3101898Z ##[endgroup] 2022-09-27T15:42:54.3102253Z ##[group]Fetching submodules 2022-09-27T15:42:54.3110299Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-09-27T15:42:54.6715007Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:42:55.1223533Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:42:55.1224023Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:42:55.1224494Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:42:55.1225741Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:42:55.1226902Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:42:55.1227470Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:42:55.1228508Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:42:55.1228961Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:42:55.1229394Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:42:55.1229806Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:42:55.1230343Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:42:55.1230786Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:42:55.1231195Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:42:55.1231584Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:42:55.1232006Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:42:55.1232418Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:42:55.1232908Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:42:55.1233325Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:42:55.1233765Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:42:55.1234195Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:42:55.1234608Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:42:55.1235013Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:42:55.1235431Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:42:55.1235826Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:42:55.1236220Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:42:55.1236614Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:42:55.1237026Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:42:55.1237418Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:42:55.1237829Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:42:55.1238254Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:42:55.1238689Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:42:55.1239132Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:42:55.1239603Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:42:55.1240355Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:42:55.1384182Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:42:55.1384704Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:42:55.1385173Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:42:55.1385590Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:42:55.1385961Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:42:55.1386375Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:42:55.1386797Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:42:55.6199341Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:42:56.0625313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:42:56.3748469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:42:56.8356702Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:42:57.2715908Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:43:00.3903835Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:43:07.2713020Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:43:07.8897046Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:43:08.6178486Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:43:10.3919715Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:43:12.9833126Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:43:15.1791475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:43:21.5318296Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:43:22.6041027Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:43:24.0836123Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:43:25.5738341Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:43:25.9057494Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:43:26.6962893Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:43:27.1616051Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:43:28.4527176Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:43:29.0485985Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:43:29.3643450Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:43:29.9973923Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:43:33.3865109Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:43:34.0351335Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:43:34.5209136Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:43:44.3890580Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:43:45.9679877Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:43:46.5756828Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:43:46.9708372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:43:53.0933726Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:43:53.4200852Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:43:53.7566939Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:43:54.9173893Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:43:55.2649251Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:43:55.7395080Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:43:56.2616499Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:43:57.3370992Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:44:00.3772019Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:44:01.0730901Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:44:04.1118859Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:44:04.3229610Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:44:04.4999702Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:44:04.6112041Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:44:04.9390627Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:44:05.3739454Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:44:06.0727739Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:44:19.8966097Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:44:20.1536078Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:44:20.8709351Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:44:21.6344053Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:44:59.3699994Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:45:16.4250530Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:45:30.7345639Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:45:34.1801160Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:45:34.2300552Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:45:34.2301061Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:45:34.2301558Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:45:34.2302811Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:45:36.8992617Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:45:37.5921188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:45:38.6999358Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:45:39.1425524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:45:39.4462561Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:45:40.7283201Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:45:41.3186294Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:45:41.4183264Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:45:43.0493254Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:45:43.7845999Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:45:43.9457850Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:45:44.2430766Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:45:44.4585952Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:45:44.9735560Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:45:45.1814187Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:45:45.1926215Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:45:52.0209671Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:45:58.2753969Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:45:58.2872663Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:46:07.2702866Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:46:22.7269648Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:46:23.2957290Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:46:23.7890723Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:46:25.8265737Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:46:25.8405012Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:46:25.8405580Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:46:27.6639759Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:46:29.0280447Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:46:29.7892738Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:46:31.5311809Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:46:32.1040207Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:46:32.2404867Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:46:36.3020967Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:46:47.2676738Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:46:47.2833499Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:46:47.2834072Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:46:48.2492313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:46:49.4288651Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:46:50.2128217Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:46:51.1191962Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:46:51.3756219Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:46:51.3869848Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:46:54.2188820Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:46:57.4877515Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:46:57.5017482Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:46:57.5018058Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:46:58.1782173Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:46:59.4628404Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:46:59.9416525Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:47:00.7671115Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:47:00.7788771Z 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-09-27T15:47:01.2528898Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:47:01.3418809Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:47:01.4405923Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:47:12.4017529Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:47:12.4165048Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:12.4165591Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:13.1456738Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:47:15.1799610Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:47:15.4467439Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:47:17.3869615Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:47:17.4572527Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:47:17.6439682Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:47:18.2835146Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:47:18.5117241Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:47:18.9314747Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:47:19.0452634Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:47:20.3918129Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:47:26.0236480Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:47:27.5726837Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:47:27.6021040Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:27.6021571Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:27.6022041Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:27.6023595Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:29.2296706Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:47:29.7082558Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:47:31.4198602Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:47:32.5904151Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:47:32.9451742Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:47:33.1984761Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:47:34.3151847Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:47:34.9575231Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:47:34.9689908Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:35.6715168Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:47:35.7265280Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:47:36.8659342Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:47:36.8851289Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-09-27T15:47:37.3724689Z Entering 'android/libs/fbjni' 2022-09-27T15:47:37.4135461Z Entering 'third_party/FP16' 2022-09-27T15:47:37.4840192Z Entering 'third_party/FXdiv' 2022-09-27T15:47:37.5239272Z Entering 'third_party/NNPACK' 2022-09-27T15:47:37.5636626Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:37.6037265Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:37.6445806Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:37.6855484Z Entering 'third_party/benchmark' 2022-09-27T15:47:37.7254985Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:37.7654979Z Entering 'third_party/cub' 2022-09-27T15:47:37.8059645Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:37.8468849Z Entering 'third_party/cutlass' 2022-09-27T15:47:37.8876219Z Entering 'third_party/eigen' 2022-09-27T15:47:37.9277980Z Entering 'third_party/fbgemm' 2022-09-27T15:47:37.9671146Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:38.0074611Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:38.0482061Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:38.0890491Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:38.1316330Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:38.1726238Z Entering 'third_party/fmt' 2022-09-27T15:47:38.2129258Z Entering 'third_party/foxi' 2022-09-27T15:47:38.2533295Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:38.2937068Z Entering 'third_party/gloo' 2022-09-27T15:47:38.3342147Z Entering 'third_party/googletest' 2022-09-27T15:47:38.3749918Z Entering 'third_party/ideep' 2022-09-27T15:47:38.4139363Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:38.4531348Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:38.4970472Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:38.5375678Z Entering 'third_party/ittapi' 2022-09-27T15:47:38.5775724Z Entering 'third_party/kineto' 2022-09-27T15:47:38.6171900Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:38.6581542Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:38.7000749Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:38.7404705Z Entering 'third_party/neon2sse' 2022-09-27T15:47:38.7801554Z Entering 'third_party/nlohmann' 2022-09-27T15:47:38.8199793Z Entering 'third_party/onnx' 2022-09-27T15:47:38.8595392Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:38.8999713Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:38.9406118Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:38.9793331Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:39.0188296Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:39.0594070Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:39.0994956Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:39.1453542Z Entering 'third_party/pocketfft' 2022-09-27T15:47:39.1853765Z Entering 'third_party/protobuf' 2022-09-27T15:47:39.2252002Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:39.2660545Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:39.3078772Z Entering 'third_party/psimd' 2022-09-27T15:47:39.3485083Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:39.3895343Z Entering 'third_party/pybind11' 2022-09-27T15:47:39.4301292Z Entering 'third_party/python-enum' 2022-09-27T15:47:39.4699488Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:39.5095593Z Entering 'third_party/python-six' 2022-09-27T15:47:39.5487232Z Entering 'third_party/sleef' 2022-09-27T15:47:39.5871858Z Entering 'third_party/tbb' 2022-09-27T15:47:39.6274192Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:39.6660552Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:39.7064801Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:39.7465347Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:39.7870415Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:39.8263526Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:39.8696936Z Entering 'third_party/zstd' 2022-09-27T15:47:39.9166587Z ##[endgroup] 2022-09-27T15:47:39.9166995Z ##[group]Persisting credentials for submodules 2022-09-27T15:47:39.9178136Z [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-09-27T15:47:40.2816527Z Entering 'android/libs/fbjni' 2022-09-27T15:47:40.3280460Z Entering 'third_party/FP16' 2022-09-27T15:47:40.3749797Z Entering 'third_party/FXdiv' 2022-09-27T15:47:40.4214765Z Entering 'third_party/NNPACK' 2022-09-27T15:47:40.4689345Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:40.5163432Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:40.5635567Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:40.6117676Z Entering 'third_party/benchmark' 2022-09-27T15:47:40.6600984Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:40.7076199Z Entering 'third_party/cub' 2022-09-27T15:47:40.7549832Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:40.8023840Z Entering 'third_party/cutlass' 2022-09-27T15:47:40.8498627Z Entering 'third_party/eigen' 2022-09-27T15:47:40.8966163Z Entering 'third_party/fbgemm' 2022-09-27T15:47:40.9431560Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:40.9908794Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:41.0373839Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:41.0842235Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:41.1329533Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:41.1808750Z Entering 'third_party/fmt' 2022-09-27T15:47:41.2287553Z Entering 'third_party/foxi' 2022-09-27T15:47:41.2756632Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:41.3236152Z Entering 'third_party/gloo' 2022-09-27T15:47:41.3713271Z Entering 'third_party/googletest' 2022-09-27T15:47:41.4191151Z Entering 'third_party/ideep' 2022-09-27T15:47:41.4648498Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:41.5118175Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:41.5633084Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:41.6108242Z Entering 'third_party/ittapi' 2022-09-27T15:47:41.6592914Z Entering 'third_party/kineto' 2022-09-27T15:47:41.7054928Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:41.7542478Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:41.8040822Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:41.8517841Z Entering 'third_party/neon2sse' 2022-09-27T15:47:41.8985635Z Entering 'third_party/nlohmann' 2022-09-27T15:47:41.9462738Z Entering 'third_party/onnx' 2022-09-27T15:47:41.9942689Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:42.0413810Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:42.5153410Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:42.5619911Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:42.6095488Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:42.6576307Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:42.7042959Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:42.7566833Z Entering 'third_party/pocketfft' 2022-09-27T15:47:42.8041673Z Entering 'third_party/protobuf' 2022-09-27T15:47:42.8492156Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:42.8960033Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:42.9452603Z Entering 'third_party/psimd' 2022-09-27T15:47:42.9929923Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:43.0402291Z Entering 'third_party/pybind11' 2022-09-27T15:47:43.0873802Z Entering 'third_party/python-enum' 2022-09-27T15:47:43.1334769Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:43.1803711Z Entering 'third_party/python-six' 2022-09-27T15:47:43.2266357Z Entering 'third_party/sleef' 2022-09-27T15:47:43.2739180Z Entering 'third_party/tbb' 2022-09-27T15:47:43.3225320Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:43.3694750Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:43.4182099Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:43.4660195Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:43.5140837Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:43.5612422Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:43.6117846Z Entering 'third_party/zstd' 2022-09-27T15:47:43.6663406Z [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-09-27T15:47:44.0314133Z Entering 'android/libs/fbjni' 2022-09-27T15:47:44.0839364Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:47:44.0976491Z Entering 'third_party/FP16' 2022-09-27T15:47:44.1499352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:47:44.1635255Z Entering 'third_party/FXdiv' 2022-09-27T15:47:44.2161767Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:47:44.2299555Z Entering 'third_party/NNPACK' 2022-09-27T15:47:44.2828417Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:47:44.2967851Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:44.3497712Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:47:44.3632969Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:44.4152507Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:47:44.4286723Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:44.4790357Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:47:44.4935997Z Entering 'third_party/benchmark' 2022-09-27T15:47:44.5459143Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:44.5593812Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:44.6117876Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:47:44.6252147Z Entering 'third_party/cub' 2022-09-27T15:47:44.6783112Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:47:44.6919446Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:44.7441445Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:47:44.7583050Z Entering 'third_party/cutlass' 2022-09-27T15:47:44.8104983Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:47:44.8246943Z Entering 'third_party/eigen' 2022-09-27T15:47:44.8745145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:47:44.8880394Z Entering 'third_party/fbgemm' 2022-09-27T15:47:44.9380060Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:47:44.9500984Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:45.0021666Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:47:45.0156250Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:45.0674313Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:47:45.0807328Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:45.1333347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:45.1465399Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:45.1976676Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:47:45.2126514Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:45.2636283Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:47:45.2772368Z Entering 'third_party/fmt' 2022-09-27T15:47:45.3287788Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:47:45.3421285Z Entering 'third_party/foxi' 2022-09-27T15:47:45.3942591Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:47:45.4079562Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:45.4600974Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:47:45.4740302Z Entering 'third_party/gloo' 2022-09-27T15:47:45.5265877Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:47:45.5405192Z Entering 'third_party/googletest' 2022-09-27T15:47:45.5922624Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:45.6057622Z Entering 'third_party/ideep' 2022-09-27T15:47:45.6582287Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:47:45.6710951Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:45.7240147Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:47:45.7366643Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:45.7901512Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:47:45.8070007Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:45.8589263Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:47:45.8725384Z Entering 'third_party/ittapi' 2022-09-27T15:47:45.9235338Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:47:45.9371139Z Entering 'third_party/kineto' 2022-09-27T15:47:45.9897082Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:47:46.0022295Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:46.0544288Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:47:46.0683282Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:46.1207415Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:47:46.1361622Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:46.1897707Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:47:46.2035509Z Entering 'third_party/neon2sse' 2022-09-27T15:47:46.2563431Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:47:46.2702603Z Entering 'third_party/nlohmann' 2022-09-27T15:47:46.3222637Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:47:46.3360546Z Entering 'third_party/onnx' 2022-09-27T15:47:46.3884212Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:47:46.4026686Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:46.4552647Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:46.4692583Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:46.5212150Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:46.5364518Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:46.5897190Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:47:46.6018950Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:46.7294017Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:47:46.7427141Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:46.7955711Z 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-09-27T15:47:46.8091879Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:46.8600178Z 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-09-27T15:47:46.8721607Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:46.9234224Z 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-09-27T15:47:46.9410085Z Entering 'third_party/pocketfft' 2022-09-27T15:47:46.9930704Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:47:47.0065981Z Entering 'third_party/protobuf' 2022-09-27T15:47:47.0587714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:47:47.0717473Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:47.1230953Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:47.1368239Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:47.1886296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:47.2039027Z Entering 'third_party/psimd' 2022-09-27T15:47:47.2560348Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:47:47.2701779Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:47.3231227Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:47:47.3365961Z Entering 'third_party/pybind11' 2022-09-27T15:47:47.3882195Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:47.4017073Z Entering 'third_party/python-enum' 2022-09-27T15:47:47.4530616Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:47:47.4666223Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:47.5191743Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:47:47.5330723Z Entering 'third_party/python-six' 2022-09-27T15:47:47.5855846Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:47:47.5993760Z Entering 'third_party/sleef' 2022-09-27T15:47:47.6524322Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:47:47.6665893Z Entering 'third_party/tbb' 2022-09-27T15:47:47.7198626Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:47:47.7335779Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:47.7855859Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:47:47.7982722Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:47.8514617Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:47.8652168Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:47.9163816Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:47:47.9300623Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:47.9823495Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:47:47.9960369Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:48.0474231Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:48.0598874Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:48.1123773Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:47:48.1288932Z Entering 'third_party/zstd' 2022-09-27T15:47:48.1821558Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:47:48.4483018Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-09-27T15:47:48.8048110Z Entering 'android/libs/fbjni' 2022-09-27T15:47:48.8458584Z Entering 'third_party/FP16' 2022-09-27T15:47:48.8854216Z Entering 'third_party/FXdiv' 2022-09-27T15:47:48.9249334Z Entering 'third_party/NNPACK' 2022-09-27T15:47:48.9654863Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:49.0050833Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:49.0447670Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:49.0859341Z Entering 'third_party/benchmark' 2022-09-27T15:47:49.1258609Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:49.1664356Z Entering 'third_party/cub' 2022-09-27T15:47:49.2064912Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:49.2475811Z Entering 'third_party/cutlass' 2022-09-27T15:47:49.2883931Z Entering 'third_party/eigen' 2022-09-27T15:47:49.3285412Z Entering 'third_party/fbgemm' 2022-09-27T15:47:49.3673150Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:49.4077239Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:49.4489802Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:49.4894077Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:49.5308501Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:49.5705860Z Entering 'third_party/fmt' 2022-09-27T15:47:49.6113349Z Entering 'third_party/foxi' 2022-09-27T15:47:49.6509025Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:49.6907638Z Entering 'third_party/gloo' 2022-09-27T15:47:49.7306914Z Entering 'third_party/googletest' 2022-09-27T15:47:49.7702089Z Entering 'third_party/ideep' 2022-09-27T15:47:49.8342968Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:49.9032379Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:49.9481090Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:49.9885282Z Entering 'third_party/ittapi' 2022-09-27T15:47:50.0286784Z Entering 'third_party/kineto' 2022-09-27T15:47:50.0673235Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:50.1080822Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:50.1491092Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:50.1887886Z Entering 'third_party/neon2sse' 2022-09-27T15:47:50.2289720Z Entering 'third_party/nlohmann' 2022-09-27T15:47:50.2702593Z Entering 'third_party/onnx' 2022-09-27T15:47:50.3115324Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:50.3526527Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:50.3955168Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:50.4516094Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:50.4924248Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:50.5341901Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:50.5744110Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:50.6224776Z Entering 'third_party/pocketfft' 2022-09-27T15:47:50.6636687Z Entering 'third_party/protobuf' 2022-09-27T15:47:50.7040512Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:50.7463002Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:50.7881105Z Entering 'third_party/psimd' 2022-09-27T15:47:50.8292873Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:50.8702121Z Entering 'third_party/pybind11' 2022-09-27T15:47:50.9111736Z Entering 'third_party/python-enum' 2022-09-27T15:47:50.9524171Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:50.9927443Z Entering 'third_party/python-six' 2022-09-27T15:47:51.0327894Z Entering 'third_party/sleef' 2022-09-27T15:47:51.0738181Z Entering 'third_party/tbb' 2022-09-27T15:47:51.1148855Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:51.1543689Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:51.1948611Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:51.2352707Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:51.2755849Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:51.3159589Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:51.3598911Z Entering 'third_party/zstd' 2022-09-27T15:47:51.4074736Z [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-09-27T15:47:51.7713036Z Entering 'android/libs/fbjni' 2022-09-27T15:47:51.8130551Z Entering 'third_party/FP16' 2022-09-27T15:47:51.8541713Z Entering 'third_party/FXdiv' 2022-09-27T15:47:51.8943557Z Entering 'third_party/NNPACK' 2022-09-27T15:47:51.9352257Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:51.9753064Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:52.0176105Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:52.0599391Z Entering 'third_party/benchmark' 2022-09-27T15:47:52.0995567Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:52.1398268Z Entering 'third_party/cub' 2022-09-27T15:47:52.1799918Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:52.2213292Z Entering 'third_party/cutlass' 2022-09-27T15:47:52.2634015Z Entering 'third_party/eigen' 2022-09-27T15:47:52.3040515Z Entering 'third_party/fbgemm' 2022-09-27T15:47:52.3436199Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:52.3845119Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:52.4250913Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:52.4662766Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:52.5101801Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:52.5509477Z Entering 'third_party/fmt' 2022-09-27T15:47:52.5913359Z Entering 'third_party/foxi' 2022-09-27T15:47:52.6319466Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:52.6724747Z Entering 'third_party/gloo' 2022-09-27T15:47:52.7122458Z Entering 'third_party/googletest' 2022-09-27T15:47:52.7524300Z Entering 'third_party/ideep' 2022-09-27T15:47:52.7916079Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:52.8314048Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:52.9025206Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:52.9427210Z Entering 'third_party/ittapi' 2022-09-27T15:47:52.9826261Z Entering 'third_party/kineto' 2022-09-27T15:47:53.0213617Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:53.0623374Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:53.1360318Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:53.1772775Z Entering 'third_party/neon2sse' 2022-09-27T15:47:53.2181842Z Entering 'third_party/nlohmann' 2022-09-27T15:47:53.2590161Z Entering 'third_party/onnx' 2022-09-27T15:47:53.3000467Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:53.3420389Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:53.3843988Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:53.4233457Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:53.4637476Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:53.5061729Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:53.5465391Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:53.5927640Z Entering 'third_party/pocketfft' 2022-09-27T15:47:53.6335032Z Entering 'third_party/protobuf' 2022-09-27T15:47:53.6733438Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:53.7137682Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:53.7563261Z Entering 'third_party/psimd' 2022-09-27T15:47:53.7968610Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:53.8375628Z Entering 'third_party/pybind11' 2022-09-27T15:47:53.8783104Z Entering 'third_party/python-enum' 2022-09-27T15:47:53.9186647Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:53.9592510Z Entering 'third_party/python-six' 2022-09-27T15:47:53.9994993Z Entering 'third_party/sleef' 2022-09-27T15:47:54.0409928Z Entering 'third_party/tbb' 2022-09-27T15:47:54.0814658Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:54.1199609Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:54.1616581Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:54.2052155Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:54.2457332Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:54.2851203Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:54.3503449Z Entering 'third_party/zstd' 2022-09-27T15:47:54.3971470Z ##[endgroup] 2022-09-27T15:47:54.4208756Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-09-27T15:47:54.4389213Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:47:54.5385223Z Prepare all required actions 2022-09-27T15:47:54.5385663Z Getting action download info 2022-09-27T15:47:54.7246035Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-09-27T15:47:55.4709913Z ##[group]Run ./.github/actions/setup-win 2022-09-27T15:47:55.4710127Z with: 2022-09-27T15:47:55.4710280Z cuda-version: cpu 2022-09-27T15:47:55.4710546Z env: 2022-09-27T15:47:55.4710717Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:55.4710881Z ##[endgroup] 2022-09-27T15:47:55.4815420Z ##[group]Run set -euo pipefail 2022-09-27T15:47:55.4815665Z set -euo pipefail 2022-09-27T15:47:55.4815869Z function get_ec2_metadata() { 2022-09-27T15:47:55.4816124Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:47:55.4816485Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:47:55.4816787Z  category=$1 2022-09-27T15:47:55.4817050Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:47:55.4817275Z } 2022-09-27T15:47:55.4817456Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:47:55.4817707Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:47:55.4817979Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:47:55.4818208Z echo "system info $(uname -a)" 2022-09-27T15:47:55.4844537Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:47:55.4844791Z env: 2022-09-27T15:47:55.4844944Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:55.4845121Z ##[endgroup] 2022-09-27T15:47:55.5306688Z ami-id: ami-0f1a18fafaf0c8ce8 2022-09-27T15:47:55.5482536Z instance-id: i-00b0f2213fd2b324c 2022-09-27T15:47:55.5679649Z instance-type: c5d.4xlarge 2022-09-27T15:47:55.5902682Z system info MSYS_NT-10.0-17763 EC2AMAZ-AQI3P6A 3.3.5-341.x86_64 2022-07-08 09:41 UTC x86_64 Msys 2022-09-27T15:47:55.6022530Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-09-27T15:47:55.6023377Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-09-27T15:47:55.6044467Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:55.6044725Z env: 2022-09-27T15:47:55.6044894Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:55.6045057Z ##[endgroup] 2022-09-27T15:47:56.6931056Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:56.7852761Z Finished 2022-09-27T15:47:56.8340108Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-09-27T15:47:56.8340498Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-09-27T15:47:56.8361411Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:56.8361677Z env: 2022-09-27T15:47:56.8361847Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:56.8362010Z ##[endgroup] 2022-09-27T15:47:57.1749504Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:57.2574388Z Finished 2022-09-27T15:47:57.9118716Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-09-27T15:47:57.9118959Z .\.circleci\scripts\vs_install.ps1 2022-09-27T15:47:57.9140102Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:57.9140369Z env: 2022-09-27T15:47:57.9140524Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:57.9140704Z VS_VERSION: 16.8.6 2022-09-27T15:47:57.9140880Z INSTALL_WINDOWS_SDK: 1 2022-09-27T15:47:57.9141041Z ##[endgroup] 2022-09-27T15:47:58.2716347Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:58.3512854Z Finished 2022-09-27T15:47:58.6621401Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-09-27T15:47:58.6908205Z ##[group]Run actions/setup-python@v2 2022-09-27T15:47:58.6908406Z with: 2022-09-27T15:47:58.6908569Z python-version: 3.x 2022-09-27T15:47:58.6908732Z cache: pip 2022-09-27T15:47:58.6909068Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-09-27T15:47:58.6909469Z token: *** 2022-09-27T15:47:58.6909616Z env: 2022-09-27T15:47:58.6909770Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:58.6909950Z ##[endgroup] 2022-09-27T15:47:59.6773947Z Version 3.x was not found in the local cache 2022-09-27T15:47:59.9478681Z Version 3.x is available for downloading 2022-09-27T15:47:59.9479875Z Download from "https://github.com/actions/python-versions/releases/download/3.10.7-3001286155/python-3.10.7-win32-x64.zip" 2022-09-27T15:48:00.1909790Z Extract downloaded archive 2022-09-27T15:48:00.1998287Z [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\ca3fd880-4c4d-440e-a544-6ce5fe8385f6', 'C:\actions-runner\_work\_temp\cd2e8416-b2dd-4a03-ac59-02a8d584795a')" 2022-09-27T15:48:01.9726108Z Execute installation script 2022-09-27T15:48:02.4606817Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:48:02.5455683Z Finished 2022-09-27T15:48:02.5864546Z Check if Python hostedtoolcache folder exist... 2022-09-27T15:48:02.5864724Z 2022-09-27T15:48:02.5878149Z Create Python toolcache folder 2022-09-27T15:48:02.5878798Z 2022-09-27T15:48:02.5905625Z Check if current Python version is installed... 2022-09-27T15:48:02.5905921Z 2022-09-27T15:48:02.5928642Z No Python3.10.* found 2022-09-27T15:48:02.5929173Z 2022-09-27T15:48:02.5933350Z Remove registry entries for Python 3.10(x64)... 2022-09-27T15:48:02.5934177Z 2022-09-27T15:48:02.8867586Z Create Python 3.10.7 folder in C:\actions-runner\_work\_tool\Python 2022-09-27T15:48:02.8867825Z 2022-09-27T15:48:02.8884827Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:02.8885331Z 2022-09-27T15:48:02.9070297Z Install Python 3.10.7 in C:\actions-runner\_work\_tool\Python... 2022-09-27T15:48:02.9071242Z 2022-09-27T15:48:36.9630176Z Create python3 symlink 2022-09-27T15:48:36.9630749Z 2022-09-27T15:48:37.0009489Z 2022-09-27T15:48:37.0010230Z 2022-09-27T15:48:37.0011098Z Directory: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:37.0011303Z 2022-09-27T15:48:37.0015014Z Mode LastWriteTime Length Name 2022-09-27T15:48:37.0017608Z ---- ------------- ------ ---- 2022-09-27T15:48:37.0021217Z -a---l 9/27/2022 3:48 PM 0 python3.exe 2022-09-27T15:48:37.0026903Z Install and upgrade Pip 2022-09-27T15:48:37.0027676Z 2022-09-27T15:48:38.7772947Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpapc7ky8n 2022-09-27T15:48:38.7776905Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (63.2.0) 2022-09-27T15:48:38.7780694Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (22.2.2) 2022-09-27T15:48:39.3918595Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (22.2.2) 2022-09-27T15:48:39.6628530Z Create complete file 2022-09-27T15:48:39.6628734Z 2022-09-27T15:48:39.6639053Z 2022-09-27T15:48:39.6639560Z 2022-09-27T15:48:39.6886152Z Successfully setup CPython (3.10.7) 2022-09-27T15:48:53.0999653Z Received 36442643 of 36442643 (100.0%), 20.5 MBs/sec 2022-09-27T15:48:53.1003384Z Cache Size: ~35 MB (36442643 B) 2022-09-27T15:48:53.1019955Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/6d759bd7-b1ae-435b-bf27-816be64c7ac9/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:53.3639164Z Cache restored successfully 2022-09-27T15:48:53.3678708Z Cache restored from key: setup-python-Windows-python-3.10.7-pip-48add261c4f172cdb6d82f0530dcb9bdc7b72fa1aed86e243bf3832a23e32c1d 2022-09-27T15:48:53.4434285Z Prepare all required actions 2022-09-27T15:48:53.4434591Z Getting action download info 2022-09-27T15:48:53.6404093Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:48:53.9470985Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:48:53.9471194Z with: 2022-09-27T15:48:53.9471536Z github-secret: *** 2022-09-27T15:48:53.9471748Z env: 2022-09-27T15:48:53.9471955Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:53.9472251Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:53.9472526Z ##[endgroup] 2022-09-27T15:48:53.9588654Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:48:53.9588909Z with: 2022-09-27T15:48:53.9589247Z GITHUB_TOKEN: *** 2022-09-27T15:48:53.9589456Z activate-with-label: false 2022-09-27T15:48:53.9589688Z label: with-ssh 2022-09-27T15:48:53.9589923Z remove-existing-keys: true 2022-09-27T15:48:53.9590142Z env: 2022-09-27T15:48:53.9590403Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:53.9590663Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:53.9590936Z ##[endgroup] 2022-09-27T15:48:54.4905619Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:48:54.5710756Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2022-09-27T15:48:54.5743806Z Login using: ssh runneruser@ec2-35-173-195-105.compute-1.amazonaws.com 2022-09-27T15:48:54.5928940Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:48:54.5929345Z python3 -m pip install psutil==5.9.1 2022-09-27T15:48:54.5929634Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:48:54.5930003Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:48:54.5930333Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:48:54.5956714Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:48:54.5956980Z env: 2022-09-27T15:48:54.5957202Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:54.5957503Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:54.5957872Z ##[endgroup] 2022-09-27T15:48:55.3095788Z Collecting psutil==5.9.1 2022-09-27T15:48:55.3177298Z Using cached psutil-5.9.1-cp310-cp310-win_amd64.whl (245 kB) 2022-09-27T15:48:55.3738455Z Installing collected packages: psutil 2022-09-27T15:48:55.7522449Z Successfully installed psutil-5.9.1 2022-09-27T15:48:56.5666671Z Collecting pynvml==11.4.1 2022-09-27T15:48:56.5738941Z Using cached pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-09-27T15:48:56.6310787Z Installing collected packages: pynvml 2022-09-27T15:48:56.7520261Z Successfully installed pynvml-11.4.1 2022-09-27T15:48:56.8556396Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:48:56.8556737Z with: 2022-09-27T15:48:56.8556965Z name: win-vs2019-cpu-py3 2022-09-27T15:48:56.8557177Z path: C:\3133193930\build-results 2022-09-27T15:48:56.8557415Z s3-bucket: gha-artifacts 2022-09-27T15:48:56.8557645Z region: us-east-1 2022-09-27T15:48:56.8557848Z env: 2022-09-27T15:48:56.8558142Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:56.8558409Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:56.8558689Z ##[endgroup] 2022-09-27T15:48:57.8434602Z Found 3 objects with prefix pytorch/pytorch/3133193930/win-vs2019-cpu-py3/ 2022-09-27T15:48:57.8440279Z Starting download (1/3): C:\3133193930\build-results\.ninja_log 2022-09-27T15:48:57.9480739Z Finished download (1/3): C:\3133193930\build-results\.ninja_log 2022-09-27T15:48:57.9481868Z Starting download (2/3): C:\3133193930\build-results\.pytorch-test-times.json 2022-09-27T15:48:58.0000827Z Finished download (2/3): C:\3133193930\build-results\.pytorch-test-times.json 2022-09-27T15:48:58.0001580Z Starting download (3/3): C:\3133193930\build-results\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:58.9789171Z Finished download (3/3): C:\3133193930\build-results\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:58.9789487Z 2022-09-27T15:48:58.9790263Z Artifact download has finished successfully 2022-09-27T15:48:59.0063429Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-09-27T15:48:59.0063822Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-09-27T15:48:59.0086061Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:48:59.0086373Z env: 2022-09-27T15:48:59.0086594Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:59.0086892Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:59.0087139Z ##[endgroup] 2022-09-27T15:48:59.3679888Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:48:59.4458873Z Finished 2022-09-27T15:48:59.5100626Z Folder PATH listing 2022-09-27T15:48:59.5100959Z Volume serial number is 10BD-FDC2 2022-09-27T15:48:59.5101213Z C:\3133193930\BUILD-RESULTS 2022-09-27T15:48:59.5113172Z .ninja_log 2022-09-27T15:48:59.5113484Z .pytorch-test-times.json 2022-09-27T15:48:59.5114087Z win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:59.5114489Z 2022-09-27T15:48:59.5114745Z No subfolders exist 2022-09-27T15:48:59.5114886Z 2022-09-27T15:48:59.5403597Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:48:59.5404075Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:48:59.5404359Z  2022-09-27T15:48:59.5404625Z # sanitize the input commit message and PR body here: 2022-09-27T15:48:59.5404985Z # 2022-09-27T15:48:59.5405285Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:48:59.5405681Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:48:59.5406048Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:48:59.5406316Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:48:59.5406542Z  2022-09-27T15:48:59.5406845Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:48:59.5407221Z # wreak havoc internally 2022-09-27T15:48:59.5407471Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:48:59.5407753Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:48:59.5407977Z  2022-09-27T15:48:59.5408202Z .jenkins/pytorch/win-test.sh 2022-09-27T15:48:59.5434641Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:48:59.5434952Z env: 2022-09-27T15:48:59.5435169Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:59.5435475Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:59.5435718Z USE_CUDA: 0 2022-09-27T15:48:59.5435940Z INSTALL_WINDOWS_SDK: 1 2022-09-27T15:48:59.5436167Z PYTHON_VERSION: 3.8 2022-09-27T15:48:59.5436398Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:48:59.5436653Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:48:59.5436865Z VC_PRODUCT: BuildTools 2022-09-27T15:48:59.5437079Z VC_VERSION: 2022-09-27T15:48:59.5437296Z VS_VERSION: 16.8.6 2022-09-27T15:48:59.5437503Z VC_YEAR: 2019 2022-09-27T15:48:59.5437718Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:48:59.5437911Z PR_NUMBER: 85462 2022-09-27T15:48:59.5438267Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:59.5438525Z CUDA_VERSION: cpu 2022-09-27T15:48:59.5438804Z PYTORCH_FINAL_PACKAGE_DIR: /c/3133193930/build-results/ 2022-09-27T15:48:59.5439099Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-09-27T15:48:59.5439414Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-09-27T15:48:59.5439662Z SHARD_NUMBER: 2 2022-09-27T15:48:59.5439873Z NUM_TEST_SHARDS: 2 2022-09-27T15:48:59.5440086Z TEST_CONFIG: default 2022-09-27T15:48:59.5442920Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:48:59.5445070Z TORCH_CUDA_ARCH_LIST: 7.0 2022-09-27T15:48:59.5445268Z ##[endgroup] 2022-09-27T15:48:59.6585302Z +++ dirname .jenkins/pytorch/win-test.sh 2022-09-27T15:48:59.7087827Z ++ cd .jenkins/pytorch 2022-09-27T15:48:59.7092164Z ++ pwd 2022-09-27T15:48:59.7097963Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-09-27T15:48:59.7098406Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-09-27T15:48:59.7172058Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-09-27T15:48:59.7248317Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-09-27T15:48:59.7252275Z +++ declare -f -t trap_add 2022-09-27T15:48:59.7256134Z ++ set -ex 2022-09-27T15:48:59.7256470Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-09-27T15:48:59.7257081Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:48:59.7257363Z ++ [[ default == *xla* ]] 2022-09-27T15:48:59.7257623Z ++ [[ win-vs2019-cpu-py3 == *centos* ]] 2022-09-27T15:48:59.7257881Z ++ [[ win-vs2019-cpu-py3 == *linux-bionic* ]] 2022-09-27T15:48:59.7258168Z ++ [[ win-vs2019-cpu-py3 == *linux-focal* ]] 2022-09-27T15:48:59.7324341Z ++ git rev-parse HEAD 2022-09-27T15:48:59.7545588Z + IMAGE_COMMIT_ID=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:59.7545916Z + export IMAGE_COMMIT_ID 2022-09-27T15:48:59.7546267Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:59.7546669Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:59.7546983Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-09-27T15:48:59.7547281Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:59.7547622Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:59.7615369Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:59.7983273Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-09-27T15:48:59.7983682Z + export TMP_DIR_WIN 2022-09-27T15:48:59.7983948Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:59.7984275Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:59.8051055Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:59.8158881Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:48:59.8159337Z + export PROJECT_DIR_WIN 2022-09-27T15:48:59.8159607Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:59.8159952Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:59.8225462Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:59.8333557Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-09-27T15:48:59.8333891Z + export TEST_DIR_WIN 2022-09-27T15:48:59.8334198Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3133193930/build-results/ 2022-09-27T15:48:59.8334488Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3133193930/build-results/ 2022-09-27T15:48:59.8402406Z ++ cygpath -w /c/3133193930/build-results/ 2022-09-27T15:48:59.8510919Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3133193930\build-results\' 2022-09-27T15:48:59.8511216Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-09-27T15:48:59.8511519Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-09-27T15:48:59.8873480Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-09-27T15:48:59.8874451Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-09-27T15:48:59.9076223Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-09-27T15:48:59.9387140Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-09-27T15:48:59.9389981Z + '[' -n '' ']' 2022-09-27T15:48:59.9390551Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-09-27T15:48:59.9391008Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-09-27T15:48:59.9391359Z + [[ win-vs2019-cpu-py3 == *cuda11* ]] 2022-09-27T15:48:59.9391629Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-09-27T15:48:59.9391863Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-09-27T15:48:59.9392203Z + run_tests 2022-09-27T15:48:59.9392604Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-09-27T15:48:59.9392986Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-09-27T15:48:59.9394222Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-09-27T15:49:00.0736093Z 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-09-27T15:49:00.0736525Z 2022-09-27T15:49:00.0763296Z + echo true 2022-09-27T15:49:00.0763490Z true 2022-09-27T15:49:00.0763646Z + break 2022-09-27T15:49:00.0763818Z + [[ default == *functorch* ]] 2022-09-27T15:49:00.0764002Z + [[ 2 -eq 1 ]] 2022-09-27T15:49:00.0764306Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-09-27T15:49:00.1063670Z 2022-09-27T15:49:00.1064360Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-09-27T15:49:00.1075162Z 2022-09-27T15:49:00.1075547Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-09-27T15:49:00.1076068Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-09-27T15:49:00.1076347Z exit /b 0 2022-09-27T15:49:00.1076499Z ) 2022-09-27T15:49:00.1077642Z 2022-09-27T15:49:00.1079171Z 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\Python310\Scripts;C:\actions-runner\_work\_tool\Python\3.10.7\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.10.7\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-09-27T15:49:00.1080843Z 2022-09-27T15:49:00.1081360Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-09-27T15:49:00.1083783Z 2022-09-27T15:49:00.1084204Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-09-27T15:49:00.1096320Z 2022-09-27T15:49:00.1096886Z 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-09-27T15:49:00.1101256Z 2022-09-27T15:49:00.1101676Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-09-27T15:49:00.1104565Z 2022-09-27T15:49:00.1104771Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-09-27T15:49:00.1105314Z 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-09-27T15:49:00.1105883Z if errorlevel 1 exit /b 2022-09-27T15:49:00.1106130Z if not errorlevel 0 exit /b 2022-09-27T15:49:00.1106601Z 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-09-27T15:49:00.1107045Z if errorlevel 1 exit /b 2022-09-27T15:49:00.1107347Z if not errorlevel 0 exit /b 2022-09-27T15:49:00.1107572Z ) 2022-09-27T15:49:00.1107651Z 2022-09-27T15:49:00.1107898Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-09-27T15:49:13.0623099Z 2022-09-27T15:49:13.0623861Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-09-27T15:49:13.0624194Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-09-27T15:49:13.0624456Z if errorlevel 1 exit /b 2022-09-27T15:49:13.0624679Z if not errorlevel 0 exit /b 2022-09-27T15:49:13.0624917Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-09-27T15:49:13.0625161Z if errorlevel 1 exit /b 2022-09-27T15:49:13.0625357Z if not errorlevel 0 exit /b 2022-09-27T15:49:13.0625518Z ) 2022-09-27T15:49:13.0625614Z 2022-09-27T15:49:13.0625902Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:49:13.0626883Z 2022-09-27T15:49:13.0627136Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-09-27T15:49:13.0628999Z 2022-09-27T15:49:13.0629343Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:49:13.0629716Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-09-27T15:49:13.0629994Z if errorlevel 1 exit /b 2022-09-27T15:49:13.0630190Z if not errorlevel 0 exit /b 2022-09-27T15:49:13.0630362Z ) 2022-09-27T15:49:30.9214593Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:49:32.1232600Z Solving environment: ...working... done 2022-09-27T15:49:35.5296485Z 2022-09-27T15:49:35.5296832Z ## Package Plan ## 2022-09-27T15:49:35.5297030Z 2022-09-27T15:49:35.5299086Z environment location: C:\Jenkins\Miniconda3 2022-09-27T15:49:35.5300146Z 2022-09-27T15:49:35.5300391Z added / updated specs: 2022-09-27T15:49:35.5300641Z - dataclasses 2022-09-27T15:49:35.5300903Z - mkl 2022-09-27T15:49:35.5301120Z - numba 2022-09-27T15:49:35.5301316Z - protobuf 2022-09-27T15:49:35.5301516Z - scipy=1.6.2 2022-09-27T15:49:35.5301697Z - typing_extensions 2022-09-27T15:49:35.5302354Z 2022-09-27T15:49:35.5302379Z 2022-09-27T15:49:35.5302633Z The following packages will be downloaded: 2022-09-27T15:49:35.5302822Z 2022-09-27T15:49:35.5302930Z package | build 2022-09-27T15:49:35.5303150Z ---------------------------|----------------- 2022-09-27T15:49:35.5303407Z certifi-2022.9.14 | py39haa95532_0 155 KB 2022-09-27T15:49:35.5303672Z conda-22.9.0 | py39haa95532_0 888 KB 2022-09-27T15:49:35.5303991Z ------------------------------------------------------------ 2022-09-27T15:49:35.5304300Z Total: 1.0 MB 2022-09-27T15:49:35.5304429Z 2022-09-27T15:49:35.5304535Z The following packages will be UPDATED: 2022-09-27T15:49:35.5304679Z 2022-09-27T15:49:35.5304824Z certifi 2022.6.15-py39haa95532_0 --> 2022.9.14-py39haa95532_0 2022-09-27T15:49:35.5305102Z conda 4.14.0-py39haa95532_0 --> 22.9.0-py39haa95532_0 2022-09-27T15:49:35.5305417Z 2022-09-27T15:49:35.5305424Z 2022-09-27T15:49:35.5600981Z Preparing transaction: ...working... done 2022-09-27T15:49:35.7609635Z Verifying transaction: ...working... done 2022-09-27T15:49:36.2877712Z Executing transaction: ...working... done 2022-09-27T15:49:36.5785542Z Retrieving notices: ...working... done 2022-09-27T15:49:36.8606917Z 2022-09-27T15:49:36.8607348Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-09-27T15:49:36.8611408Z 2022-09-27T15:49:36.8611968Z (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-09-27T15:49:37.1729296Z ********************************************************************** 2022-09-27T15:49:37.1729612Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-09-27T15:49:37.1729882Z ** Copyright (c) 2020 Microsoft Corporation 2022-09-27T15:49:37.1730096Z ********************************************************************** 2022-09-27T15:49:37.8676410Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-09-27T15:49:37.8713398Z 2022-09-27T15:49:37.8714083Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-09-27T15:49:37.8718779Z 2022-09-27T15:49:37.8719430Z (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-rerunfailures "xdoctest==1.0.2" "pygments==2.12.0" 2022-09-27T15:49:40.5167633Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-09-27T15:49:40.5173102Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-09-27T15:49:40.5189997Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-09-27T15:49:40.5197032Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-09-27T15:49:40.5203957Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-09-27T15:49:40.5212552Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-09-27T15:49:40.5218293Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-09-27T15:49:40.5225488Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-09-27T15:49:40.5234226Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-09-27T15:49:40.5239577Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-09-27T15:49:40.5247327Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-09-27T15:49:40.5253016Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-09-27T15:49:40.6251482Z Collecting xdoctest==1.0.2 2022-09-27T15:49:40.6340496Z Using cached xdoctest-1.0.2-py3-none-any.whl (132 kB) 2022-09-27T15:49:40.7454285Z Collecting pygments==2.12.0 2022-09-27T15:49:40.7568757Z Using cached Pygments-2.12.0-py3-none-any.whl (1.1 MB) 2022-09-27T15:49:40.8044400Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-09-27T15:49:40.8053838Z 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-09-27T15:49:40.8619419Z 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-09-27T15:49:41.1446149Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-09-27T15:49:41.1835749Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.55.1) 2022-09-27T15:49:41.1842984Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-09-27T15:49:41.1854377Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.1) 2022-09-27T15:49:41.1861399Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-09-27T15:49:41.1868266Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-09-27T15:49:41.1879916Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-09-27T15:49:41.1891290Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.0) 2022-09-27T15:49:41.1898546Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.2) 2022-09-27T15:49:41.1905434Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.10.3.post1) 2022-09-27T15:49:41.2386336Z 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-09-27T15:49:41.2575504Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-09-27T15:49:41.2584614Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-09-27T15:49:41.2599517Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-09-27T15:49:41.2605237Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-09-27T15:49:41.2611957Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-09-27T15:49:41.2790645Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-09-27T15:49:41.2796673Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-09-27T15:49:41.2919543Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (63.4.1) 2022-09-27T15:49:41.3688373Z Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.38.0) 2022-09-27T15:49:41.3884213Z 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-09-27T15:49:41.4285507Z 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-09-27T15:49:41.4292478Z 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-09-27T15:49:41.4737037Z 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.14) 2022-09-27T15:49:41.4745404Z 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-09-27T15:49:41.4755686Z 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-09-27T15:49:41.4764051Z 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-09-27T15:49:41.5568017Z 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-09-27T15:49:41.5802669Z 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-09-27T15:49:41.6276353Z 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-09-27T15:49:42.2981671Z Installing collected packages: xdoctest, pygments 2022-09-27T15:49:45.7432585Z Successfully installed pygments-2.12.0 xdoctest-1.0.2 2022-09-27T15:49:45.9292957Z 2022-09-27T15:49:45.9293567Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:49:45.9294333Z 2022-09-27T15:49:45.9294853Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-09-27T15:49:45.9295834Z 2022-09-27T15:49:45.9296076Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-09-27T15:49:45.9298816Z 2022-09-27T15:49:45.9299070Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-09-27T15:49:45.9301791Z 2022-09-27T15:49:45.9302112Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-09-27T15:49:45.9305462Z 2022-09-27T15:49:45.9305843Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:49:45.9306242Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-09-27T15:49:45.9306689Z copy /Y C:\3133193930\build-results\\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-09-27T15:49:45.9307256Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z -aos 2022-09-27T15:49:45.9307586Z popd 2022-09-27T15:49:45.9307939Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-09-27T15:49:45.9844819Z 1 file(s) copied. 2022-09-27T15:49:46.2966971Z 2022-09-27T15:49:46.2967575Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T15:49:46.2967805Z 2022-09-27T15:49:46.2967921Z Scanning the drive for archives: 2022-09-27T15:49:46.2968155Z 1 file, 96337597 bytes (92 MiB) 2022-09-27T15:49:46.2968278Z 2022-09-27T15:49:46.2968557Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:50:04.8184854Z -- 2022-09-27T15:50:04.8185362Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:50:04.8185708Z Type = 7z 2022-09-27T15:50:04.8185914Z Physical Size = 96337597 2022-09-27T15:50:04.8186116Z Headers Size = 135703 2022-09-27T15:50:04.8186298Z Method = LZMA2:24 BCJ 2022-09-27T15:50:04.8186483Z Solid = + 2022-09-27T15:50:04.8186653Z Blocks = 2 2022-09-27T15:50:04.8186763Z 2022-09-27T15:50:04.8189191Z Everything is Ok 2022-09-27T15:50:04.8189333Z 2022-09-27T15:50:04.8189434Z Folders: 718 2022-09-27T15:50:04.8189616Z Files: 12761 2022-09-27T15:50:04.8189803Z Size: 901261938 2022-09-27T15:50:04.8190000Z Compressed: 96337597 2022-09-27T15:50:05.1669194Z 2022-09-27T15:50:05.1669788Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:50:05.1670267Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-09-27T15:50:05.1670852Z 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-09-27T15:50:05.1671590Z 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-09-27T15:50:05.1672121Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-09-27T15:50:05.1672513Z ) 2022-09-27T15:50:06.3721220Z Completed 2.3 KiB/2.3 KiB (37.2 KiB/s) with 1 file(s) remaining 2022-09-27T15:50:06.3721709Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-09-27T15:50:06.4580801Z 2022-09-27T15:50:06.4581354Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-09-27T15:50:06.4581689Z echo "setup pytorch env failed" 2022-09-27T15:50:06.4581898Z echo 0 2022-09-27T15:50:06.4582049Z exit /b 2022-09-27T15:50:06.4582213Z ) 2022-09-27T15:50:06.4582495Z 2022-09-27T15:50:06.4582791Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-09-27T15:50:06.4587505Z 2022-09-27T15:50:06.4588144Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-09-27T15:50:06.4590844Z 2022-09-27T15:50:06.4591272Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "2" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-09-27T15:50:06.4591611Z echo Some smoke tests 2022-09-27T15:50:06.4591924Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-09-27T15:50:06.4592342Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-09-27T15:50:06.4592674Z if ERRORLEVEL 1 goto fail 2022-09-27T15:50:06.4592978Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-09-27T15:50:06.4593264Z if ERRORLEVEL 1 goto fail 2022-09-27T15:50:06.4593429Z ) ) 2022-09-27T15:50:06.4593533Z 2022-09-27T15:50:06.4593722Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-09-27T15:50:06.4594027Z Copying over test times file 2022-09-27T15:50:06.4595333Z 2022-09-27T15:50:06.4596026Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3133193930\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-09-27T15:50:06.4605717Z 1 file(s) copied. 2022-09-27T15:50:06.4607071Z 2022-09-27T15:50:06.4607299Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-09-27T15:50:06.4607900Z Run nn tests 2022-09-27T15:50:06.4609002Z 2022-09-27T15:50:06.4609436Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "2" "2" --verbose 2022-09-27T15:50:13.4336660Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T15:50:13.8124879Z Selected tests: 2022-09-27T15:50:13.8125166Z test_ops_jit 2022-09-27T15:50:13.8125362Z test_ops_gradients 2022-09-27T15:50:13.8125625Z test_quantization 2022-09-27T15:50:13.8125887Z test_reductions 2022-09-27T15:50:13.8126073Z test_unary_ufuncs 2022-09-27T15:50:13.8126260Z test_mkldnn_fusion 2022-09-27T15:50:13.8126459Z test_schema_check 2022-09-27T15:50:13.8126615Z test_jit 2022-09-27T15:50:13.8126788Z test_binary_ufuncs 2022-09-27T15:50:13.8126962Z test_optim 2022-09-27T15:50:13.8127140Z test_serialization 2022-09-27T15:50:13.8127315Z test_foreach 2022-09-27T15:50:13.8127505Z test_tensor_creation_ops 2022-09-27T15:50:13.8127695Z test_tensorexpr 2022-09-27T15:50:13.8127881Z test_utils 2022-09-27T15:50:13.8128061Z test_torch 2022-09-27T15:50:13.8128226Z test_meta 2022-09-27T15:50:13.8128383Z test_jit_autocast 2022-09-27T15:50:13.8128606Z test_cpp_extensions_open_device_registration 2022-09-27T15:50:13.8128840Z test_xnnpack_integration 2022-09-27T15:50:13.8129027Z test_stateless 2022-09-27T15:50:13.8129368Z test_ao_sparsity 2022-09-27T15:50:13.8129528Z test_openmp 2022-09-27T15:50:13.8129700Z test_module_init 2022-09-27T15:50:13.8129883Z test_transformers 2022-09-27T15:50:13.8130065Z test_indexing 2022-09-27T15:50:13.8130251Z test_mkl_verbose 2022-09-27T15:50:13.8130413Z test_import_stats 2022-09-27T15:50:13.8130660Z test_datapipe 2022-09-27T15:50:13.8130855Z test_scatter_gather_ops 2022-09-27T15:50:13.8131043Z test_logging 2022-09-27T15:50:13.8131225Z test_mobile_optimizer 2022-09-27T15:50:13.8131394Z test_fake_tensor 2022-09-27T15:50:13.8131566Z test_prims 2022-09-27T15:50:13.8131746Z test_python_dispatch 2022-09-27T15:50:13.8131936Z test_native_functions 2022-09-27T15:50:13.8132110Z test_futures 2022-09-27T15:50:13.8132293Z test_set_default_mobile_cpu_allocator 2022-09-27T15:50:13.8132494Z test_dlpack 2022-09-27T15:50:13.8132673Z test_numpy_interop 2022-09-27T15:50:13.8132861Z test_function_schema 2022-09-27T15:50:13.8133037Z test_fx_passes 2022-09-27T15:50:13.8133187Z test_autocast 2022-09-27T15:50:13.8133363Z test_functional_optim 2022-09-27T15:50:13.8133555Z test_tensorexpr_pybind 2022-09-27T15:50:13.8133747Z test_dynamic_shapes 2022-09-27T15:50:13.8133937Z test_public_bindings 2022-09-27T15:50:13.8134103Z test_native_mha 2022-09-27T15:50:13.8134282Z test_tensorboard 2022-09-27T15:50:13.8134455Z test_jit_llga_fuser 2022-09-27T15:50:13.8134639Z test_nvfuser_frontend 2022-09-27T15:50:13.8134829Z test_numba_integration 2022-09-27T15:50:13.8134997Z test_complex 2022-09-27T15:50:13.8135165Z test_license 2022-09-27T15:50:13.8135337Z test_vulkan 2022-09-27T15:50:13.8135539Z test_functional_autograd_benchmark 2022-09-27T15:50:13.8135744Z test_show_pickle 2022-09-27T15:50:13.8135905Z test_type_hints 2022-09-27T15:50:13.8136099Z backends/xeon/test_launch 2022-09-27T15:50:13.8136309Z distributions/test_constraints 2022-09-27T15:50:13.8136503Z lazy/test_bindings 2022-09-27T15:50:13.8136679Z lazy/test_meta_kernel 2022-09-27T15:50:13.8136874Z lazy/test_step_closures 2022-09-27T15:50:13.8137067Z nn/test_dropout 2022-09-27T15:50:13.8137289Z nn/test_pooling 2022-09-27T15:50:13.8137494Z profiler/test_profiler_tree 2022-09-27T15:50:13.8137690Z test_cuda 2022-09-27T15:50:13.8137870Z test_cuda_sanitizer 2022-09-27T15:50:13.8138034Z test_deploy 2022-09-27T15:50:13.8138210Z test_fx_backends 2022-09-27T15:50:13.8138389Z test_jiterator 2022-09-27T15:50:13.8138570Z test_pruning_op 2022-09-27T15:50:13.8877977Z Running test_ops_jit ... [2022-09-27 15:50:13.873027] 2022-09-27T15:50:13.8878434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:13.873027] 2022-09-27T15:50:13.8878806Z Ignoring disabled issues: [] 2022-09-27T15:50:13.8879036Z Found test time stats from artifacts 2022-09-27T15:50:13.8879283Z Prioritized test from test file changes. 2022-09-27T15:50:13.8879527Z reordering tests for PR: 2022-09-27T15:50:13.8879738Z prioritized: [] 2022-09-27T15:50:13.8881984Z the rest: ['test_ops_jit', 'test_ops_gradients', 'test_quantization', 'test_reductions', 'test_unary_ufuncs', 'test_mkldnn_fusion', 'test_schema_check', 'test_jit', 'test_binary_ufuncs', 'test_optim', 'test_serialization', 'test_foreach', 'test_tensor_creation_ops', 'test_tensorexpr', 'test_utils', 'test_torch', 'test_meta', 'test_jit_autocast', 'test_cpp_extensions_open_device_registration', 'test_xnnpack_integration', 'test_stateless', 'test_ao_sparsity', 'test_openmp', 'test_module_init', 'test_transformers', 'test_indexing', 'test_mkl_verbose', 'test_import_stats', 'test_datapipe', 'test_scatter_gather_ops', 'test_logging', 'test_mobile_optimizer', 'test_fake_tensor', 'test_prims', 'test_python_dispatch', 'test_native_functions', 'test_futures', 'test_set_default_mobile_cpu_allocator', 'test_dlpack', 'test_numpy_interop', 'test_function_schema', 'test_fx_passes', 'test_autocast', 'test_functional_optim', 'test_tensorexpr_pybind', 'test_dynamic_shapes', 'test_public_bindings', 'test_native_mha', 'test_tensorboard', 'test_jit_llga_fuser', 'test_nvfuser_frontend', 'test_numba_integration', 'test_complex', 'test_license', 'test_vulkan', 'test_functional_autograd_benchmark', 'test_show_pickle', 'test_type_hints', 'backends/xeon/test_launch', 'distributions/test_constraints', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'lazy/test_step_closures', 'nn/test_dropout', 'nn/test_pooling', 'profiler/test_profiler_tree', 'test_cuda', 'test_cuda_sanitizer', 'test_deploy', 'test_fx_backends', 'test_jiterator', 'test_pruning_op'] 2022-09-27T15:50:13.8883820Z 2022-09-27T15:50:13.8884172Z 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-09-27T15:50:13.8884858Z 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-09-27T15:50:30.3543538Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit.xml 2022-09-27T15:50:30.3543987Z ============================= test session starts ============================= 2022-09-27T15:50:30.3544351Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-09-27T15:50:30.3544666Z cachedir: .pytest_cache 2022-09-27T15:50:30.3545056Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:50:30.3545477Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-09-27T15:50:30.3545859Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:50:30.3546123Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:50:30.3546245Z 2022-09-27T15:50:30.3546413Z [gw0] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:30.3546613Z 2022-09-27T15:50:30.3546773Z [gw1] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:30.3546970Z 2022-09-27T15:50:30.3547127Z [gw2] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:30.3547304Z 2022-09-27T15:50:30.3547463Z [gw3] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:30.3547657Z 2022-09-27T15:50:30.3547803Z [gw0] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:30.3547977Z 2022-09-27T15:50:30.3548115Z [gw1] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:30.3548282Z 2022-09-27T15:50:30.3548420Z [gw2] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:30.3548588Z 2022-09-27T15:50:30.3548725Z [gw3] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:30.3548968Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:50:30.3549115Z 2022-09-27T15:50:30.3549236Z scheduling tests via LoadScheduling 2022-09-27T15:50:30.3549391Z 2022-09-27T15:50:30.3549596Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:50:30.3549923Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:50:30.3550248Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:50:31.0426980Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:50:31.0512013Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:50:31.0583142Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:50:31.0591391Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:50:31.0630972Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:50:31.0637953Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:50:31.0709561Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:50:31.0714458Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:50:31.0724695Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:50:31.0725629Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:50:31.0742772Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:50:31.0750685Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:50:31.0758023Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:50:31.0765421Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:50:31.0783421Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:50:31.0794190Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:50:31.0802771Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:50:31.0809234Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:50:31.0810826Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:50:31.0820623Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:50:31.0823122Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:50:31.0823828Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:50:31.0840456Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:50:31.0848072Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:50:31.0855866Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:50:31.0864545Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:50:31.0886994Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:50:31.0894015Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:50:31.0929106Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:50:31.0936322Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:50:31.0950408Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:50:31.0956562Z [gw1] [ 1%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:50:31.0964519Z [gw0] [ 1%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:50:31.0969032Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:50:31.0970724Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:50:31.0971802Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:50:31.1009454Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:50:31.1017424Z [gw3] [ 1%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:50:31.1037654Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:50:31.1045814Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:50:31.1067976Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:50:31.1075556Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:50:31.1084454Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:50:31.1094921Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:50:31.1097358Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:50:31.1098116Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:50:31.1143065Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:50:31.1150813Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:50:31.1159712Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:50:31.1166553Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:50:31.1167824Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:50:31.1172787Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:50:31.1207923Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:50:31.1213599Z [gw2] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:50:31.1224338Z [gw0] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:50:31.1227969Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:50:31.1254871Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:31.1267466Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:50:31.1280138Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:50:31.1292223Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:31.1368906Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:31.1380351Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:50:31.1414717Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:50:31.1428449Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:31.1433807Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:50:31.1442477Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:31.1458702Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:50:31.1471178Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:50:31.1498724Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:31.1509188Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:50:31.1531037Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:50:31.1544232Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:31.1571348Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:31.1580482Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:50:31.1660242Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:50:31.1701304Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:50:31.1701953Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:31.1702560Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:50:31.1703310Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:50:31.1713869Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:31.1772330Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:31.1773108Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:50:31.1773659Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:50:31.1774652Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:31.1784402Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:50:31.1796192Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:50:31.1842098Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:50:31.1843609Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:31.1845108Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:50:31.1846616Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:50:31.1909468Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:50:31.1914763Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:31.1923519Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:50:31.1933417Z [gw2] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:50:31.2052037Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:50:31.2052742Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:31.2053329Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:50:31.2053868Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:50:31.2054443Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:50:31.2065806Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:50:31.2077598Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:50:31.2081471Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:31.2085000Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:50:31.2092393Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:50:31.2104203Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:50:31.2110639Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:50:31.2111221Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:31.2229428Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:50:31.2241019Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:50:31.2246758Z [gw2] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:50:31.2251544Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:50:31.2255551Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:31.2258036Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:50:31.2274543Z [gw3] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:50:31.2276446Z [gw2] [ 5%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:50:31.2288549Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:50:31.2298650Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:50:31.2310216Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:50:31.2420474Z [gw0] [ 5%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:50:31.2421292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:50:31.2421838Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:50:31.2427305Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:50:31.2437673Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:50:31.2440287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:50:31.2450964Z [gw3] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:50:31.2545658Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:50:31.2546456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:50:31.2547257Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:50:31.2551731Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:50:31.2552494Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:50:31.2562159Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:50:31.2576156Z [gw3] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:50:31.2653150Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:50:31.2654983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:50:31.2658264Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:50:31.2662684Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:50:31.2666787Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:50:31.2672877Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:50:31.2678548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:50:31.2711781Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:50:31.2755904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:50:31.2756460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:50:31.2766823Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:31.2770262Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:50:31.2772340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:50:31.2784998Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:50:31.2788103Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:31.2862328Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:50:31.2863080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:50:31.2928054Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:50:31.2929998Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:50:31.2931812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:50:31.2934771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:50:31.2939682Z [gw3] [ 7%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:50:31.2957428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:50:31.2958174Z [gw3] [ 7%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:50:31.2958881Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:50:31.2964157Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:50:31.2966781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:50:31.2969541Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:31.3073859Z [gw2] [ 7%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:50:31.3079463Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:50:31.3085403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:50:31.3101460Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:50:31.3114408Z [gw1] [ 8%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:31.3115036Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:50:31.3212843Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:50:31.3232647Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:50:31.3308714Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:50:31.3309299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:50:31.3309846Z [gw1] [ 8%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:50:31.3310407Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:31.3310964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:50:31.3311557Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:31.3340716Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:50:31.3349583Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:50:31.3359929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:50:31.3381481Z [gw3] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:50:31.3393169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:50:31.3403239Z [gw1] [ 8%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:50:31.3435079Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:50:31.3445267Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:50:31.3470421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:50:31.3477844Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:50:31.3486782Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:50:31.3488782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:50:31.3529778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:50:31.3540800Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:50:31.3573070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:50:31.3581143Z [gw3] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:50:31.3594511Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:50:31.3595720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:50:31.6474366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:50:31.6484491Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:50:31.7080745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:50:31.7090208Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:50:32.0727714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:50:32.0736400Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:50:32.5243655Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:50:32.5251964Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:50:33.3328197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:50:33.3341139Z [gw3] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:50:33.5611496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:50:33.5623515Z [gw1] [ 10%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:50:33.5680493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:50:33.5690307Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:50:33.5799086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:50:33.5812856Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:50:33.5938240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:50:33.5955100Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:50:33.6022472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:50:33.6033693Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:50:33.6054704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:50:33.6068809Z [gw1] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:50:33.6094395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:50:33.6102811Z [gw1] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:50:33.6156875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:50:33.6165493Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:50:33.6245238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:50:33.6254394Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:50:33.6349558Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:50:33.6365009Z [gw1] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:50:33.6449613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:50:33.6462791Z [gw1] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:50:34.1759658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:50:34.1774496Z [gw1] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:50:35.1512232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:50:35.1524824Z [gw0] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:50:35.1644421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:50:35.1657620Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:50:35.1713340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:50:35.1723478Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:50:35.1776748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:50:35.1790288Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:50:35.1872744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:50:35.1885421Z [gw0] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:50:35.1906918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:50:35.1916048Z [gw0] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:50:35.1929730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:50:35.1938438Z [gw0] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:50:35.1953974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:50:35.1971856Z [gw0] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:50:35.2099370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:50:35.2113149Z [gw0] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:50:35.2522763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:50:35.2531425Z [gw0] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:50:35.3994926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:50:35.4007486Z [gw0] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:50:35.8550236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:50:35.8561611Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:50:36.2769053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:50:36.2779553Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:50:36.4000389Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:50:36.4013862Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:50:36.5202243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:50:36.5214891Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:50:37.2017041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:50:37.2029250Z [gw2] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:50:37.2460261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:50:37.2473942Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:50:37.2493539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:50:37.2503857Z [gw3] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:50:37.5458052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:50:37.5467522Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:50:37.5735770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:50:37.5745911Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:50:38.1090322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:50:38.1099786Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:50:38.1114930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:50:38.1124716Z [gw3] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:50:38.2522559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:50:38.2532375Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:50:38.3901493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:50:38.3910800Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:50:38.5382617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:50:38.5392341Z [gw3] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:50:38.6141238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:50:38.6151546Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:50:38.6943851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:50:38.6953618Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:50:38.7000131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:50:38.7010832Z [gw3] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:50:38.7719005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:50:38.7731560Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:50:39.0507702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:50:39.0519162Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:50:39.0540189Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:50:39.0552243Z [gw3] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:50:39.7529983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:50:39.7537012Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:50:39.9507101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:50:39.9517125Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:50:40.0631751Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:50:40.0640737Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:50:40.3169138Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:50:40.3177937Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:50:40.4597423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:50:40.4607439Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:50:41.1561946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:50:41.1569666Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:50:42.9292292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:50:42.9302688Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:50:43.2553576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:50:43.2565382Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:50:43.5950615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:50:43.5960752Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:50:44.1878440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:50:44.1887257Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:50:44.1902286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:50:44.1910923Z [gw2] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:50:44.3752948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:50:44.3765215Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:50:44.7102116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:50:44.7120860Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:50:44.9520771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:50:44.9530010Z [gw1] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:50:45.2326506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:50:45.2332064Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:50:45.2339368Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:50:45.2341472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:50:45.2353925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:50:45.2362732Z [gw2] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:50:45.6018453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:50:45.6027189Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:50:45.6831894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:50:45.6842471Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:50:45.7406796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:50:45.7415889Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:50:45.9589027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:50:45.9598521Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:50:46.0115975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:50:46.0124210Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:50:46.8004351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:50:46.8013423Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:50:46.8820754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:50:46.8831000Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:50:47.2048782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:50:47.2058269Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:50:47.3361448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:50:47.3373273Z [gw1] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:50:47.4090239Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:50:47.4100340Z [gw1] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:50:47.6616525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:50:47.6626672Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:50:47.6666264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:50:47.6676424Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:50:47.7603428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:50:47.7614883Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:50:47.7676815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:50:47.7685047Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:50:48.1026101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:50:48.1041194Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:50:48.4826985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:50:48.4838814Z [gw1] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:50:49.6020949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:50:49.6029744Z [gw1] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:50:49.6078789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:50:49.6087715Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:50:49.7749450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:50:49.7759583Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:50:49.8011671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:50:49.8021211Z [gw1] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:50:49.8068992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:50:49.8077824Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:50:49.8332824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:50:49.8342245Z [gw2] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:50:50.4597643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:50:50.4606979Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:50:50.4744034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:50:50.4754754Z [gw2] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:50:50.9144609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:50:50.9156844Z [gw1] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:50:50.9324407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:50:50.9338810Z [gw1] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:50:51.2942181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:50:51.2950454Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:50:51.4556109Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:50:51.4568647Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:50:52.1120857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:50:52.1131463Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:50:52.4352019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:50:52.4364919Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:50:52.4387391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:50:52.4399048Z [gw0] [ 18%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:50:52.6204861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:50:52.6215635Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:50:52.9919248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:50:52.9932811Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:50:53.1429211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:50:53.1441879Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:50:54.0138457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:50:54.0149502Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:50:55.3955123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:50:55.3968336Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:50:55.4641331Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:50:55.4655758Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:50:55.5016886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:50:55.5042397Z [gw3] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:50:56.4935918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:50:56.4948686Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:50:56.9497269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:50:56.9508525Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:50:57.4954465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:50:57.4992795Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:50:58.2421963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:50:58.2433759Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:50:58.2457888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:50:58.2469481Z [gw2] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:50:58.4368005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:50:58.4381242Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:50:59.2723163Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:50:59.2728854Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:50:59.2787839Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:50:59.2800023Z [gw0] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:50:59.4894891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:50:59.4907850Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:50:59.4924783Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:50:59.4925600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:50:59.7200945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:50:59.7212082Z [gw0] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:50:59.7234988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:50:59.7246325Z [gw0] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:50:59.7495221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:50:59.7506117Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:50:59.8050944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:50:59.8062279Z [gw0] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:50:59.9703813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:50:59.9713415Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:50:59.9968656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:50:59.9978214Z [gw0] [ 21%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:51:00.8463338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:51:00.8477957Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:51:00.8553440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:51:00.8563688Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:51:01.5021559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:51:01.5033213Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:51:01.6819501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:51:01.6830341Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:51:01.9375428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:51:01.9384193Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:51:02.0041884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:51:02.0055176Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:51:02.2699779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:51:02.2706881Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:51:02.4549697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:51:02.4559349Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:51:02.4626862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:51:02.4636146Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:51:02.4784323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:51:02.4792869Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:51:02.9535409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:51:02.9544912Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:51:03.2212674Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:51:03.2223181Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:51:03.3084277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:51:03.3095267Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:51:03.6620843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:51:03.6630933Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:51:03.9897382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:51:03.9905103Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:51:04.6162068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:51:04.6171254Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:51:05.0318409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:51:05.0329006Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:51:05.4117385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:51:05.4129643Z [gw1] [ 22%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:51:05.5859711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:51:05.5872975Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:51:05.8386895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:51:05.8396819Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:51:05.8868645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:51:05.8879177Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:51:06.1939928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:51:06.1948964Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:51:06.4389357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:51:06.4399309Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:51:06.4414225Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:51:06.4422754Z [gw1] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:51:06.4437059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:51:06.4446727Z [gw1] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:51:06.5817955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:51:06.5825612Z [gw1] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:51:06.5839777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:51:06.5848917Z [gw1] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:51:06.8411860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:51:06.8420505Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:51:07.7438512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:51:07.7448408Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:51:08.8826548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:51:08.8836059Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:51:09.6643620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:51:09.6652867Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:51:10.1080057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:51:10.1089390Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:51:10.4951984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:51:10.4960777Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:51:10.5800375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:51:10.5808281Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:51:10.8437656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:51:10.8447232Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:51:10.8854526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:51:10.8864033Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:51:10.9056578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:51:10.9067810Z [gw2] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:51:11.2089715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:51:11.2098859Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:51:11.3703878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:51:11.3715003Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:51:11.6140798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:51:11.6150149Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:51:11.7363152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:51:11.7371635Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:51:11.9169175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:51:11.9178125Z [gw0] [ 25%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:51:12.1487897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:51:12.1498230Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:51:12.3488926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:51:12.3498495Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:51:12.7138716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:51:12.7148422Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:51:12.9883399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:51:12.9892407Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:51:13.0497987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:51:13.0507479Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:51:13.3851361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:51:13.3859082Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:51:13.4242340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:51:13.4251864Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:51:13.4403971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:51:13.4412769Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:51:13.7948695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:51:13.7957266Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:51:13.8081379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:51:13.8089400Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:51:14.7219296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:51:14.7227511Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:51:14.9917938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:51:14.9930129Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:51:15.2243632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:51:15.2252968Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:51:15.6370158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:51:15.6380698Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:51:15.7692931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:51:15.7704877Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:51:16.0952265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:51:16.0962020Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:51:16.1268467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:51:16.1280426Z [gw0] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:51:16.1541123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:51:16.1553653Z [gw0] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:51:16.7328799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:51:16.7339127Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:51:17.2863324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:51:17.2874817Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:51:17.4973346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:51:17.4984752Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:51:17.5928582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:51:17.5942942Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:51:18.0648026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:51:18.0659382Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:51:18.5165924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:51:18.5177280Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:51:19.0162165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:51:19.0173095Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:51:19.1577083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:51:19.1586651Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:51:19.3217418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:51:19.3230093Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:51:19.4497272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:51:19.4507793Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:51:19.4526994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:51:19.4540328Z [gw1] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:51:19.4557025Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:51:19.4567781Z [gw1] [ 28%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:51:19.4629356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:51:19.4639035Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:51:19.5146754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:51:19.5156694Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:51:19.6198862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:51:19.6209815Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:51:19.6721081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:51:19.6731920Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:51:19.7696950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:51:19.7708673Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:51:19.8312108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:51:19.8323570Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:51:19.8823295Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:51:19.8835698Z [gw0] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:51:19.9368282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:51:19.9378478Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:51:19.9671879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:51:19.9683151Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:51:20.0597153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:51:20.0610143Z [gw1] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:51:20.1038623Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:51:20.1050257Z [gw2] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:51:20.1474822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:51:20.1487136Z [gw1] [ 29%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:51:20.2491266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:51:20.2503093Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:51:20.4083281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:51:20.4094504Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:51:20.4115531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:51:20.4122638Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:51:20.4138844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:51:20.4148372Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:51:20.4175433Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:51:20.4186149Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:51:20.4209476Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:51:20.4220968Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:51:20.4245379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:51:20.4255053Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:51:20.4285160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:51:20.4293071Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:51:20.4315934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:51:20.4326035Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:51:20.4350030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:51:20.4359904Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:51:20.4382046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:51:20.4392986Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:51:20.4423451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:51:20.4435657Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:51:20.4466582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:51:20.4477675Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:51:20.4501725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:51:20.4511968Z [gw0] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:51:20.5658636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:51:20.5671709Z [gw3] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:51:20.6299129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:51:20.6310831Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:51:20.8388199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:51:20.8400607Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:51:21.0078893Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:51:21.0090931Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:51:21.2799466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:51:21.2811504Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:51:21.6550734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:51:21.6560939Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:51:21.9831352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:51:21.9841641Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:51:22.3048375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:51:22.3062604Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:51:22.3181619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:51:22.3191676Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:51:22.5491978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:51:22.5502951Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:51:23.4873154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:51:23.4885788Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:51:24.0800166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:51:24.0813736Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:51:25.3024529Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:51:25.3038323Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:51:25.5420527Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:51:25.5432675Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:51:25.7857479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:51:25.7867290Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:51:25.9224961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:51:25.9236898Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:51:26.5107197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:51:26.5119509Z [gw1] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:51:26.7193753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:51:26.7213305Z [gw1] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:51:27.0625363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:51:27.0641283Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:51:27.3612783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:51:27.3623258Z [gw2] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:51:27.4029799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:51:27.4040664Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:51:27.4957905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:51:27.4969528Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:51:27.6162243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:51:27.6170171Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:51:27.8589274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:51:27.8600841Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:51:28.1275676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:51:28.1288396Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:51:28.1977728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:51:28.1990227Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:51:28.3735708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:51:28.3746674Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:51:29.2209033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:51:29.2219441Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:51:29.8051231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:51:29.8061674Z [gw3] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:51:29.8088667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:51:29.8098462Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:51:29.8117794Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:51:29.8126770Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:51:30.2814435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:51:30.2825162Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:51:30.7441300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:51:30.7453892Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:51:30.9677700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:51:30.9693550Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:51:31.1968795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:51:31.1977970Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:51:31.6155195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:51:31.6165527Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:51:31.6517406Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:51:31.6528101Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:51:32.3354387Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:51:32.3367185Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:51:33.0399562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:51:33.0411447Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:51:33.7472467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:51:33.7481485Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:51:34.4684724Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:51:34.4693989Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:51:34.6076987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:51:34.6086974Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:51:34.7922970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:51:34.7932704Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:51:35.3704287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:51:35.3715853Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:51:35.4307396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:51:35.4316399Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:51:35.9851684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:51:35.9860781Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:51:36.1347555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:51:36.1355604Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:51:36.7355700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:51:36.7364175Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:51:37.1803342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:51:37.1814808Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:51:37.6969190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:51:37.6982223Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:51:37.8354963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:51:37.8365726Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:51:38.2428714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:51:38.2438799Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:51:38.3784076Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:51:38.3791910Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:51:38.7215659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:51:38.7228177Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:51:38.7245274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:51:38.7259850Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:51:39.2513364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:51:39.2524694Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:51:39.6115970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:51:39.6128326Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:51:40.2561211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:51:40.2573071Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:51:40.7397671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:51:40.7411447Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:51:41.4945061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:51:41.4955060Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:51:41.5698979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:51:41.5712832Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:51:41.7462773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:51:41.7473681Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:51:42.5212585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:51:42.5224999Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:51:42.9972335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:51:42.9986990Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:51:43.1344254Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:51:43.1357607Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:51:43.7963218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:51:43.8016048Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:51:44.5872489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:51:44.5885887Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:51:44.5966950Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:51:44.5983822Z [gw3] [ 37%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:51:44.6043739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:51:44.6056279Z [gw3] [ 37%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:51:45.9403280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:51:45.9413614Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:51:46.4239108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:51:46.4249607Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:51:47.2195011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:51:47.2206408Z [gw0] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:51:47.3585337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:51:47.3593918Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:51:47.5178224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:51:47.5192730Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:51:47.7313975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:51:47.7362661Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:51:48.0267572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:51:48.0282172Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:51:48.5639186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:51:48.5649593Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:51:48.8150009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:51:48.8162458Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:51:49.1305964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:51:49.1318537Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:51:50.2382196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:51:50.2393551Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:51:50.7400785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:51:50.7414297Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:51:50.9828341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:51:50.9842417Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:51:51.9746988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:51:51.9758637Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:51:52.5182169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:51:52.5195067Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:51:53.2090115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:51:53.2102906Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:51:53.5138031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:51:53.5155897Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:51:53.5661512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:51:53.5673777Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:51:54.2387520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:51:54.2398719Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:51:54.5732704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:51:54.5743946Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:51:54.6644058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:51:54.6655328Z [gw3] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:51:54.7516472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:51:54.7527926Z [gw3] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:51:54.9440634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:51:54.9452906Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:51:55.0522604Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:51:55.0535711Z [gw2] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:51:55.7618688Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:51:55.7630272Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:51:56.1539934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:51:56.1551591Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:51:56.6262977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:51:56.6282910Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:51:56.6458923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:51:56.6471537Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:51:57.8789778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:51:57.8801685Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:51:58.1195849Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:51:58.1208849Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:51:58.7539192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:51:58.7550711Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:51:59.2777079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:51:59.2791342Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:52:00.7756265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:52:00.7766854Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:52:01.5452996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:52:01.5462040Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:52:02.8799976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:52:02.8808981Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:52:03.5191047Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:52:03.5200611Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:52:04.8315353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:52:04.8327693Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:52:05.4985935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:52:05.4998080Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:52:05.8562947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:52:05.8574304Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:52:06.1645922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:52:06.1658758Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:52:06.5880643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:52:06.5893352Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:52:06.8620692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:52:06.8630612Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:52:07.5281355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:52:07.5290750Z [gw0] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:52:09.1917097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:52:09.1927258Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:52:09.4839606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:52:09.4853082Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:52:09.9626768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:52:09.9637387Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:52:11.1081669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:52:11.1091479Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:52:11.6943255Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:52:11.6952476Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:52:12.8929270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:52:12.8938581Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:52:13.5180900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:52:13.5191934Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:52:13.9004866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:52:13.9018350Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:52:14.0268503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:52:14.0281090Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:52:14.4113612Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:52:14.4125584Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:52:14.5405993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:52:14.5417392Z [gw0] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:52:16.0103057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:52:16.0115243Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:52:16.4942858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:52:16.4953554Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:52:22.9297286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:52:22.9308554Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:52:24.0506969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:52:24.0520172Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:52:28.1109063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:52:28.1121208Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:52:28.1484815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:52:28.1503740Z [gw0] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:52:28.1661715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:52:28.1676842Z [gw0] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:52:31.0998738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:52:31.1011047Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:52:31.3100197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:52:31.3110815Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:52:32.2825794Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:52:32.2837276Z [gw0] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:52:32.8441685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:52:32.8449985Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:52:33.5221196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:52:33.5230611Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:52:34.1359082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:52:34.1371675Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:52:35.6462987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:52:35.6471889Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:52:36.0402069Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:52:36.0411138Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:52:36.9363089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:52:36.9373464Z [gw0] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:52:36.9512380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:52:36.9522158Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:52:38.2122791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:52:38.2133337Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:52:38.7508532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:52:38.7521938Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:52:38.8291315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:52:38.8303368Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:52:38.9767217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:52:38.9776179Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:52:39.0446771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:52:39.0457605Z [gw2] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:52:39.1125714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:52:39.1135479Z [gw2] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:52:39.7450092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:52:39.7459409Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:52:40.0946820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:52:40.0957429Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:52:40.4168017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:52:40.4179449Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:52:40.5699844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:52:40.5709469Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:52:40.5725042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:52:40.5736006Z [gw2] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:52:40.5749277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:52:40.5757192Z [gw2] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:52:40.5770350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:52:40.5780349Z [gw2] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:52:40.5792462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:52:40.5801007Z [gw2] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:52:40.5814429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:52:40.5823204Z [gw2] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:52:40.5839680Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:52:40.5848968Z [gw2] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:52:41.3016543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:52:41.3025258Z [gw0] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:52:41.6142094Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:52:41.6152274Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:52:42.1773261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:52:42.1785643Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:52:42.5264622Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:52:42.5276762Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:52:42.6756501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:52:42.6766177Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:52:42.8125009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:52:42.8133852Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:52:43.2197871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:52:43.2207659Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:52:43.3822686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:52:43.3834523Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:52:43.7068995Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:52:43.7076510Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:52:43.7736027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:52:43.7744463Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:52:44.5303543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:52:44.5314888Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:52:44.6916219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:52:44.6930020Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:52:44.9477529Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:52:44.9491817Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:52:45.1731156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:52:45.1739327Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:52:45.5451769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:52:45.5460576Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:52:45.7548425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:52:45.7556555Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:52:46.2725779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:52:46.2734893Z [gw0] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:52:46.5202848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:52:46.5212363Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:52:47.0537682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:52:47.0548223Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:52:47.1713044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:52:47.1724110Z [gw0] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:52:47.6784486Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:52:47.6793613Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:52:47.8073715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:52:47.8083515Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:52:47.8133262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:52:47.8142408Z [gw2] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:52:47.8181092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:52:47.8187405Z [gw2] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:52:47.8201547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:52:47.8210621Z [gw2] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:52:47.8224473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:52:47.8233413Z [gw2] [ 48%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:52:48.1565850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:52:48.1575688Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:52:48.2897688Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:52:48.2908050Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:52:48.3223935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:52:48.3233660Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:52:48.6634077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:52:48.6643978Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:52:48.8281492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:52:48.8292324Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:52:49.1448866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:52:49.1457826Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:52:49.3057228Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:52:49.3065649Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:52:49.6887825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:52:49.6896601Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:52:50.1879993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:52:50.1888747Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:52:50.3674070Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:52:50.3686581Z [gw1] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:52:50.4094306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:52:50.4118809Z [gw2] [ 49%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:52:50.6889224Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:52:50.6903178Z [gw2] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:52:51.5138417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:52:51.5149376Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:52:52.0147947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:52:52.0162073Z [gw2] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:52:52.0289087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:52:52.0301922Z [gw2] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:52:52.7309642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:52:52.7323882Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:52:52.9441521Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:52:52.9456276Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:52:53.7760130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:52:53.7771127Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:52:54.5467507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:52:54.5476593Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:52:55.1922039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:52:55.1932175Z [gw0] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:52:55.4072928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:52:55.4085243Z [gw3] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:52:55.4392533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:52:55.4400838Z [gw3] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:52:56.1360534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:52:56.1373137Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:52:56.4273759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:52:56.4285762Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:52:56.9414619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:52:56.9428673Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:52:57.1343520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:52:57.1358262Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:52:57.8379992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:52:57.8391549Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:52:58.1600675Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:52:58.1608718Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:52:58.6711882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:52:58.6720172Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:52:58.9923439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:52:58.9936286Z [gw0] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:52:59.0162938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:52:59.0174708Z [gw2] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:52:59.0194914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:52:59.0208264Z [gw2] [ 51%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:52:59.2907226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:52:59.2921665Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:52:59.2938462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:52:59.2946004Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:52:59.2961922Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:52:59.2973718Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:52:59.2994317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:52:59.3005236Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:52:59.3018620Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:52:59.3031068Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:52:59.3050887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:52:59.3060123Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:52:59.4538839Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:52:59.4548095Z [gw2] [ 52%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:52:59.4619447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:52:59.4620067Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:52:59.4620661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:52:59.4657544Z [gw2] [ 52%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:52:59.6221147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:52:59.6267596Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:53:00.0814156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:53:00.0824076Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:53:00.2149515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:53:00.2159336Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:53:00.8857888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:53:00.8867830Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:53:00.9018110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:53:00.9027211Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:53:00.9522658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:53:00.9537854Z [gw0] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:53:02.8664943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:53:02.8675596Z [gw0] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:53:03.0530769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:53:03.0543904Z [gw3] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:53:03.4782274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:53:03.4793607Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:53:03.4814148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:53:03.4827025Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:53:03.4885024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:53:03.4897830Z [gw2] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:53:03.4965554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:53:03.4976399Z [gw2] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:53:03.5044902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:53:03.5053255Z [gw2] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:53:03.7477254Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:53:03.7488057Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:53:03.7559863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:53:03.7571717Z [gw2] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:53:03.7612075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:53:03.7623362Z [gw2] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:53:03.7640392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:53:03.7651524Z [gw0] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:53:03.7663609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:53:03.7674777Z [gw2] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:53:03.7682858Z [gw0] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:53:03.7685863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:53:03.7704106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:53:03.7715810Z [gw0] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:53:03.7737482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:53:03.7748085Z [gw2] [ 54%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:53:03.7792500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:53:03.7802981Z [gw2] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:53:03.7868954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:53:03.7879603Z [gw2] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:53:03.7961766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:53:03.7970605Z [gw2] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:53:03.7988262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:53:03.7998721Z [gw2] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:53:04.0882007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:53:04.0894319Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:53:04.2492869Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:53:04.2502502Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:53:04.4216030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:53:04.4229027Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:53:04.5094606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:53:04.5105884Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:53:05.2313561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:53:05.2323417Z [gw0] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:53:05.2893587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:53:05.2901984Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:53:05.5198091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:53:05.5207908Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:53:06.2222481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:53:06.2233533Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:53:07.7403979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:53:07.7414119Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:53:08.3658548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:53:08.3670567Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:53:08.4740713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:53:08.4803621Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:53:08.5649627Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:53:08.5660264Z [gw2] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:53:08.6615790Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:53:08.6626283Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:53:09.9080905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:53:09.9094456Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:53:09.9100741Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:53:09.9108300Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:53:10.6975081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:53:10.6989559Z [gw0] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:53:10.8422964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:53:10.8431677Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:53:11.0039506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:53:11.0054204Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:53:11.0386336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:53:11.0397497Z [gw2] [ 57%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:53:11.0809573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:53:11.0821054Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:53:11.2994248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:53:11.3003640Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:53:11.4372831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:53:11.4382986Z [gw0] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:53:11.4646662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:53:11.4655223Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:53:11.5342123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:53:11.5351339Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:53:11.6070977Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:53:11.6080359Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:53:11.6626733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:53:11.6636429Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:53:11.9014034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:53:11.9023005Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:53:12.3417449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:53:12.3426295Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:53:12.3999898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:53:12.4009037Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:53:12.7876516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:53:12.7885142Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:53:13.3115774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:53:13.3125429Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:53:13.3140852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:53:13.3151588Z [gw2] [ 58%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:53:13.3584894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:53:13.3595820Z [gw2] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:53:13.5133855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:53:13.5143828Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:53:13.8856268Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:53:13.8868438Z [gw2] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:53:13.9506479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:53:13.9513576Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:53:14.1087827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:53:14.1099843Z [gw0] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:53:14.3239469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:53:14.3249783Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:53:14.5929571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:53:14.5940743Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:53:14.6784764Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:53:14.6791972Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:53:15.0000952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:53:15.0009850Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:53:15.3262959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:53:15.3272005Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:53:15.4972467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:53:15.4981447Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:53:15.5019181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:53:15.5029845Z [gw0] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:53:15.6680592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:53:15.6690017Z [gw2] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:53:15.7804887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:53:15.7813446Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:53:15.9219806Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:53:15.9229157Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:53:17.1718229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:53:17.1727738Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:53:17.2196526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:53:17.2206004Z [gw1] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:53:17.3836879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:53:17.3931236Z [gw2] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:53:18.4903149Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:53:18.4914751Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:53:19.0786733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:53:19.0798850Z [gw2] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:53:19.1861968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:53:19.1873024Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:53:19.7997442Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:53:19.8007908Z [gw2] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:53:19.8583834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:53:19.8593232Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:53:20.3218564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:53:20.3231690Z [gw0] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:53:20.3253547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:53:20.3265378Z [gw0] [ 60%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:53:20.5790719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:53:20.5799630Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:53:22.2499775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:53:22.2510466Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:53:23.1575940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:53:23.1586145Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:53:24.4696091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:53:24.4705118Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:53:24.7043195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:53:24.7057606Z [gw2] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:53:24.9656441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:53:24.9665000Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:53:27.6928102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:53:27.6940539Z [gw1] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:53:27.9797646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:53:27.9806697Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:53:27.9821829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:53:27.9831002Z [gw2] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:53:27.9845635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:53:27.9855285Z [gw2] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:53:33.2639823Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:53:33.2652239Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:53:33.2673762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:53:33.2687014Z [gw0] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:53:33.8939093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:53:33.8949723Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:53:34.0642679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:53:34.0652122Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:53:34.2204534Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:53:34.2217559Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:53:36.2198713Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:53:36.2211402Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:53:36.2549932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:53:36.2562531Z [gw3] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:53:37.4422909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:53:37.4436269Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:53:37.8767976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:53:37.8781136Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:53:39.1244414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:53:39.1259558Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:53:39.1278562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:53:39.1293341Z [gw1] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:53:39.1317393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:53:39.1329835Z [gw1] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:53:39.4026632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:53:39.4041119Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:53:39.4345305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:53:39.4358584Z [gw3] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:53:39.4726199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:53:39.4740116Z [gw3] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:53:39.6522635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:53:39.6534617Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:53:39.7805682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:53:39.7819591Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:53:39.9018140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:53:39.9031669Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:53:39.9553293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:53:39.9569092Z [gw0] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:53:40.0333058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:53:40.0346623Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:53:40.2253017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:53:40.2266018Z [gw3] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:53:40.3834048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:53:40.3847274Z [gw3] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:53:40.9985011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:53:40.9998902Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:53:41.3353679Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:53:41.3363513Z [gw1] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:53:41.6160485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:53:41.6171167Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:53:42.0043968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:53:42.0059255Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:53:42.0530554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:53:42.0541080Z [gw1] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:53:42.1952575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:53:42.1966301Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:53:42.1987156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:53:42.1999389Z [gw0] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:53:42.2021087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:53:42.2031916Z [gw0] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:53:52.6408181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:53:52.6420083Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:53:52.6602426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:53:52.6613955Z [gw0] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:53:52.9339738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:53:52.9347693Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:53:53.3067307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:53:53.3078059Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:53:53.3124794Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:53:53.3136970Z [gw0] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:53:53.5596102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:53:53.5606807Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:53:53.7314462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:53:53.7326536Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:53:53.9767647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:53:53.9778549Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:53:54.1210646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:53:54.1220023Z [gw0] [ 65%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:53:54.8520974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:53:54.8532549Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:53:55.6848098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:53:55.6860582Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:53:57.1657125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:53:57.1667440Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:53:57.8767942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:53:57.8778938Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:53:58.1647844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:53:58.1661237Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:53:58.6150753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:53:58.6162494Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:53:59.3649052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:53:59.3662013Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:53:59.7723651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:53:59.7745155Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:54:00.3895020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:54:00.3906065Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:54:00.7191820Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:54:00.7203393Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:54:00.9037701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:54:00.9049171Z [gw1] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:54:01.1208986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:54:01.1221900Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:54:03.1031306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:54:03.1052400Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:54:04.1916136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:54:04.1929754Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:54:04.1952332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:54:04.1965773Z [gw0] [ 67%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:54:04.1986735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:54:04.2006703Z [gw0] [ 67%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:54:04.6627412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:54:04.6641424Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:54:04.9033108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:54:04.9049070Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:54:09.6166489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:54:09.6184932Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:54:10.2755900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:54:10.2769579Z [gw1] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:54:21.9469970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:54:21.9481606Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:54:24.0010645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:54:24.0022895Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:54:24.0342989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:54:24.0357052Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:54:27.2912393Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:54:27.2925444Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:54:28.9704781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:54:28.9719144Z [gw3] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:54:28.9794231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:54:28.9808288Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:54:28.9861146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:54:28.9873368Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:54:28.9941934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:54:28.9955405Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:54:29.0012232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:54:29.0024849Z [gw3] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:54:30.8395004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:54:30.8407826Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:54:31.2123636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:54:31.2134617Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:54:31.2161895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:54:31.2176229Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:54:31.4096767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:54:31.4110100Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:54:31.4352118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:54:31.4362141Z [gw0] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:54:31.7981256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:54:31.7993312Z [gw3] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:54:31.8167816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:54:31.8179725Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:54:31.8288220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:54:31.8302828Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:54:31.8325956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:54:31.8339861Z [gw3] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:54:31.8362028Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:54:31.8370350Z [gw3] [ 69%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:54:32.4560694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:54:32.4602562Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:54:32.9597080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:54:32.9638937Z [gw3] [ 69%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:54:32.9648369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:54:32.9661299Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:54:32.9726239Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:54:32.9738721Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:54:32.9804159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:54:32.9817296Z [gw3] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:54:33.7225957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:54:33.7238505Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:54:35.9915040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:54:35.9934497Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:54:36.7900927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:54:36.7915367Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:54:38.3372903Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:54:38.3385711Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:54:38.4008930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:54:38.4022191Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:54:39.1881722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:54:39.1894636Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:54:39.9822712Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:54:39.9834889Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:54:40.0672697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:54:40.0684492Z [gw0] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:54:40.0707020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:54:40.0716176Z [gw0] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:54:40.0735033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:54:40.0746642Z [gw0] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:54:40.0765065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:54:40.0776669Z [gw0] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:54:40.0795261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:54:40.0810416Z [gw0] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:54:40.7566326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:54:40.7579304Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:54:40.7617146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:54:40.7628204Z [gw1] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:54:40.7659059Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:54:40.7667957Z [gw1] [ 71%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:54:41.0799063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:54:41.0811294Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:54:41.5973458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:54:41.5984522Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:54:43.1702871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:54:43.1709691Z [gw2] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:54:45.2525766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:54:45.2537068Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:54:47.0492917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:54:47.0505196Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:54:48.0584083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:54:48.0598623Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:54:51.8497744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:54:51.8509268Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:54:53.0349012Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:54:53.0359765Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:54:53.6391426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:54:53.6405184Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:54:54.5076588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:54:54.5086369Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:54:57.8918306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:54:57.8930090Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:54:59.5453398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:54:59.5463943Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:55:01.1430068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:55:01.1438216Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:55:02.9706266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:55:02.9719066Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:55:03.1284777Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:55:03.1299878Z [gw1] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:55:03.3357948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:55:03.3369012Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:55:03.7383799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:55:03.7402817Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:55:04.9551293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:55:04.9560256Z [gw1] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:55:05.7572155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:55:05.7581709Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:55:06.7642787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:55:06.7667544Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:55:06.9374307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:55:06.9384691Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:55:07.0883369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:55:07.0896089Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:55:07.0936237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:55:07.0946465Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:55:07.0993427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:55:07.1006019Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:55:07.5590963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:55:07.5602080Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:55:07.5673305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:55:07.5687107Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:55:07.5737472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:55:07.5750705Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:55:07.5800257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:55:07.5812744Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:55:07.5854799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:55:07.5867447Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:55:07.5917083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:55:07.5928612Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:55:07.5994155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:55:07.6019654Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:55:07.6059678Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:55:07.6071750Z [gw3] [ 74%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:55:08.1564068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:55:08.1578763Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:55:08.6912658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:55:08.6926228Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:55:09.2365329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:55:09.2376654Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:55:09.7744647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:55:09.7756836Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:55:10.0399143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:55:10.0410909Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:55:11.1737474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:55:11.1796037Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:55:11.7068361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:55:11.7079460Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:55:13.2950231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:55:13.2961565Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:55:14.5916698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:55:14.5933748Z [gw2] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:55:14.7579460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:55:14.7589964Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:55:15.0878350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:55:15.0891949Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:55:15.7559370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:55:15.7572927Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:55:16.0951767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:55:16.0965375Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:55:16.1897091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:55:16.1910325Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:55:17.3752328Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:55:17.3768507Z [gw2] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:55:20.1150164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:55:20.1163119Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:55:22.1885954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:55:22.1899963Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:55:25.3523772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:55:25.3534731Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:55:34.9619914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:55:34.9638444Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:55:38.2849519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:55:38.2861026Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:55:42.0002729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:55:42.0013999Z [gw0] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:55:44.7332933Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:55:44.7343521Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:55:44.8981749Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:55:44.8992787Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:55:45.3857488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:55:45.3870946Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:55:45.3889522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:55:45.3902807Z [gw3] [ 77%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:55:45.3922921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:55:45.3932852Z [gw3] [ 77%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:55:46.4171274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:55:46.4185741Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:55:46.9935720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:55:46.9950335Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:55:49.2103939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:55:49.2116127Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:55:50.4001381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:55:50.4013692Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:55:53.0611660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:55:53.0622653Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:55:54.0657249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:55:54.0671079Z [gw0] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:55:54.2696512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:55:54.2707768Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:55:54.8080519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:55:54.8093626Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:55:57.1246856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:55:57.1260300Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:55:58.5734227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:55:58.5745633Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:55:59.1417509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:55:59.1430912Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:56:01.3978214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:56:01.3989904Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:56:01.4013498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:56:01.4026324Z [gw0] [ 78%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:56:01.4049090Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:56:01.4065275Z [gw0] [ 78%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:56:02.1608920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:56:02.1621919Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:56:02.5221282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:56:02.5231896Z [gw0] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:56:02.8011130Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:56:02.8043795Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:56:05.1792715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:56:05.1807193Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:56:06.5044403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:56:06.5059291Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:56:06.5508245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:56:06.5522688Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:56:06.5960313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:56:06.5971858Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:56:06.6380569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:56:06.6392433Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:56:06.6856599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:56:06.6869616Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:56:06.9924694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:56:06.9937767Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:56:07.3254734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:56:07.3265332Z [gw0] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:56:07.3594210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:56:07.3605928Z [gw0] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:56:07.3905882Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:56:07.3916277Z [gw0] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:56:08.3829553Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:56:08.3841826Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:56:08.9398415Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:56:08.9409815Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:56:09.1227725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:56:09.1241680Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:56:09.1827981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:56:09.1862702Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:56:09.5800897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:56:09.5813941Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:56:09.7723455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:56:09.7735301Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:56:10.7538002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:56:10.7550159Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:56:11.0382652Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:56:11.0393907Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:56:11.2796892Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:56:11.2810690Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:56:11.6842187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:56:11.6855823Z [gw0] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:56:11.8778258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:56:11.8791725Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:56:13.7280317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:56:13.7291626Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:56:14.7812745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:56:14.7824236Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:56:15.2643143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:56:15.2657286Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:56:15.4591040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:56:15.4604318Z [gw2] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:56:16.8907100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:56:16.8920801Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:56:18.0321658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:56:18.0332037Z [gw0] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:56:18.8968934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:56:18.8985448Z [gw2] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:56:19.1066125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:56:19.1074140Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:56:19.1091543Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:56:19.1107102Z [gw3] [ 81%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:56:25.0421112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:56:25.0431304Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:56:26.6284675Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:56:26.6296441Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:56:28.4154964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:56:28.4165026Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:56:28.4182828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:56:28.4195219Z [gw0] [ 82%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:56:28.4211873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:56:28.4224094Z [gw0] [ 82%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:56:28.5070343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:56:28.5083237Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:56:28.5895686Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:56:28.5903927Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:56:28.6634339Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:56:28.6643820Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:56:28.7631279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:56:28.7645008Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:56:28.8463036Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:56:28.8477686Z [gw0] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:56:29.1089233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:56:29.1101239Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:56:29.3786443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:56:29.3800407Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:56:29.3826807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:56:29.3837858Z [gw0] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:56:29.6628614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:56:29.6639209Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:56:29.7527366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:56:29.7539305Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:56:29.8436793Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:56:29.8450303Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:56:29.9379322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:56:29.9388612Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:56:30.0316692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:56:30.0374598Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:56:30.3180181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:56:30.3191527Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:56:30.6026058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:56:30.6036262Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:56:30.6091714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:56:30.6102682Z [gw0] [ 84%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:56:30.7026232Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:56:30.7040176Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:56:30.7933265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:56:30.7948309Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:56:30.7969462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:56:30.7981873Z [gw0] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:56:30.8003133Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:56:30.8014646Z [gw0] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:56:30.8035672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:56:30.8048795Z [gw0] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:56:30.8071916Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:56:30.8084290Z [gw0] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:56:30.9113695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:56:30.9127086Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:56:31.3917271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:56:31.3929115Z [gw3] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:56:31.7811562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:56:31.7826323Z [gw0] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:56:32.0534178Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:56:32.0548312Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:56:32.8776862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:56:32.8788389Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:56:33.2376262Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:56:33.2386886Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:56:33.2396647Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:56:33.2399723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:56:34.1196919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:56:34.1210943Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:56:34.4611048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:56:34.4618763Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:56:35.0348808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:56:35.0359582Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:56:35.0463419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:56:35.0480280Z [gw0] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:56:35.3842863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:56:35.3854460Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:56:35.5545707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:56:35.5555212Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:56:35.8070934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:56:35.8082086Z [gw3] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:56:36.0655357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:56:36.0666607Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:56:36.0686743Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:56:36.0698001Z [gw3] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:56:36.0717337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:56:36.0727307Z [gw3] [ 86%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:56:36.2371508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:56:36.2386095Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:56:36.4810933Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:56:36.4825520Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:56:36.6224765Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:56:36.6247385Z [gw0] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:56:36.7301684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:56:36.7311892Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:56:36.9742532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:56:36.9754285Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:56:37.1620326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:56:37.1640968Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:56:37.4309516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:56:37.4323614Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:56:37.5055609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:56:37.5069355Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:56:37.9026985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:56:37.9027634Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:56:38.0977914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:56:38.0990515Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:56:39.0442021Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:56:39.0453406Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:56:39.2738747Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:56:39.2751233Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:56:39.5375926Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:56:39.5389475Z [gw0] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:56:40.1567238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:56:40.1580427Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:56:40.1603987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:56:40.1616537Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:56:40.1638434Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:56:40.1647161Z [gw3] [ 87%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:56:40.4413696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:56:40.4434786Z [gw2] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:56:41.9994887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:56:42.0009060Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:56:43.3017712Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:56:43.3051061Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:56:43.7325519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:56:43.7340733Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:56:44.0151858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:56:44.0167886Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:56:44.1570857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:56:44.1582924Z [gw2] [ 88%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:56:44.5529191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:56:44.5542250Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:56:44.6071841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:56:44.6088279Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:56:44.8558121Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:56:44.8569589Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:56:44.9995361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:56:45.0009442Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:56:45.8843077Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:56:45.8853646Z [gw0] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:56:45.9132571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:56:45.9146899Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:56:45.9254222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:56:45.9255114Z [gw2] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:56:46.6898170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:56:46.6907025Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:56:47.6975383Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:56:47.6986099Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:56:48.7618692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:56:48.7631414Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:56:48.9495962Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:56:48.9513575Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:56:50.0587240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:56:50.0601788Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:56:50.0625417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:56:50.0638944Z [gw2] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:56:50.3952728Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:56:50.3962093Z [gw0] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:56:50.3984536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:56:50.3992404Z [gw0] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:56:52.5938118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:56:52.5948743Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:56:55.4848363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:56:55.4858432Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:56:57.5648994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:56:57.5658858Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:56:57.7399001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:56:57.7414874Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:56:58.5156066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:56:58.5166935Z [gw3] [ 90%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:57:01.1869979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:57:01.1880069Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:57:01.3249470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:57:01.3259548Z [gw2] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:57:02.7231780Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:57:02.7243296Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:57:03.0744469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:57:03.0756371Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:57:03.2413051Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:57:03.2424005Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:57:03.2608190Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:57:03.2622031Z [gw1] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:03.4606467Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:57:03.4620249Z [gw2] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:57:03.4646329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:57:03.4660067Z [gw2] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:57:03.6252302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:57:03.6262587Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:57:03.7727204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:57:03.7741665Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:57:05.6528547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:57:05.6539658Z [gw2] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:57:05.6563428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:57:05.6576233Z [gw2] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:57:05.6597107Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:57:05.6608161Z [gw2] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:57:05.6628250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:57:05.6637895Z [gw2] [ 91%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:57:06.0935755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:57:06.0944639Z [gw2] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:57:06.0959533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:57:06.0968241Z [gw2] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:57:06.0982229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:57:06.0991693Z [gw2] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:57:06.1005305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:57:06.1014346Z [gw2] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:57:06.1031918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:57:06.1040803Z [gw2] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:57:06.2301996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:57:06.2313330Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:57:06.4132759Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:57:06.4143449Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:57:07.3564160Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:57:07.3573221Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:57:08.5339050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:57:08.5348502Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:57:08.7953792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:57:08.7968997Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:57:08.8956953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:57:08.8965494Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:57:08.9298527Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:57:08.9309346Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:57:09.3153996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:57:09.3165041Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:57:09.5239596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:57:09.5249992Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:57:11.1669504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:57:11.1679118Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:57:12.2989809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:57:12.2998951Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:57:13.6120347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:57:13.6128948Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:57:14.2377317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:57:14.2392053Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:57:15.5274615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:57:15.5284652Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:57:16.1738379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:57:16.1747362Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:57:17.6788379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:57:17.6795671Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:57:20.8678571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:57:20.8696312Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:57:22.9159663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:57:22.9172629Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:57:22.9193096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:57:22.9212124Z [gw3] [ 94%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:57:22.9231071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:57:22.9242189Z [gw3] [ 94%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:57:23.5044404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:57:23.5058181Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:57:24.3756180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:57:24.3770199Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:57:26.5252560Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:57:26.5266646Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:57:27.4182011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:57:27.4194922Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:57:28.3811500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:57:28.3824417Z [gw0] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:57:28.4073027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:57:28.4086643Z [gw0] [ 94%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:57:28.4647361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:57:28.4657610Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:57:28.6589046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:57:28.6608705Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:57:28.9329398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:57:28.9345093Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:57:30.7923834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:57:30.7932783Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:57:31.2190264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:57:31.2205030Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:57:31.7634628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:57:31.7644202Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:57:31.8342682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:57:31.8356777Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:57:32.5235844Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:57:32.5244945Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:57:33.2993111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:57:33.3002096Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:57:33.7052519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:57:33.7061896Z [gw0] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:57:34.6929206Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:57:34.6942304Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:57:35.0246111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:57:35.0254683Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:57:35.0603320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:57:35.0621286Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:57:35.7427825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:57:35.7438230Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:57:35.7934912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:57:35.7949137Z [gw0] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:57:36.0722617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:57:36.0732207Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:57:36.0768361Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:57:36.0782803Z [gw2] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:57:36.1337055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:57:36.1344163Z [gw2] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:57:36.5640885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:57:36.5656627Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:57:36.5698519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:57:36.5712775Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:57:37.2417289Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:57:37.2430859Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:57:37.4608068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:57:37.4624560Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:57:37.7987812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:57:37.8002513Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:57:37.9349907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:57:37.9364583Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:57:38.2414420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:57:38.2423892Z [gw0] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:57:38.5312253Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:57:38.5331608Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:57:38.8743298Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:57:38.8759794Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:57:38.9634355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:57:38.9652888Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:57:39.0425068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:57:39.0446369Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:57:39.0552663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:57:39.0567599Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:57:39.7014290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:57:39.7033863Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:57:39.8046982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:57:39.8066936Z [gw0] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:57:40.0930135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:57:40.0949383Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:57:40.2359755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:57:40.2374388Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:57:40.3928134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:57:40.3942875Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:57:40.3957503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:57:40.3971244Z [gw2] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:57:40.9026420Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:57:40.9044154Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:57:40.9066642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:57:40.9080707Z [gw3] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:57:40.9115935Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:57:40.9131377Z [gw3] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:57:40.9147958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:57:40.9162123Z [gw3] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:57:40.9178453Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:57:40.9197512Z [gw3] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:57:41.3210851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:57:41.3231511Z [gw3] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:57:41.5466626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:57:41.8729712Z [gw3] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:57:41.8745672Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:57:41.8832715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:57:42.2191091Z [gw2] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:57:42.2199808Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:57:42.8590429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:57:42.8605500Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:57:43.0032318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:57:59.1299632Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:57:59.1306836Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:58:04.0201672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:58:04.0210449Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:58:06.4705096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:58:06.4713947Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:58:06.7608704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:58:08.3218487Z [gw1] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:58:08.3218772Z 2022-09-27T15:58:08.3219043Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit.xml - 2022-09-27T15:58:08.3221865Z === 753 passed, 107 skipped, 154 xfailed, 143 warnings in 461.87s (0:07:41) === 2022-09-27T15:58:08.3222230Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:58:08.7976426Z Running test_ops_gradients ... [2022-09-27 15:58:08.790057] 2022-09-27T15:58:08.7976919Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:08.790057] 2022-09-27T15:58:15.6404873Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients.xml 2022-09-27T15:58:15.6405519Z ============================= test session starts ============================= 2022-09-27T15:58:15.6406060Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-09-27T15:58:15.6406545Z cachedir: .pytest_cache 2022-09-27T15:58:15.6407131Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:58:15.6407755Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-09-27T15:58:15.6408358Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:58:15.6408830Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:58:15.6409031Z 2022-09-27T15:58:15.6409312Z [gw0] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:58:15.6409620Z 2022-09-27T15:58:15.6409922Z [gw1] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:58:15.6410257Z 2022-09-27T15:58:15.6410516Z [gw2] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:58:15.6410830Z 2022-09-27T15:58:15.6411372Z [gw3] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:58:15.6411837Z 2022-09-27T15:58:15.6412103Z [gw0] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:58:15.6412366Z 2022-09-27T15:58:15.6412585Z [gw1] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:58:15.6412854Z 2022-09-27T15:58:15.6413289Z [gw2] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:58:15.6413621Z 2022-09-27T15:58:15.6413841Z [gw3] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:58:15.6414505Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 [7528] 2022-09-27T15:58:15.6414709Z 2022-09-27T15:58:15.6414889Z scheduling tests via LoadScheduling 2022-09-27T15:58:15.6415106Z 2022-09-27T15:58:15.6415441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:58:15.6416070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:58:15.6416762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:58:15.6417337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:58:15.6500952Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:58:15.6506152Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:58:15.6515993Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:58:15.6518985Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:58:15.6520467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:58:15.6525218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:58:15.6527096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:58:15.6529795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:58:15.6533784Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:58:15.6535309Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:58:15.6539643Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:58:15.6542828Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:58:15.6544695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:58:15.6546431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:58:15.6547483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:58:15.6550177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:58:15.6553023Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:58:15.6557145Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:58:15.6559720Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:58:15.6563357Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:58:15.6564566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:58:15.6566842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:58:15.6568870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:58:15.6572186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:58:15.6576208Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:58:15.6581580Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:58:15.6586393Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:58:15.6590854Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:58:15.6591669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:58:15.6592951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:58:15.6593636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:58:15.6596801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:58:15.6601650Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:58:15.6606794Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:58:15.6614933Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:58:15.6630125Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:58:15.6631246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:58:15.6633124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:58:15.6635041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:58:15.6637321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:58:15.6639624Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:58:15.6642945Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:58:15.6647285Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:58:15.6649504Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:58:15.6651515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:58:15.6653650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:58:15.6655699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:58:15.6659540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:58:15.6662587Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:58:15.6667543Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:58:15.6670512Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:58:15.6673698Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:58:15.6674686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:58:15.6675697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:58:15.6676705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:58:15.6678590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:58:15.6689292Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:58:15.6691253Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:58:15.6697701Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:58:15.6702593Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:58:15.6704593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:58:15.6706811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:58:15.6708609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:58:15.6711621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:58:15.6716199Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:58:15.6718983Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:58:15.6722250Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:58:15.6723285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:58:15.6724718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:58:15.6727543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:58:15.6730124Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:58:15.6732140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:58:15.6737143Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:58:15.6745939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:58:15.6751265Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:58:15.6753066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:58:15.6757738Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:58:15.6759471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:58:15.6761660Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:58:15.6765055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:58:15.6767534Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:58:15.6769455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:58:15.6771879Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:58:15.6773722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:58:15.6778016Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:58:15.6784708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:58:15.6787509Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:58:15.6792715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:58:15.6799362Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:58:15.6800887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:58:15.6804538Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:58:15.6808751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:58:15.6814093Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:58:15.6819336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:58:15.6821873Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:58:15.6824602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:58:15.6827841Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:58:15.6829243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:58:15.6832683Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:58:15.6834353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:58:15.6839295Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:58:15.6841107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:58:15.6844992Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:58:15.6846763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:58:15.6853032Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:58:15.6855192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:58:15.6858920Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:58:15.6861653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:58:15.6868816Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:58:15.6870318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:58:15.6872707Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:58:15.6874156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:58:15.6878006Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:58:15.6880486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:58:15.6883895Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:58:15.6885650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:58:15.6892118Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:58:15.6896885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:58:15.6899781Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:58:15.6901983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:58:15.6905413Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:58:15.6906883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:58:15.6911161Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:58:15.6912562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:58:15.6916303Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:58:15.6918024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:58:15.6921524Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:58:15.6922940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:58:15.6926546Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:58:15.6928328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:58:15.6935367Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:58:15.6937880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:58:15.6941725Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:58:15.6943469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:58:15.6947327Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:58:15.6949571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:58:15.6953055Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:58:15.6954956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:58:15.6959452Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:58:15.6962649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:58:15.6965574Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:58:15.6967406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:58:15.6970727Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:58:15.6972308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:58:15.6980588Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:58:15.6982378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:58:15.6987143Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:58:15.6994588Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:58:15.6995813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:58:15.6999971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:58:15.7007191Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:58:15.7009336Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:58:15.7011952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:15.7014705Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:58:15.7017943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:58:15.7024963Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:15.7026851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:58:15.7029134Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:58:15.7032662Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:58:15.7033649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:58:15.7035786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:58:15.7037870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:58:15.7040713Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:58:15.7043701Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:58:15.7048232Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:58:15.7051810Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:58:15.7054233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:58:15.7055867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:58:15.7057819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:58:15.7060808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:58:15.7066067Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:58:15.7067868Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:58:15.7073491Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:58:15.7075709Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:58:15.7078761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:58:15.7079737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:58:15.7085160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:58:15.7089411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:58:15.7092073Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:58:15.7102122Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:58:15.7106443Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:58:15.7109009Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:58:15.7111338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:58:15.7112447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:58:15.7113356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:58:15.7116898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:58:15.7120947Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:58:15.7124879Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:58:15.7127383Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:58:15.7132485Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:58:15.7133816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:58:15.7135924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:58:15.7142445Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:58:15.7144995Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:58:15.7147861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:58:15.7149557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:58:15.7152476Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:58:15.7157037Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:58:15.7157936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:58:15.7159779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:58:15.7163968Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:58:15.7167904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:58:15.7170963Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:58:15.7173429Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:58:15.7176781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:58:15.7183276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:58:15.7186894Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:58:15.7189190Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:58:15.7193426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:58:15.7201349Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:58:15.7206512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:58:15.7209228Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:58:15.7210813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:58:15.7212345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:58:15.7214526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:58:15.7218328Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:58:15.7221247Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:58:15.7223588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:58:15.7227356Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:58:15.7229986Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:58:15.7232815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:58:15.7233649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:58:15.7235661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:58:15.7239685Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:58:15.7242763Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:58:15.7246212Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:58:15.7248241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:58:15.7253382Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:58:15.7260433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:58:15.7261595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:58:15.7264404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:58:15.7268538Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:58:15.7271390Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:58:15.7276031Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:58:15.7277611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:58:15.7279318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:58:15.7281750Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:58:15.7288633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:58:15.7291303Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:58:15.7298562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:58:15.7307535Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:58:15.7311414Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:58:15.7319541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:58:15.7321515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:58:15.7324449Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:58:15.7344340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:58:15.7349004Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:58:15.7350744Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:58:15.7358488Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:58:15.7366926Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:58:15.7370173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:58:15.7372016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:58:15.7373289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:58:15.7395712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:58:15.7405057Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:58:15.7412112Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:58:15.7415667Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:58:15.7425373Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:58:15.7428769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:58:15.7431527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:58:15.7433386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:58:15.7466558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:58:15.7469677Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:58:15.7473167Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:58:15.7475686Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:58:15.7484299Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:58:15.7487121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:58:15.7489183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:58:15.7491336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:58:15.7513364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:58:15.7524007Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:58:15.7533289Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:58:15.7535298Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:58:15.7546456Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:58:15.7548522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:58:15.7551200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:58:15.7552990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:58:15.7584144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:58:15.7587819Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:58:15.7589379Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:58:15.7596965Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:58:15.7604931Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:58:15.7607096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:58:15.7610644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:58:15.7612006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:58:15.7636559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:58:15.7645059Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:58:15.7650269Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:58:15.7653026Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:58:15.7661493Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:58:15.7665379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:58:15.7667863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:58:15.7670828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:58:15.7688175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:58:15.7696681Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:58:15.7705880Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:58:15.7713615Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:58:15.7723155Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:58:15.7726643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:58:15.7729091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:58:15.7730623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:58:15.7751299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:58:15.7759815Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:58:15.7766463Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:58:15.7773277Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:58:15.7782091Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:58:15.7785895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:58:15.7787473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:58:15.7789960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:58:15.7821166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:58:15.7829837Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:58:15.7832547Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:58:15.7836039Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:58:15.7868849Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:58:15.7873559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:58:15.7880810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:58:15.7889970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:58:15.7898470Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:58:15.7899618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:58:15.7902880Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:58:15.7905623Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:58:15.7915269Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:58:15.7918282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:58:15.7919675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:58:15.7920998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:58:15.7948864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:58:15.7950457Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:58:15.7952005Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:58:15.7964896Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:58:15.7967049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:58:15.7968054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:58:15.7995589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:58:15.8002192Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:58:15.8007007Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:58:15.8016009Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:58:15.8018905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:58:15.8019642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:58:15.8047477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:58:15.8053748Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:58:15.8056547Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:58:15.8066317Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:58:15.8067717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:58:15.8068648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:58:15.8098041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:58:15.8100794Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:58:15.8104156Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:58:15.8114853Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:58:15.8118335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:58:15.8119086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:58:15.8142198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:58:15.8149519Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:58:15.8155927Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:58:15.8163805Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:58:15.8166797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:58:15.8167612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:58:15.8191779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:58:15.8195897Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:58:15.8202253Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:58:15.8213311Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:58:15.8216038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:58:15.8216857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:58:15.8248474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:58:15.8251068Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:58:15.8256120Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:58:15.8263897Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:58:15.8266345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:58:15.8268609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:58:15.8289360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:58:15.8297517Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:58:15.8302052Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:58:15.8311842Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:58:15.8314301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:58:15.8315016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:58:15.8339242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:58:15.8348443Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:58:15.8352721Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:58:15.8361392Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:58:15.8363744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:58:15.8364718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:58:15.8389207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:58:15.8397332Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:58:15.8398942Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:58:15.8412035Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:58:15.8412666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:58:15.8414656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:58:15.8445370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:58:15.8448279Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:58:15.8451740Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:58:15.8459999Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:58:15.8461843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:58:15.8462844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:58:15.8490160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:58:15.8495285Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:58:15.8498146Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:58:15.8508470Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:58:15.8509354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:58:15.8510377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:58:15.8538631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:58:15.8543010Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:58:15.8545593Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:58:15.8554743Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:58:15.8556894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:58:15.8557761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:58:15.8589049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:58:15.8591524Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:58:15.8593437Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:58:15.8602545Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:58:15.8605019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:58:15.8605724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:58:15.8632142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:58:15.8635452Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:58:15.8641303Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:58:15.8650345Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:58:15.8651240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:58:15.8654303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:58:15.8674368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:58:15.8681805Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:58:15.8687502Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:58:15.8697692Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:58:15.8700243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:58:15.8700957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:58:15.8725397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:58:15.8731823Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:58:15.8734320Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:58:15.8746377Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:58:15.8749728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:58:15.8750986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:58:15.8772370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:58:15.8777004Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:58:15.8784449Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:58:15.8793506Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:58:15.8794671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:58:15.8796380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:15.8826264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:58:15.8828568Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:58:15.8830333Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:58:15.8840865Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:15.8842009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:58:15.8842933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:58:15.8870414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:58:15.8875228Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:58:15.8877775Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:58:15.8887162Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:58:15.8889674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:58:15.8890555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:58:15.8913553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:58:15.8920013Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:58:15.8925024Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:58:15.8934861Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:58:15.8937601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:58:15.8939556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:58:15.8963755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:58:15.8972487Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:58:15.8974452Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:58:15.8982560Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:58:15.8986330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:58:15.8987497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:58:15.9006201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:58:15.9011580Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:58:15.9023599Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:58:15.9031378Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:58:15.9032277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:58:15.9033250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:58:15.9057128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:58:15.9063811Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:58:15.9068987Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:58:15.9079067Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:58:15.9081581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:58:15.9084094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:58:15.9104795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:58:15.9110870Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:58:15.9116006Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:58:15.9127815Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:58:15.9130607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:58:15.9132494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:58:15.9153544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:58:15.9159877Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:58:15.9164634Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:58:15.9174831Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:58:15.9177443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:58:15.9178171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:58:15.9200511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:58:15.9206713Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:58:15.9211304Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:58:15.9222353Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:58:15.9223316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:58:15.9225470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:58:15.9245334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:58:15.9254111Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:58:15.9260348Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:58:15.9267930Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:58:15.9270522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:58:15.9271342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:58:15.9294504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:58:15.9301476Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:58:15.9307955Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:58:15.9315674Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:58:15.9318390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:58:15.9319179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:58:15.9340985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:58:15.9347444Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:58:15.9352106Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:58:15.9363771Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:58:15.9367568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:15.9369275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:58:15.9390074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:58:15.9396132Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:58:15.9401409Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:58:15.9411411Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:15.9414397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:58:15.9416729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:58:15.9438316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:15.9444859Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:15.9449328Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:58:15.9459933Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:58:15.9462507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:58:15.9464328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:58:15.9495459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:58:15.9499794Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:58:15.9502711Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:58:15.9512631Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:58:15.9513720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:58:15.9514827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:58:15.9537292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:58:15.9542654Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:58:15.9550686Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:58:15.9559606Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:58:15.9562237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:58:15.9562980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:58:15.9587405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:58:15.9592077Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:58:15.9598683Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:58:15.9607913Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:58:15.9610459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:58:15.9611273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:58:15.9632726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:58:15.9640798Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:58:15.9646806Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:58:15.9657040Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:58:15.9658963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:58:15.9660778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:58:15.9681851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:58:15.9687993Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:58:15.9694640Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:58:15.9703025Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:58:15.9705611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:58:15.9707096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:58:15.9729416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:58:15.9735967Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:58:15.9740366Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:58:15.9751069Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:58:15.9753669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:58:15.9755464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:58:15.9779279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:58:15.9787739Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:58:15.9789702Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:58:15.9801502Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:58:15.9802457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:58:15.9803535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:58:15.9825992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:58:15.9834211Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:58:15.9838566Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:58:15.9847126Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:58:15.9849489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:58:15.9850463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:15.9874541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:58:15.9884591Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:58:15.9888133Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:58:15.9896478Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:15.9897347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:58:15.9898363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:58:15.9924089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:58:15.9929861Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:58:15.9933202Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:58:15.9944580Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:58:15.9947681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:58:15.9949659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:58:15.9976935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:58:15.9978840Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:58:15.9984335Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:58:15.9993241Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:58:15.9995489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:58:15.9996641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:58:16.0019304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:58:16.0027914Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:58:16.0033203Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:58:16.0044043Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:58:16.0045759Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:58:16.0048487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:58:16.0075454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:58:16.0080832Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:58:16.0083348Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:58:16.0093947Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:58:16.0094787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:58:16.0095789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:58:16.0123940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:58:16.0128948Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:58:16.0131644Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:58:16.0141412Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:58:16.0142221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:58:16.0143172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:58:16.0169401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:58:16.0172273Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:58:16.0178912Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:58:16.0186651Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:58:16.0189890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:58:16.0190595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:58:16.0213446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:58:16.0220872Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:58:16.0225077Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:58:16.0234540Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:58:16.0236905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:58:16.0237943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:58:16.0262120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:58:16.0266628Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:58:16.0281613Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:58:16.0291301Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:58:16.0292144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:58:16.0293081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:58:16.0322594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:58:16.0324145Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:58:16.0327674Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:58:16.0337497Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:58:16.0339784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:58:16.0340773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:58:16.0363354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:58:16.0370933Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:58:16.0378053Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:58:16.0387467Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:58:16.0388395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:58:16.0389433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:58:16.0411845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:58:16.0423485Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:58:16.0425870Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:58:16.0435275Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:58:16.0438125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:58:16.0439160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:58:16.0461929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:58:16.0468718Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:58:16.0474028Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:58:16.0484004Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:58:16.0486622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:58:16.0487628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:58:16.0514078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:58:16.0517121Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:58:16.0522822Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:58:16.0531614Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:58:16.0533447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:58:16.0534485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:58:16.0556397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:58:16.0565358Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:58:16.0570492Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:58:16.0581738Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:58:16.0582685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:58:16.0583631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:58:16.0608194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:58:16.0613535Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:58:16.0619829Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:58:16.0627817Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:58:16.0632192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:58:16.0633050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:16.0654037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:58:16.0660743Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:58:16.0668475Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:16.0677656Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:58:16.0679443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:58:16.0680429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:58:16.0701031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:58:16.0710708Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:58:16.0716373Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:58:16.0725759Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:58:16.0726745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:58:16.0729769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:58:16.0753448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:58:16.0760524Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:58:16.0762463Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:58:16.0776653Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:58:16.0779874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:58:16.0780930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:58:16.0801874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:58:16.0807359Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:58:16.0813771Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:58:16.0823036Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:58:16.0823860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:58:16.0824709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:16.0851740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:58:16.0854246Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:58:16.0861028Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:58:16.0869715Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:16.0870894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:58:16.0871706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:58:16.0900798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:58:16.0903903Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:58:16.0906292Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:58:16.0915602Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:58:16.0916552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:58:16.0917567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:58:16.0941133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:58:16.0949725Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:58:16.0954264Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:58:16.0963706Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:58:16.0964252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:58:16.0965234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:58:16.0995854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:58:16.0998421Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:58:16.1000486Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:58:16.1011883Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:58:16.1013020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:58:16.1014718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:58:16.1040663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:58:16.1045706Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:58:16.1047449Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:58:16.1056331Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:58:16.1059078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:58:16.1061153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:58:16.1090006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:58:16.1092787Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:58:16.1095256Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:58:16.1105655Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:58:16.1108040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:58:16.1110099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:58:16.1138731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:58:16.1140609Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:58:16.1143317Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:58:16.1152398Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:58:16.1154430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:58:16.1157059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:58:16.1165716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:58:16.1177034Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:58:16.1182028Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:58:16.1185871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:58:16.1197988Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:58:16.1203561Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:58:16.1204372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:58:16.1209938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:58:16.1225533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:58:16.1228901Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:58:16.1234712Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:58:16.1244400Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:58:16.1246141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:58:16.1248405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:58:16.1269112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:16.1280354Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:58:16.1283111Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:58:16.1293263Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:16.1295051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:58:16.1296684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:16.1322188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:58:16.1327265Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:58:16.1328977Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:58:16.1337202Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:16.1339852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:16.1342448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:16.1362055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:58:16.1369238Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:16.1375889Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:16.1384700Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:58:16.1387212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:16.1389010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:16.1411806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:58:16.1418608Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:16.1425764Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:16.1433540Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:58:16.1436312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:16.1437204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:58:16.1464028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:16.1465908Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:58:16.1471327Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:16.1480144Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:16.1482719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:58:16.1483500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:58:16.1504947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:58:16.1511528Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:58:16.1517902Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:58:16.1528664Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:58:16.1532151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:58:16.1533356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:58:16.1560999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:58:16.1563411Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:58:16.1566167Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:58:16.1576451Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:58:16.1579047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:16.1579733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:58:16.1609439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:58:16.1611131Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:16.1616161Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:58:16.1624110Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:58:16.1626873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:58:16.1627589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:58:16.1650462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:58:16.1656333Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:58:16.1662552Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:58:16.1664857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:58:16.1689761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:58:16.1692228Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:58:16.1703415Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:58:16.1704155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:58:16.1720070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:58:16.1728786Z [gw0] [ 5%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:58:16.1735092Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:58:16.1746664Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:58:16.1747572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:58:16.1748367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:58:16.1773752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:58:16.1780188Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:58:16.1783387Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:58:16.1793761Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:58:16.1795717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:58:16.1796780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:58:16.1818850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:58:16.1823524Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:58:16.1830354Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:58:16.1842969Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:58:16.1845447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:58:16.1846280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:58:16.1868922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:58:16.1880742Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:58:16.1884119Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:58:16.1892969Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:58:16.1893906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:58:16.1895747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:16.1917882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:58:16.1924080Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:58:16.1929940Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:16.1940861Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:58:16.1943575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:58:16.1946056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:58:16.1971895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:58:16.1977884Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:58:16.1980201Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:58:16.1987043Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:58:16.1989662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:58:16.1990530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:16.2016632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:58:16.2022234Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:58:16.2025391Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:58:16.2035165Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:16.2037813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:58:16.2038641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:58:16.2061845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:16.2069060Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:16.2071707Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:58:16.2082033Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:58:16.2084599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:58:16.2085371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:58:16.2113125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:16.2115606Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:58:16.2119499Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:16.2129662Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:58:16.2131167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:16.2132754Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:58:16.2151373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:58:16.2170077Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:58:16.2179480Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:58:16.2186394Z [gw0] [ 5%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:16.2188258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:58:16.2189380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:58:16.2214309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:16.2216098Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:16.2221494Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:58:16.2234485Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:58:16.2235332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:16.2236159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:58:16.2260859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:58:16.2267147Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:58:16.2268844Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:58:16.2280880Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:16.2283419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:58:16.2284288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:16.2307456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:58:16.2315184Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:16.2316869Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:58:16.2329169Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:58:16.2329983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:58:16.2330837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:58:16.2354435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:58:16.2359196Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:58:16.2366045Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:58:16.2368290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:58:16.2390917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:16.2398568Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:58:16.2405255Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:16.2406297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:58:16.2430705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:58:16.2436258Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:58:16.2443740Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:58:16.2445671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:16.2466442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:16.2470438Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:16.2481712Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:16.2483722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:58:16.2509218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:16.2511687Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:58:16.2518127Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:16.2520152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:58:16.2541478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:58:16.2549648Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:58:16.2556840Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:58:16.2557784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:58:16.2580434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:58:16.2586227Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:58:16.2593366Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:58:16.2594223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:58:16.2615266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:58:16.2620194Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:58:16.2629181Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:58:16.2631336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:58:16.2652632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:16.2660090Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:58:16.2669342Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:16.2670136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:58:16.2696339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:58:16.2699290Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:58:16.2705874Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:58:16.2708542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:58:16.2734730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:58:16.2736496Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:58:16.2743950Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:58:16.2746256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:58:16.2769007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:58:16.2775704Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:58:16.2781946Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:58:16.2784060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:58:16.2806203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:58:16.2810669Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:58:16.2819610Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:58:16.2821750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:58:16.2842355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:58:16.2848098Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:58:16.2857555Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:58:16.2859585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:58:16.2883258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:58:16.2888797Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:58:16.2895434Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:58:16.2897589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:16.2920784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:58:16.2925241Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:16.2933803Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:58:16.2935903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:58:16.2958967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:16.2964694Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:58:16.2971867Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:16.2974810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:16.2995055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:58:16.3000283Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:58:16.3018862Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:16.3021821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:58:16.3040604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:16.3050215Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:58:16.3053618Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:16.3058604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:58:16.3073503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:16.3082608Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:58:16.3092757Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:16.3093488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:58:16.3115058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:16.3123401Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:16.3131294Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:58:16.3133620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:58:16.3156225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:58:16.3161008Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:58:16.3169855Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:58:16.3171883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:58:16.3198425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:58:16.3201035Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:58:16.3209109Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:58:16.3211520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:58:16.3233910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:58:16.3239061Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:58:16.3248262Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:58:16.3249820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:58:16.3271275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:58:16.3277701Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:58:16.3287583Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:58:16.3288024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:58:16.3310774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:58:16.3318056Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:58:16.3334716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:58:16.3343874Z [gw3] [ 6%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:58:16.3350361Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:58:16.3351943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:58:16.3375718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:58:16.3380992Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:58:16.3387568Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:58:16.3389658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:58:16.3411709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:58:16.3417305Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:58:16.3425959Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:58:16.3427535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:58:16.3450249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:58:16.3454969Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:58:16.3463337Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:58:16.3464845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:58:16.3486296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:16.3493679Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:58:16.3502975Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:16.3504596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:58:16.3530684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:58:16.3533560Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:58:16.3541731Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:58:16.3542817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:58:16.3564821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:16.3570228Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:58:16.3578240Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:16.3580225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:16.3601193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:58:16.3608488Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:58:16.3616985Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:16.3618665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:16.3640198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:58:16.3648066Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:16.3673577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:16.3676258Z [gw1] [ 6%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:58:16.3684130Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:16.3686265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:58:16.3711962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:16.3717486Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:16.3724424Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:58:16.3726296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:16.3752836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:58:16.3755398Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:16.3765381Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:58:16.3766524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:16.3799850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:58:16.3802403Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:58:16.3811456Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:16.3814256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:16.3839833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:58:16.3855539Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:58:16.3860018Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:16.3862424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:58:16.3884488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:16.3892993Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:58:16.3900847Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:16.3903079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:58:16.3927131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:16.3933065Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:16.3944013Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:58:16.3944877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:58:16.3969425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:58:16.3974270Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:58:16.3983868Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:58:16.3984713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:16.4008157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:58:16.4014619Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:58:16.4025004Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:16.4026018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:16.4050353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:58:16.4055700Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:58:16.4066886Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:16.4067947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:16.4090158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:16.4101852Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:16.4109490Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:16.4110593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:16.4132358Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:58:16.4142757Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:16.4150358Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:58:16.4151431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:58:16.4176713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:58:16.4181615Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:58:16.4190901Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:58:16.4192574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:58:16.4215311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:58:16.4222356Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:58:16.4232475Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:58:16.4233288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:58:16.4245061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:58:16.4254407Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:58:16.4259451Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:58:16.4265180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:58:16.4278531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:58:16.4288084Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:58:16.4293101Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:58:16.4298518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:58:16.4312465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:58:16.4321211Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:58:16.4325776Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:58:16.4331543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:58:16.4342387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:58:16.4350207Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:58:16.4356153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:58:16.4362051Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:58:16.4373413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:58:16.4383493Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:58:16.4387954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:58:16.4396128Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:58:16.4401035Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:58:16.4407707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:58:16.4410964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:58:16.4419390Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:58:16.4430014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:58:16.4440110Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:58:16.4444731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:58:16.4453199Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:58:16.4460823Z [gw2] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:58:16.4465085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:58:16.4469176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:58:16.4474750Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:58:16.4482331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:58:16.4492717Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:58:16.4499745Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:58:16.4510754Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:58:16.4513005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:58:16.4514055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:58:16.4544318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:58:16.4551218Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:58:16.4553689Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:58:16.4563739Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:58:16.4565954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:58:16.4567103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:58:16.4589315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:58:16.4595398Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:58:16.4601456Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:58:16.4612331Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:58:16.4615430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:58:16.4616250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:58:16.4643202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:58:16.4648744Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:58:16.4654668Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:58:16.4664440Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:58:16.4666365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:58:16.4667418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:58:16.4698353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:58:16.4702216Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:58:16.4704697Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:58:16.4714477Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:58:16.4715228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:58:16.4716180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:58:16.4744964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:58:16.4747325Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:58:16.4749978Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:58:16.4760627Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:58:16.4761647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:58:16.4764078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:58:16.4788947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:58:16.4793076Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:58:16.4799107Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:58:16.4809223Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:58:16.4812006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:58:16.4812764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:58:16.4835043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:58:16.4843174Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:58:16.4850381Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:58:16.4859644Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:58:16.4862340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:58:16.4864084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:58:16.4887523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:58:16.4898703Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:58:16.4905668Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:58:16.4915279Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:58:16.4918132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:58:16.4919315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:58:16.4942203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:58:16.4949178Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:58:16.4953451Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:58:16.4964359Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:58:16.4967066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:58:16.4968052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:58:16.4978760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:58:16.4990183Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:58:16.4997527Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:58:16.5003045Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:58:16.5010616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:58:16.5011501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:58:16.5025851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:58:16.5039784Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:58:16.5042454Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:58:16.5055031Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:58:16.5055664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:58:16.5056753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:58:16.5076172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:16.5078104Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:16.5090691Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:58:16.5098967Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:58:16.5101713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:58:16.5102543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:58:16.5125195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:16.5133388Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:58:16.5139351Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:16.5148166Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:58:16.5150714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:58:16.5151643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:16.5173847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:16.5180052Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:58:16.5192245Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:58:16.5200820Z [gw3] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:16.5203263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:58:16.5205267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:58:16.5226347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:58:16.5227955Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:58:16.5242325Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:58:16.5250578Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:58:16.5253825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:58:16.5256224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:58:16.5279276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:58:16.5288234Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:58:16.5291505Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:58:16.5304326Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:58:16.5306699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:58:16.5309963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:58:16.5336996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:58:16.5342324Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:58:16.5349293Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:58:16.5358858Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:58:16.5361369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:58:16.5362427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:58:16.5384163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:58:16.5396712Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:58:16.5399825Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:58:16.5410517Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:58:16.5412934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:58:16.5414024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:16.5438564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:58:16.5440717Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:58:16.5449733Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:58:16.5462279Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:16.5465159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:16.5465881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:58:16.5496157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:58:16.5498133Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:58:16.5500513Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:58:16.5511241Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:16.5513530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:58:16.5514619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:58:16.5538374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:58:16.5544544Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:58:16.5550214Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:58:16.5558817Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:58:16.5561944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:58:16.5563612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:58:16.5573723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:16.5585841Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:16.5590359Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:58:16.5603774Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:58:16.5605745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:16.5607406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:58:16.5631061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:16.5638634Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:16.5642243Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:16.5652663Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:58:16.5653428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:58:16.5656461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:58:16.5686879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:58:16.5689392Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:58:16.5692347Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:58:16.5700753Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:58:16.5704636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:58:16.5706235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:58:16.5726690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:16.5734464Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:58:16.5741703Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:58:16.5749920Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:16.5752967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:58:16.5754439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:16.5763876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:58:16.5775476Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:16.5780039Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:58:16.5792447Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:58:16.5795403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:16.5796209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:16.5820129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:58:16.5828405Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:16.5833307Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:16.5842322Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:58:16.5844183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:16.5845136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:58:16.5855133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:16.5864563Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:16.5872633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:58:16.5879848Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:16.5891376Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:58:16.5895132Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:58:16.5898292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:58:16.5903716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:16.5908386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:58:16.5919750Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:16.5928527Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:58:16.5939086Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:58:16.5940831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:58:16.5942442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:58:16.5962261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:58:16.5970376Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:58:16.5973052Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:58:16.5985263Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:58:16.5986949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:58:16.5988505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:58:16.6013015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:58:16.6019887Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:58:16.6027422Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:58:16.6038144Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:58:16.6039988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:58:16.6042196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:58:16.6060494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:58:16.6070972Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:58:16.6079322Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:58:16.6088352Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:58:16.6091221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:58:16.6091957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:58:16.6123511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:58:16.6126238Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:58:16.6129965Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:58:16.6138159Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:58:16.6140960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:58:16.6141687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:58:16.6168658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:58:16.6175432Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:58:16.6181008Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:58:16.6189051Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:58:16.6191733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:58:16.6192534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:58:16.6221832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:58:16.6224864Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:58:16.6227122Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:58:16.6237974Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:58:16.6240439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:58:16.6241471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:58:16.6272813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:58:16.6274827Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:58:16.6277495Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:58:16.6286882Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:58:16.6289753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:58:16.6291171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:58:16.6314672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:58:16.6324788Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:58:16.6326834Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:58:16.6335983Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:58:16.6338576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:58:16.6339387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:58:16.6368951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:58:16.6374690Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:58:16.6381037Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:58:16.6389760Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:58:16.6392641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:58:16.6393414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:58:16.6417541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:58:16.6430385Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:58:16.6432953Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:58:16.6443071Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:58:16.6443931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:58:16.6444952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:58:16.6474745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:58:16.6477297Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:58:16.6480629Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:58:16.6491183Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:58:16.6494045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:58:16.6494620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:58:16.6522478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:58:16.6529763Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:58:16.6531986Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:58:16.6540260Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:58:16.6542826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:58:16.6543630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:58:16.6572632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:58:16.6576399Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:58:16.6581757Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:58:16.6590393Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:58:16.6594217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:58:16.6596321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:58:16.6620864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:58:16.6629629Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:58:16.6633664Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:58:16.6643326Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:58:16.6645752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:58:16.6646768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:58:16.6668025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:58:16.6674088Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:58:16.6682733Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:58:16.6692872Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:58:16.6694025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:58:16.6697725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:58:16.6727342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:58:16.6730964Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:58:16.6734164Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:58:16.6742409Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:58:16.6744859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:58:16.6746827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:58:16.6774958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:58:16.6782961Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:58:16.6786075Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:58:16.6795742Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:58:16.6798781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:58:16.6800793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:58:16.6830974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:58:16.6836613Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:58:16.6839388Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:58:16.6848327Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:58:16.6849096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:58:16.6849994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:58:16.6889860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:58:16.6892353Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:58:16.6895924Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:58:16.6905210Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:58:16.6906294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:58:16.6907720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:58:16.6937664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:58:16.6939460Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:58:16.6944062Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:58:16.6953345Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:58:16.6956411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:58:16.6957592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:58:16.6987438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:58:16.6989134Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:58:16.6991490Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:58:16.7001260Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:58:16.7003955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:58:16.7007592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:58:16.7028283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:58:16.7033191Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:58:16.7039381Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:58:16.7049377Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:58:16.7052213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:58:16.7053032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:58:16.7076149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:58:16.7084197Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:58:16.7085852Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:58:16.7100700Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:58:16.7102062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:58:16.7103180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:58:16.7130263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:58:16.7138042Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:58:16.7141531Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:58:16.7151941Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:58:16.7152718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:58:16.7153690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:58:16.7173988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:58:16.7184701Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:58:16.7190811Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:58:16.7202893Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:58:16.7205302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:58:16.7206079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:58:16.7228639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:58:16.7234664Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:58:16.7241848Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:58:16.7244030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:58:16.8405922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:58:16.8413058Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:58:16.8416312Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:58:16.8429217Z [gw3] [ 9%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:58:16.8430256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:58:16.8431351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:58:16.8467239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:58:16.8478590Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:58:16.8509243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:58:16.8521150Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:58:16.8551497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:58:16.8564720Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:58:16.8603818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:58:16.8616531Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:58:16.8648630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:58:16.8660066Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:58:16.8696179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:58:16.8704850Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:58:16.8738029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:58:16.8749729Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:58:16.8781915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:58:16.8792575Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:58:16.8812545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:58:16.8823184Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:58:16.8860733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:58:16.8864523Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:58:16.8877374Z [gw0] [ 9%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:58:16.8880048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:58:16.8894499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:16.8911300Z [gw1] [ 9%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:58:16.8920961Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:58:16.8924913Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:16.8936924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:58:16.8940231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:16.8984129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:58:16.8991578Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:16.9006991Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:58:16.9008480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:58:16.9038602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:16.9049682Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:58:16.9064189Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:16.9064953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:16.9111494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:16.9114519Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:16.9127775Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:16.9128525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:16.9163322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:16.9171528Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:16.9186454Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:16.9187681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:58:16.9222816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:16.9230908Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:16.9245848Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:58:16.9247566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:58:16.9283356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:16.9291638Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:16.9304331Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:58:16.9306106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:58:16.9340868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:58:16.9349553Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:58:16.9360349Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:58:16.9361955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:58:16.9397266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:58:16.9406166Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:58:16.9416705Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:58:16.9418331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:58:16.9456777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:58:16.9459138Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:58:16.9470106Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:58:16.9472046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:58:16.9488303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:58:16.9503718Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:58:16.9509847Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:58:16.9518211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:58:16.9538440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:58:16.9550651Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:58:16.9555781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:58:16.9569687Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:58:16.9583716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:58:16.9594759Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:58:16.9603167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:58:16.9615642Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:58:16.9629315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:58:16.9643458Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:58:16.9648141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:58:16.9665562Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:58:16.9670076Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:58:16.9676545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:58:16.9700416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:58:16.9712959Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:58:16.9725700Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:58:16.9727226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:58:16.9763259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:58:16.9771875Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:58:16.9782606Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:58:16.9784036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:58:16.9817836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:58:16.9826916Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:58:16.9837998Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:58:16.9838976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:58:16.9878361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:58:16.9881086Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:58:16.9892639Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:58:16.9894044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:58:16.9925701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:58:16.9932704Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:58:16.9948242Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:58:16.9950574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:58:16.9984958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:58:16.9991816Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:58:17.0008388Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:58:17.0009046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:58:17.0041127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:58:17.0049586Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:58:17.0060618Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:58:17.0062170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:58:17.0094333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:58:17.0106365Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:58:17.0115530Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:58:17.0118099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:58:17.0150710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:58:17.0157425Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:58:17.0172238Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:58:17.0173504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:58:17.0208841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:58:17.0217439Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:58:17.0227925Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:58:17.0229044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:58:17.0261315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:58:17.0267661Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:58:17.0280853Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:58:17.0282117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:58:17.0313518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:58:17.0321874Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:58:17.0331601Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:58:17.0333124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:58:17.0365600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:58:17.0374100Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:58:17.0383480Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:58:17.0385968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:17.0420848Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:58:17.0426166Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:58:17.0437262Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:17.0438628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:58:17.0473803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:58:17.0486269Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:58:17.0496533Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:58:17.0497811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:58:17.0542228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:17.0545218Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:58:17.0555560Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:58:17.0558647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:58:17.0590155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:17.0598491Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:58:17.0610503Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:58:17.0612103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:58:17.0643540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:58:17.0649974Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:58:17.0659798Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:58:17.0661329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:17.0691084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:58:17.0701633Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:17.0711232Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:58:17.0713464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:58:17.0743565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:58:17.0750682Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:58:17.0764157Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:58:17.0766902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:58:17.0797345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:58:17.0804193Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:58:17.0825088Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:58:17.0825734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:58:17.0853280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:58:17.0862649Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:58:17.0876326Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:58:17.0877096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:58:17.0913532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:17.0919080Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:58:17.0942727Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:58:17.0943427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:58:17.0973722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:58:17.0980000Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:58:17.0995240Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:58:17.0996803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:58:17.1037774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:58:17.1044199Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:58:17.1055606Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:58:17.1057272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:58:17.1078895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:17.1093047Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:17.1102710Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:58:17.1104855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:17.1142671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:58:17.1150194Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:17.1161844Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:58:17.1162640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:17.1198930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:58:17.1205110Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:17.1218964Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:58:17.1221696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:58:17.1254936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:17.1260869Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:58:17.1284094Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:17.1284862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:58:17.1309063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:58:17.1317362Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:58:17.1333339Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:58:17.1334213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:17.1347952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:58:17.1364282Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:17.1370068Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:58:17.1378429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:17.1406245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:58:17.1415232Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:17.1420908Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:58:17.1428886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:58:17.1447076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:58:17.1460099Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:58:17.1498627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:58:17.1510991Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:58:17.1524406Z [gw2] [ 11%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:58:17.1526201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:58:17.1559185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:58:17.1574158Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:58:17.1584076Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:58:17.1586916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:58:17.1622312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:58:17.1630507Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:58:17.1644396Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:58:17.1645475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:58:17.1677956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:58:17.1687016Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:58:17.1699186Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:58:17.1702308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:58:17.1737526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:58:17.1741402Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:58:17.1755852Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:58:17.1757472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:58:17.1789483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:58:17.1800001Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:58:17.1816347Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:58:17.1817392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:58:17.1850519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:58:17.1856499Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:58:17.1869956Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:58:17.1874207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:58:17.1913620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:58:17.1917172Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:58:17.1927990Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:58:17.1929760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:58:17.1970565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:58:17.1977548Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:58:17.1989429Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:58:17.1990740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:58:17.2023667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:58:17.2032545Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:58:17.2043133Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:58:17.2044880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:58:17.2053102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:58:17.2066287Z [gw3] [ 11%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:58:17.2078086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:58:17.2090161Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:58:17.2099940Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:58:17.2105272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:58:17.2135256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:58:17.2150501Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:58:17.2165287Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:58:17.2166089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:58:17.2198924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:58:17.2208047Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:58:17.2219892Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:58:17.2222676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:58:17.2257251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:58:17.2266642Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:58:17.2280139Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:58:17.2282919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:58:17.2316871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:58:17.2331599Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:58:17.2339363Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:58:17.2379281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:17.2390591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:58:17.2397091Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:58:17.2414433Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:17.2415250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:58:17.2448818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:58:17.2463506Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:58:17.2480336Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:58:17.2480996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:58:17.2511764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:58:17.2522357Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:58:17.2533783Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:58:17.2539601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:58:17.2569020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:58:17.2577676Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:58:17.2591637Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:58:17.2594962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:58:17.2628186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:58:17.2639707Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:58:17.2653845Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:58:17.2654568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:58:17.2687695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:58:17.2697618Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:58:17.2709795Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:58:17.2710532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:58:17.2752095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:17.2758589Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:58:17.2769476Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:17.2779049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:58:17.2815103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:58:17.2819279Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:58:17.2831822Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:58:17.2832430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:58:17.2867736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:58:17.2878173Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:58:17.2891086Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:58:17.2891841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:58:17.2926734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:58:17.2936248Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:58:17.2947398Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:58:17.2948960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:58:17.2979001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:58:17.2996725Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:58:17.3001600Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:58:17.3010520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:58:17.3046232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:58:17.3059619Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:58:17.3092962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:58:17.3104820Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:58:17.3118043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:58:17.3128882Z [gw0] [ 11%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:58:17.3136979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:58:17.3149196Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:58:17.3181029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:58:17.3192490Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:58:17.3223962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:58:17.3236554Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:58:17.3256301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:58:17.3268535Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:58:17.3279922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:58:17.3293004Z [gw1] [ 11%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:58:17.3302337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:58:17.3314431Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:58:17.3351674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:58:17.3366004Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:58:17.3405550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:58:17.3419553Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:58:17.3460262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:58:17.3494283Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:58:17.3530945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:58:17.3545272Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:58:17.3582948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:58:17.3595746Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:58:17.3632275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:58:17.3645048Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:58:17.3683404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:58:17.3698015Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:58:17.3732508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:58:17.3742454Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:58:17.3756045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:58:17.3768184Z [gw0] [ 11%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:58:17.3784573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:58:17.3828131Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:58:17.3829398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:58:17.3836602Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:58:17.3868949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:58:17.3879794Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:58:17.3898715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:58:17.3910302Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:58:17.3947506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:58:17.3959567Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:58:17.3995406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:58:17.4009029Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:58:17.4044764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:17.4056362Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:58:17.4107746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:17.4120086Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:58:17.4156748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:58:17.4169126Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:58:17.4215937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:58:17.4216591Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:58:17.4249404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:58:17.4260748Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:58:17.4293787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:58:17.4304233Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:58:17.4336691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:58:17.4347269Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:58:17.4379259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:17.4389866Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:17.4427021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:58:17.4438415Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:58:17.4469577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:17.4480247Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:17.4517841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:58:17.4528344Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:58:17.4566330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:58:17.4577766Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:58:17.4610313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:58:17.4622015Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:58:17.4655035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:17.4670790Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:17.4704953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:17.4716068Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:17.4736847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:17.4749858Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:17.4791313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:58:17.4804127Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:58:17.4838671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:58:17.4850008Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:58:17.4890399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:58:17.4901739Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:58:17.4937298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:58:17.4948768Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:58:17.4985275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:58:17.4998727Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:58:17.5035872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:58:17.5045874Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:58:17.5075150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:58:17.5084695Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:58:17.5114658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:58:17.5129305Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:58:17.5168086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:58:17.5181052Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:58:17.5218475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:58:17.5230971Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:58:17.5267471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:58:17.5281436Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:58:17.5317483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:58:17.5331578Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:58:17.5380414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:58:17.5394353Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:58:17.5434727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:58:17.5447811Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:58:17.5485862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:58:17.5498211Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:58:17.5559349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:58:17.5560033Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:58:17.5624511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:58:17.5625248Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:58:17.5644729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:58:17.5655528Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:58:17.5692932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:58:17.5705172Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:58:17.5718254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:58:17.5732568Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:58:17.5740510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:58:17.5762576Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:58:17.5766406Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:58:17.5779161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:58:17.5798370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:58:17.5811522Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:58:17.5846904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:58:17.5859275Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:58:17.5895254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:58:17.5907817Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:58:17.5943535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:58:17.5956640Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:58:17.5992692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:58:17.6003649Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:58:17.6037636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:58:17.6048968Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:58:17.6081714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:58:17.6094178Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:58:17.6213059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:58:17.6224603Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:58:17.7072406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:58:17.7085016Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:58:17.7922130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:58:17.7930622Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:58:17.9441059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:58:17.9451814Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:58:18.0205976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:58:18.0221880Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:58:18.0245831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:58:18.0262134Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:58:18.1420904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:58:18.1557338Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:58:18.2587944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:58:18.2588621Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:58:18.2589605Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:58:18.2590229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:58:18.3107534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:58:18.3108228Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:58:18.3529546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:58:18.3535489Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:58:18.3658127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:58:18.3658861Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:58:18.4767743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:58:18.4768533Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:58:18.7533389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:58:18.7587308Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:58:18.8015264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:58:18.8015901Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:58:18.8016452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:58:18.8017006Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:58:18.8945009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:58:18.8946016Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:58:18.9049302Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:58:18.9051131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:58:19.0776338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:58:19.0777298Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:58:19.1475840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:58:19.1594531Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:58:19.3241523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:58:19.3243765Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:58:19.3244680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:58:19.3354601Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:58:19.8578109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:58:19.8590556Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:58:20.0772210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:58:20.0785450Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:58:20.1712632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:58:20.1726994Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:58:20.3218742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:58:20.3228960Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:58:20.7189600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:58:20.7202198Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:58:20.7279351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:58:20.7298909Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:58:20.7440144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:58:20.7453285Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:58:20.8572863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:58:20.8585140Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:58:20.9875661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:58:20.9888411Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:58:21.0247311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:58:21.0260875Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:58:21.0722243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:58:21.0735767Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:58:21.0770130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:58:21.0782851Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:58:21.1151874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:58:21.1165303Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:58:21.1199642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:58:21.1212526Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:58:21.1244389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:58:21.1257431Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:58:21.1277971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:58:21.1289459Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:58:21.1770322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:58:21.1783421Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:58:21.1869180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:58:21.1881806Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:58:21.2326987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:58:21.2338956Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:58:21.2827416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:58:21.2838943Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:58:21.2955840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:58:21.2979355Z [gw0] [ 13%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:58:21.3641431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:58:21.3653269Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:58:21.5522573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:58:21.5534029Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:58:21.5568537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:58:21.5579476Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:58:21.5826175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:58:21.5838052Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:58:21.5905755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:58:21.5917194Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:58:21.5949922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:58:21.5960650Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:58:21.7019863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:58:21.7031781Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:58:21.7320344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:58:21.7331590Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:58:21.7735223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:58:21.7746465Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:58:22.0025125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:58:22.0038653Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:58:22.4271820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:58:22.4283304Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:58:22.4385152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:58:22.4394941Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:58:22.4407618Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:58:22.4408546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:58:22.6575257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:58:22.6618858Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:58:22.9528280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:58:22.9540467Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:58:23.0353114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:58:23.0365906Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:58:23.1242198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:58:23.1281443Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:58:23.1282111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:58:23.1382741Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:58:23.1615357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:58:23.1616418Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:58:23.2734278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:58:23.2735324Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:58:23.2872159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:58:23.2884431Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:58:23.3570339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:58:23.3584978Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:58:23.4135097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:58:23.4151136Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:58:23.4282018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:58:23.4296469Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:58:23.6193597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:23.6220064Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:58:23.8107196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:58:23.8122891Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:58:23.9441315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:58:23.9454314Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:23.9533964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:58:23.9546824Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:58:23.9557141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:58:23.9570918Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:58:23.9825625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:58:23.9839424Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:58:24.0935870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:58:24.0953489Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:58:24.0996587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:58:24.1003257Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:58:24.1041160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:58:24.1052789Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:58:24.1324195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:58:24.1324785Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:58:24.1465487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:58:24.1471953Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:58:24.1509298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:58:24.1520456Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:58:24.3804399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:58:24.3816150Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:58:24.4947504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:58:24.4959965Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:58:24.7415734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:58:24.7428893Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:58:24.7857064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:58:24.7872891Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:58:24.9546106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:58:24.9557984Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:58:25.2043013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:58:25.2054472Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:58:25.3160231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:58:25.3171958Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:58:25.3762412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:58:25.3763299Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:58:25.4366563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:58:25.4367630Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:58:25.5079425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:58:25.5092297Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:58:25.7479799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:58:25.7491375Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:58:25.8030577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:58:25.8041985Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:58:25.8260711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:58:25.8273211Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:58:25.8438573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:58:25.8450318Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:58:25.9031350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:58:25.9043071Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:58:26.0802114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:58:26.0814144Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:58:26.1001334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:58:26.1014254Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:58:26.1224392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:58:26.1242090Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:58:26.1345955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:58:26.1359180Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:58:26.2012580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:58:26.2025160Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:58:26.2062917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:58:26.2074222Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:58:26.2284585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:58:26.2300152Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:58:26.3073846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:58:26.3086842Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:58:26.3127091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:58:26.3140350Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:58:26.3176260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:58:26.3190699Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:58:26.3210729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:58:26.3223019Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:58:26.3779293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:58:26.3791007Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:58:26.4755519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:58:26.4766327Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:58:26.4859882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:58:26.4867285Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:58:26.5486947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:58:26.5492827Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:58:26.6277775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:58:26.6289233Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:58:26.6819191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:58:26.6843156Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:58:26.7093673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:58:26.7101864Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:58:26.7268107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:58:26.7299107Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:58:26.7510750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:58:26.7521010Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:58:27.0003712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:58:27.0011759Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:58:27.0054479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:58:27.0066578Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:58:27.1892029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:58:27.1904806Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:58:27.1940903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:58:27.1954778Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:58:27.2422436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:58:27.2438525Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:58:27.2570155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:58:27.2589119Z [gw2] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:58:27.2673303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:58:27.2702387Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:58:27.3020585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:58:27.3032934Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:58:27.4380411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:58:27.4394983Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:58:27.5140418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:58:27.5163015Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:58:27.6765989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:58:27.6766726Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:58:27.8195892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:58:27.8211730Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:58:27.8285884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:58:27.8300384Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:58:27.8430815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:58:27.8431793Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:58:27.9557988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:58:27.9558706Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:58:27.9559344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:58:27.9560003Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:58:27.9560652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:58:27.9561309Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:58:28.0879397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:58:28.0880669Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:58:28.0881272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:58:28.0933591Z [gw0] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:58:28.0934276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:58:28.0964819Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:58:28.1242833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:58:28.1243766Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:58:28.1244486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:58:28.1245119Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:58:28.1249085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:58:28.1249784Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:58:28.2932120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:58:28.2933367Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:58:28.4906645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:58:28.4919548Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:58:28.5077406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:58:28.5086538Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:58:28.5120487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:58:28.5131441Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:58:28.5163391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:58:28.5174138Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:58:28.5205390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:58:28.5216182Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:58:28.5248724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:58:28.5260759Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:58:28.5292042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:58:28.5305193Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:58:28.5336942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:58:28.5348051Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:58:28.5384068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:58:28.5397226Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:58:28.5790670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:58:28.5802489Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:58:28.9563628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:58:28.9576513Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:58:29.4258397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:58:29.4269882Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:58:29.7597071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:58:29.7608354Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:58:29.7643740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:58:29.7654825Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:58:29.7689217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:58:29.7701339Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:58:29.7733486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:58:29.7746330Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:58:29.7777659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:58:29.7788863Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:58:29.7807122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:58:29.7818627Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:58:29.7908511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:58:29.7919131Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:58:29.8274705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:58:29.8288440Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:58:29.8410002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:58:29.8422760Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:58:29.9839365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:58:29.9851790Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:58:30.0263862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:58:30.0268098Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:58:30.0813137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:58:30.0827111Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:58:30.2487897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:58:30.2502405Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:58:30.5069145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:58:30.5081638Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:58:30.6702255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:58:30.6713769Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:58:30.7305295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:58:30.7316559Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:58:30.8262595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:58:30.8274294Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:58:30.8657315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:58:30.8670921Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:58:30.8706801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:58:30.8720305Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:58:30.9005504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:58:30.9018618Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:58:31.0484214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:58:31.0495751Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:58:31.0739242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:58:31.0751796Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:58:31.1228438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:58:31.1240472Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:58:31.1275578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:58:31.1287358Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:58:31.1306878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:58:31.1317933Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:58:31.4538596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:58:31.4549409Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:58:31.6875257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:58:31.6888690Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:58:31.9296719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:31.9308204Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:58:31.9858218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:58:31.9869908Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:58:31.9916962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:58:31.9920813Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:58:32.0283302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:58:32.0297656Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:58:32.1048686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:58:32.1063374Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:32.1101576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:32.1118787Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:32.2155117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:58:32.2168257Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:58:32.2329869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:32.2347591Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:32.3421838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:32.3422529Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:32.5360283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T15:58:32.5371401Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:58:32.7428866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:58:32.7443096Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:58:32.8563575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:58:32.8564503Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T15:58:33.0219774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T15:58:33.0237681Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T15:58:33.0274573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:33.0287537Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:58:33.1028454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:58:33.1042833Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:58:33.1263387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:58:33.1274942Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:58:33.1840081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T15:58:33.1851311Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T15:58:33.7504602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:58:33.7518113Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:58:34.2786053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T15:58:34.2800991Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T15:58:34.4654744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T15:58:34.4666390Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:58:34.5409026Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T15:58:34.5462798Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T15:58:34.5610340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T15:58:34.5619112Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T15:58:34.5726833Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T15:58:34.5727778Z [gw3] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T15:58:34.5983286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T15:58:34.6002830Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T15:58:34.8290918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T15:58:34.8302760Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T15:58:34.8341169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T15:58:34.8352900Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T15:58:34.9238855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T15:58:34.9250450Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T15:58:34.9319416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T15:58:34.9330474Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T15:58:34.9364340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T15:58:34.9375356Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T15:58:34.9407180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T15:58:34.9417848Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T15:58:34.9437865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T15:58:34.9448628Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T15:58:34.9532923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T15:58:34.9543525Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T15:58:34.9907098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T15:58:34.9918582Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T15:58:35.4251267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T15:58:35.4263180Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T15:58:35.7657117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T15:58:35.7670698Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:35.9982934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T15:58:35.9996235Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T15:58:36.0535618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:58:36.0548539Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:58:36.3653098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T15:58:36.3664367Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T15:58:36.3698291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T15:58:36.3709065Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T15:58:36.4582321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T15:58:36.4594823Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T15:58:36.4894454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T15:58:36.4905630Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T15:58:36.5024447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T15:58:36.5036244Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T15:58:36.5073696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T15:58:36.5085116Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T15:58:36.5120224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T15:58:36.5131385Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T15:58:36.5405002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T15:58:36.5416450Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T15:58:36.5452873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T15:58:36.5464200Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T15:58:36.7363870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T15:58:36.7376446Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T15:58:36.7476199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T15:58:36.7493459Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T15:58:36.7604710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T15:58:36.7616534Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T15:58:36.7938814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T15:58:36.7950003Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T15:58:36.7999404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T15:58:36.8011923Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T15:58:36.9589186Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T15:58:36.9603862Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T15:58:37.0833104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T15:58:37.0844744Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T15:58:37.1081886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T15:58:37.1093796Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T15:58:37.1380177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T15:58:37.1391443Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T15:58:37.1406106Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T15:58:37.1407055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T15:58:37.1557760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T15:58:37.1575225Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T15:58:37.2728197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T15:58:37.2740685Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T15:58:37.2857554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:37.2868668Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:37.3542600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T15:58:37.3554432Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T15:58:38.1484522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:38.1508090Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T15:58:38.2937459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T15:58:38.2949163Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:38.3127636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:38.3142255Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:38.3558539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T15:58:38.3566515Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T15:58:38.8119281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T15:58:38.8130968Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T15:58:38.8232332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T15:58:38.8243822Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T15:58:38.8387895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T15:58:38.8400001Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T15:58:38.9810248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T15:58:38.9822263Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T15:58:39.0188132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T15:58:39.0200178Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T15:58:39.0467555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T15:58:39.0479787Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T15:58:39.0515480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T15:58:39.0527029Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T15:58:39.0560992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T15:58:39.0574260Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T15:58:39.0615908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T15:58:39.0623556Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T15:58:39.1028820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:39.1029738Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:39.1167908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:39.1375399Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T15:58:39.1674410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T15:58:39.1726396Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T15:58:39.1995021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T15:58:39.1995860Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T15:58:39.2311247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T15:58:39.2326075Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:39.3017638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:39.3139346Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T15:58:39.3398143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T15:58:39.3509059Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T15:58:39.4033263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T15:58:39.4034044Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T15:58:39.4682849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T15:58:39.4827709Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T15:58:39.4863668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T15:58:39.4877326Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T15:58:39.4905069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T15:58:39.4918086Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T15:58:39.5099432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T15:58:39.5110922Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T15:58:39.5281269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T15:58:39.5292071Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T15:58:39.8411619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T15:58:39.8422876Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T15:58:39.9224730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T15:58:39.9235908Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T15:58:39.9917318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T15:58:39.9925811Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T15:58:41.1943658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T15:58:41.1954066Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:41.3337636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:41.3351154Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:41.4781164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:41.4796076Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:41.6585160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:41.6596825Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:41.9338339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:58:41.9351239Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:58:41.9462316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:58:41.9476353Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:58:42.7156650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:58:42.7169361Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:58:42.8105308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T15:58:42.8116479Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T15:58:42.8760224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:42.8771094Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:42.8935501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T15:58:42.8947349Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T15:58:42.9008478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:58:42.9019067Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:58:42.9091955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:58:42.9104748Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:58:42.9593253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:58:42.9610550Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T15:58:42.9653816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T15:58:42.9668177Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:58:43.0197818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:58:43.0208375Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T15:58:43.1105887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:43.1115909Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:43.1236050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T15:58:43.1249288Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T15:58:43.1286708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T15:58:43.1298040Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T15:58:43.1331401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T15:58:43.1343788Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T15:58:43.1418226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T15:58:43.1436500Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:58:43.1440498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:43.1452529Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T15:58:43.1856005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T15:58:43.1869122Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:43.1927036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:58:43.1953070Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:58:43.2280707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:43.2293716Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T15:58:43.4602834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T15:58:43.4610176Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T15:58:43.4651838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T15:58:43.4661376Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T15:58:43.5175547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T15:58:43.5189371Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T15:58:43.5925182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T15:58:43.5935187Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T15:58:43.6205905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T15:58:43.6218069Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T15:58:43.7127693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T15:58:43.7128871Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T15:58:43.8664913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T15:58:43.8676565Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T15:58:43.8905406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T15:58:43.8918707Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T15:58:44.0021708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T15:58:44.0036108Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T15:58:44.1380926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T15:58:44.1396222Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T15:58:44.3785976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T15:58:44.3798717Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T15:58:44.4883128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T15:58:44.4895640Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T15:58:44.5074525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T15:58:44.5087595Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T15:58:44.5488681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T15:58:44.5503572Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T15:58:44.5620473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T15:58:44.5633506Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T15:58:44.6138644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T15:58:44.6151228Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T15:58:44.6828668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T15:58:44.6841234Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T15:58:44.6943665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T15:58:44.6957454Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T15:58:44.7773647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T15:58:44.7786698Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T15:58:44.7829325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T15:58:44.7842644Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T15:58:44.7881824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T15:58:44.7894403Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T15:58:44.7969915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T15:58:44.7982610Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T15:58:44.9599762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T15:58:44.9610370Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T15:58:45.0420982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T15:58:45.0433887Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T15:58:45.0471559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T15:58:45.0482979Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T15:58:45.2010426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T15:58:45.2023304Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T15:58:45.2788927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T15:58:45.2803650Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T15:58:45.3392779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T15:58:45.3405770Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T15:58:45.3643901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T15:58:45.3656485Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T15:58:45.4007177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T15:58:45.4019183Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T15:58:45.5223745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T15:58:45.5235690Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T15:58:45.5273544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T15:58:45.5285277Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T15:58:45.5321099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T15:58:45.5332062Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T15:58:45.5366973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T15:58:45.5377792Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T15:58:45.5409826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T15:58:45.5420714Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T15:58:45.5454989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:58:45.5466000Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:58:45.5513447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T15:58:45.5522820Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T15:58:45.5556970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T15:58:45.5567898Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T15:58:45.5806206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T15:58:45.5819117Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T15:58:45.5858024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T15:58:45.5870813Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T15:58:45.5907864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T15:58:45.5920545Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T15:58:45.6019585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T15:58:45.6032366Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T15:58:45.6785653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T15:58:45.6798371Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T15:58:45.6890051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T15:58:45.6902535Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T15:58:45.7993842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T15:58:45.8005489Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T15:58:45.9370105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T15:58:45.9381881Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T15:58:46.0050062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T15:58:46.0061874Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T15:58:46.0909251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T15:58:46.0920059Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T15:58:46.1195675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T15:58:46.1207737Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T15:58:46.2244584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T15:58:46.2255888Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T15:58:46.2476286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T15:58:46.2488965Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T15:58:46.2587644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T15:58:46.2603109Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T15:58:46.4793371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:58:46.4804991Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T15:58:46.6391425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T15:58:46.6405826Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:46.7693660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:46.7705349Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T15:58:46.9092216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T15:58:46.9104814Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T15:58:46.9338686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T15:58:46.9351486Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T15:58:46.9424459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T15:58:46.9437609Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:46.9467762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:46.9476618Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T15:58:46.9577941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T15:58:46.9595135Z [gw3] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T15:58:46.9635117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T15:58:46.9647369Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T15:58:46.9781225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T15:58:46.9792606Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T15:58:46.9976342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T15:58:46.9988523Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:47.0978553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:47.0990139Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T15:58:47.1027368Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T15:58:47.1038849Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T15:58:47.1127430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T15:58:47.1139414Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:58:47.1157442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T15:58:47.1172052Z [gw3] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T15:58:47.1206816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T15:58:47.1218932Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T15:58:47.2621485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T15:58:47.2622266Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T15:58:47.2793885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T15:58:47.2795304Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T15:58:47.2796171Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T15:58:47.2796910Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T15:58:47.3342387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:58:47.3350090Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:47.3366034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:47.3376323Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T15:58:47.3540686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T15:58:47.3541572Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T15:58:47.3900991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T15:58:47.3902206Z [gw1] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:58:47.4136662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T15:58:47.4137421Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:47.4371124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:47.4383533Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T15:58:47.4419050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T15:58:47.4431458Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T15:58:47.4469592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T15:58:47.4482229Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T15:58:47.4518964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T15:58:47.4530159Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T15:58:47.4563375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T15:58:47.4575200Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T15:58:47.4651630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T15:58:47.4663824Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:47.5335662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:47.5348124Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:47.6004237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:47.6016507Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:47.6172102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:58:47.6184353Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:58:47.6223800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:47.6236325Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:47.6593103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:58:47.6603269Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:58:47.6810906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:47.6831030Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:47.7000454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:47.7006943Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:47.7632323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:47.7633220Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T15:58:47.7633991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:58:47.7634843Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:58:47.7635773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:58:47.7636583Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:58:47.7803680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T15:58:47.7804582Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T15:58:47.7805201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T15:58:47.7847456Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T15:58:48.1707202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:58:48.1719549Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T15:58:48.4771671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:58:48.4783860Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:58:48.5663221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T15:58:48.5676935Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:48.5913889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:58:48.5928110Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:58:48.6688020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T15:58:48.6699917Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:58:48.7662452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T15:58:48.7676452Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T15:58:48.7712916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:58:48.7725661Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:58:48.7768387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:58:48.7778706Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:58:48.8436770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:58:48.8448722Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T15:58:49.1523732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T15:58:49.1535082Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T15:58:49.9542004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T15:58:49.9553808Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T15:58:50.0525682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T15:58:50.0540269Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T15:58:50.4027320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:58:50.4038785Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:58:51.5506854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:58:51.5520079Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T15:58:51.5542314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T15:58:51.5553235Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T15:58:51.5589264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T15:58:51.5601750Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T15:58:51.6234421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T15:58:51.6280189Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T15:58:51.6440011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T15:58:51.6448271Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T15:58:51.6923653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:58:51.6935146Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:58:51.6959515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:58:51.6971243Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:58:51.8271093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T15:58:51.8279506Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T15:58:51.9764844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T15:58:51.9778169Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T15:58:51.9916549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T15:58:51.9930159Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T15:58:51.9967211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T15:58:51.9980320Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T15:58:52.0753207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T15:58:52.0767287Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T15:58:52.1559317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T15:58:52.1571358Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T15:58:52.1639934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T15:58:52.1651933Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T15:58:52.1893247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T15:58:52.1904931Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T15:58:52.2192091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T15:58:52.2202386Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T15:58:52.2239617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T15:58:52.2250751Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T15:58:52.2338301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T15:58:52.2349271Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T15:58:52.3747194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T15:58:52.3759242Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T15:58:52.3780386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:58:52.3791139Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:58:52.4537158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T15:58:52.4548596Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T15:58:52.5076524Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T15:58:52.5089451Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T15:58:52.6827453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:52.6843793Z [gw0] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:58:52.6902457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:52.6913272Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:58:52.7350424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T15:58:52.7362045Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T15:58:52.7630649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T15:58:52.7644179Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:58:52.8082247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:58:52.8095114Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T15:58:52.8518052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T15:58:52.8533361Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T15:58:52.8957577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T15:58:52.8969216Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T15:58:53.0619544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:53.0628708Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:53.0652048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:53.0672962Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:58:53.0702432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T15:58:53.0716250Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T15:58:53.0733332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:53.0743878Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:53.0779226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:53.0790900Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:53.0911986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T15:58:53.0918671Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:58:53.0957459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:58:53.0970131Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:58:53.0991300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:58:53.1007247Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:58:53.1023788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T15:58:53.1035494Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T15:58:53.1078994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:53.1092794Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:53.1334275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T15:58:53.1346525Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T15:58:53.1386337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:53.1400516Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:53.1422453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:53.1435077Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:53.2442244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T15:58:53.2455652Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T15:58:53.5198399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T15:58:53.5210534Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T15:58:53.6087733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T15:58:53.6101705Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T15:58:54.1046962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T15:58:54.1059415Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T15:58:54.6898445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T15:58:54.6911548Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T15:58:55.1301789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T15:58:55.1314495Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T15:58:55.2332329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:58:55.2345423Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T15:58:55.6332435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T15:58:55.6347135Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T15:58:55.8420078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T15:58:55.8433444Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:58:56.2933699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:58:56.2946212Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:58:57.0041029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:57.0053694Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:58:58.4726978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:58:58.4734111Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:58.4763598Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:58.4773341Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:59.0720711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:59.0734547Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:59.0937697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:59.0947988Z [gw3] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:59.6501974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:59.6514473Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:59:02.3827363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T15:59:02.3836454Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T15:59:03.4496379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T15:59:03.4509220Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T15:59:13.1070731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:59:13.1084284Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:59:13.3955561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:59:13.3968324Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:59:13.8463878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:13.8478838Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:59:13.8514609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:59:13.8527716Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:59:13.8838413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T15:59:13.8850628Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:13.9394786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T15:59:13.9408824Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T15:59:13.9617553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T15:59:13.9631161Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T15:59:16.5435058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T15:59:16.5446662Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T15:59:17.7876597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T15:59:17.7890154Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T15:59:17.9784498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T15:59:17.9799284Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T15:59:17.9839542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:59:17.9851722Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:59:18.2758477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:59:18.2786255Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T15:59:18.3480711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:59:18.3481393Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:59:18.3566310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T15:59:18.3577976Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T15:59:18.3804172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T15:59:18.3815542Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T15:59:18.3850913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T15:59:18.3862419Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T15:59:18.3895145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T15:59:18.3906166Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T15:59:18.4060695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T15:59:18.4071948Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T15:59:18.4198416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T15:59:18.4223902Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T15:59:18.4529184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T15:59:18.4540646Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T15:59:18.5530061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T15:59:18.5542641Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:59:18.6774795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:59:18.6786793Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T15:59:18.9712220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T15:59:18.9723392Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T15:59:19.1180490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T15:59:19.1192609Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:59:19.1901000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:59:19.1916481Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T15:59:19.5243443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T15:59:19.5255747Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T15:59:19.7053262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T15:59:19.7066453Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:59:19.7865925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T15:59:19.7878075Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T15:59:19.9052294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:59:19.9063966Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:59:20.0450926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T15:59:20.0462580Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T15:59:20.0935035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T15:59:20.0947973Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T15:59:20.1974938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T15:59:20.1988276Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T15:59:20.3160172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T15:59:20.3171365Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T15:59:20.3193287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T15:59:20.3206954Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:59:20.3748956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:59:20.3761153Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T15:59:20.3868214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T15:59:20.3884307Z [gw2] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T15:59:20.3953361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T15:59:20.3964597Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T15:59:20.4577960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T15:59:20.4589809Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T15:59:20.4624446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T15:59:20.4637262Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T15:59:20.4669097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T15:59:20.4681871Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T15:59:20.4714388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T15:59:20.4726371Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T15:59:20.4763347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T15:59:20.4775910Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T15:59:20.4970718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T15:59:20.4982358Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T15:59:20.5158805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T15:59:20.5159732Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T15:59:20.6673828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T15:59:20.6686275Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:59:20.8453962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:59:20.8464297Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T15:59:20.9261604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T15:59:20.9272279Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T15:59:20.9358083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T15:59:20.9371958Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T15:59:20.9544265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T15:59:20.9555498Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T15:59:20.9589483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T15:59:20.9600848Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T15:59:20.9633296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T15:59:20.9644766Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T15:59:20.9676882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T15:59:20.9687812Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T15:59:21.9444323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T15:59:21.9456280Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T15:59:21.9491662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:21.9502994Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:21.9536163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:21.9547245Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:22.0476418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T15:59:22.0489002Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T15:59:22.1162557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T15:59:22.1175191Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T15:59:22.1301795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T15:59:22.1313022Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T15:59:22.2620392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:22.2632314Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:22.2849719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T15:59:22.2861700Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T15:59:22.7685068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T15:59:22.7697003Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:59:22.7732806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T15:59:22.7745289Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T15:59:22.7833190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T15:59:22.7847662Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T15:59:22.7859178Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T15:59:22.7859871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T15:59:22.8027866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T15:59:22.8035936Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T15:59:22.8194797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T15:59:22.8195640Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T15:59:22.8879583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T15:59:22.8896835Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T15:59:22.8937575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T15:59:22.8953140Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T15:59:22.9000071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T15:59:22.9000933Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T15:59:22.9755346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T15:59:22.9756479Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T15:59:23.0374253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:23.0375365Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:23.0376004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T15:59:23.0379319Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T15:59:23.0572654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T15:59:23.0574031Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T15:59:23.0821606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T15:59:23.0832933Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T15:59:23.0868445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:23.0879450Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:23.0912248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:59:23.0923780Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:59:23.0983980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:59:23.0997001Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T15:59:23.1084093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T15:59:23.1096529Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T15:59:23.1349862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T15:59:23.1361427Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T15:59:23.2498129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T15:59:23.2509500Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T15:59:23.2841318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T15:59:23.2853974Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T15:59:23.6011363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T15:59:23.6023566Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T15:59:23.8673481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T15:59:23.8687503Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T15:59:24.0230163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T15:59:24.0242510Z [gw0] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T15:59:24.2700642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T15:59:24.2711649Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T15:59:24.2797525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T15:59:24.2810177Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T15:59:24.3212735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T15:59:24.3224843Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T15:59:24.3263428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T15:59:24.3275865Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T15:59:24.3384351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T15:59:24.3396658Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:59:24.3649499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:59:24.3662513Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T15:59:24.4494687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T15:59:24.4507373Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T15:59:24.5558161Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T15:59:24.5571354Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T15:59:24.5871726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T15:59:24.5885253Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T15:59:24.5901765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T15:59:24.5914161Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:59:24.6149392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:59:24.6162637Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T15:59:24.6914577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T15:59:24.6926997Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T15:59:24.6967985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T15:59:24.6980403Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T15:59:24.7190762Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T15:59:24.7203795Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T15:59:24.7272076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T15:59:24.7284185Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T15:59:24.7470306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T15:59:24.7484153Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T15:59:24.7554300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T15:59:24.7566720Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T15:59:24.9039822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T15:59:24.9051586Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T15:59:24.9374060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T15:59:24.9386760Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T15:59:25.0421651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T15:59:25.0434145Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T15:59:25.0686792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T15:59:25.0701145Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T15:59:25.1879074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T15:59:25.1892202Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T15:59:25.2219552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T15:59:25.2231381Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T15:59:25.4370690Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T15:59:25.4383267Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T15:59:25.4851258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T15:59:25.4864093Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T15:59:25.5149329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T15:59:25.5161970Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T15:59:25.6347394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T15:59:25.6358558Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T15:59:25.6616148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T15:59:25.6627339Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T15:59:25.6649565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T15:59:25.6660555Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T15:59:25.6681875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T15:59:25.6692645Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T15:59:25.7778698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T15:59:25.7791209Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T15:59:25.8056127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T15:59:25.8069093Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T15:59:26.0007800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T15:59:26.0019181Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T15:59:26.0309195Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T15:59:26.0325935Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T15:59:26.1863961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T15:59:26.1876533Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T15:59:26.1913128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T15:59:26.1924630Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T15:59:26.1960045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T15:59:26.1971677Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T15:59:26.3402484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T15:59:26.3415592Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T15:59:26.3782491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T15:59:26.3796970Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T15:59:26.5163191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T15:59:26.5174225Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T15:59:26.5496109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T15:59:26.5509912Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T15:59:26.5927742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T15:59:26.5939099Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T15:59:26.6467033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T15:59:26.6478537Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T15:59:26.8577321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T15:59:26.8589616Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T15:59:26.8936840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T15:59:26.8950747Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T15:59:27.0411174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T15:59:27.0424618Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T15:59:27.2071152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T15:59:27.2083722Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T15:59:27.6175173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T15:59:27.6188788Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:59:27.7512079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:59:27.7524872Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:59:27.7561519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:59:27.7570812Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:59:27.9016091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T15:59:27.9030172Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T15:59:27.9991471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T15:59:28.0003196Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T15:59:28.0758467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T15:59:28.0770588Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T15:59:28.1525093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T15:59:28.1537285Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T15:59:28.2036965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T15:59:28.2048397Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T15:59:28.2605947Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T15:59:28.2619709Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T15:59:28.5299708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T15:59:28.5311067Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T15:59:28.5344499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:59:28.5356123Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:59:28.5662102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T15:59:28.5674417Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T15:59:28.6150284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:59:28.6161613Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T15:59:28.6801882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:59:28.6813233Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:59:28.6940634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:59:28.6951943Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:59:28.7063223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T15:59:28.7074286Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T15:59:28.7406182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T15:59:28.7417315Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T15:59:28.7589309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T15:59:28.7601255Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:59:28.7947349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T15:59:28.7959076Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T15:59:28.8428054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:59:28.8440963Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:59:29.0632688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T15:59:29.0647107Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T15:59:29.5078640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T15:59:29.5089974Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T15:59:29.5586268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T15:59:29.5602892Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T15:59:29.6043452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T15:59:29.6055000Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T15:59:29.8290626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T15:59:29.8334406Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T15:59:29.8335194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T15:59:29.8386604Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T15:59:29.8387296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T15:59:29.8486803Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T15:59:29.8487723Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T15:59:29.8488406Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T15:59:29.8489055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T15:59:29.8498745Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T15:59:29.9247142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:59:29.9259967Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:59:29.9757996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:59:29.9769916Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:59:30.4654147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:59:30.4666281Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T15:59:30.6435306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T15:59:30.6445843Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T15:59:30.6754374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T15:59:30.6765313Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T15:59:30.7087080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T15:59:30.7097880Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T15:59:30.7764583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T15:59:30.7778114Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:59:31.5797336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:59:31.5808942Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T15:59:31.6006889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:59:31.6019996Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:59:31.6696654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T15:59:31.6709077Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T15:59:32.0602277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:59:32.0621505Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T15:59:32.4129576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T15:59:32.4140074Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T15:59:32.5408102Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T15:59:32.5420787Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:59:32.5580477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T15:59:32.5593706Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T15:59:32.6379651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T15:59:32.6392989Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T15:59:32.6738417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:59:32.6751370Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:59:33.0925834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T15:59:33.0937802Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:59:33.1320657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:59:33.1333934Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T15:59:33.1370128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T15:59:33.1382070Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T15:59:33.1417512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T15:59:33.1429861Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T15:59:33.1464821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T15:59:33.1476853Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T15:59:33.1512128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T15:59:33.1524389Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T15:59:33.1784678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T15:59:33.1796988Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T15:59:33.3289867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T15:59:33.3309235Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T15:59:33.8635772Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T15:59:33.8650078Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T15:59:33.8871497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T15:59:33.8882173Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T15:59:33.9268769Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T15:59:33.9281365Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T15:59:33.9587488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T15:59:33.9598813Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T15:59:34.0096112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T15:59:34.0107976Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T15:59:34.0825101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T15:59:34.0836978Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T15:59:34.8525030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:59:34.8539342Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T15:59:35.0727941Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T15:59:35.0740242Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:59:35.1605010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T15:59:35.1616042Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T15:59:35.1692059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T15:59:35.1708984Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T15:59:35.1813071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T15:59:35.1825944Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T15:59:35.1883784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T15:59:35.1896570Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T15:59:35.1920260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T15:59:35.1933195Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T15:59:35.2031381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T15:59:35.2042409Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T15:59:35.2310578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T15:59:35.2321558Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T15:59:35.2411196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T15:59:35.2423498Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T15:59:35.2873239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T15:59:35.2886387Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T15:59:35.3004976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T15:59:35.3018932Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T15:59:35.3058513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T15:59:35.3071923Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T15:59:35.3663320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:59:35.3679595Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T15:59:35.3742801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T15:59:35.3756660Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:59:35.3868913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T15:59:35.3880810Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:59:35.4000516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:59:35.4014784Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T15:59:35.4399190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T15:59:35.4412093Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T15:59:35.4446957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T15:59:35.4458089Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T15:59:35.4490510Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T15:59:35.4501396Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T15:59:35.4542589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T15:59:35.4553449Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T15:59:35.4585562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T15:59:35.4596799Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T15:59:35.4629740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T15:59:35.4640628Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T15:59:35.5269024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:59:35.5270106Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:59:35.5787891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:59:35.5802313Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:59:35.6472846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:35.6512024Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:59:35.6978799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:59:35.6991986Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T15:59:35.7299521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T15:59:35.7312267Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T15:59:35.8548415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T15:59:35.8561294Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:59:35.8725766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T15:59:35.8738085Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T15:59:35.8934315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:59:35.8951498Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:35.9036072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:35.9049465Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:35.9490354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:35.9506000Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T15:59:35.9966779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T15:59:35.9979863Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T15:59:36.2161619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T15:59:36.2174462Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T15:59:36.2624990Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T15:59:36.2640208Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T15:59:36.3211777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T15:59:36.3226462Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:36.3668694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:59:36.3682962Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T15:59:36.3692715Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T15:59:36.3698057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T15:59:36.3707178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:59:36.3717351Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:59:36.3869235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:36.3882258Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T15:59:36.4027494Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:36.4042394Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:36.4805039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:36.4817581Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:59:36.4941283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T15:59:36.4956309Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:36.5107985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T15:59:36.5122871Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T15:59:36.5243405Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T15:59:36.5252582Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:36.5974599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:36.5987453Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:36.6358800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:36.6373846Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T15:59:36.6656123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T15:59:36.6664957Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T15:59:36.6853322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T15:59:36.6854304Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:36.7379877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:36.7411638Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T15:59:36.7589750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T15:59:36.7670179Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T15:59:36.7670802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T15:59:36.7671393Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T15:59:36.7683675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T15:59:36.7694699Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T15:59:36.7780743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T15:59:36.7781492Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T15:59:36.7782035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T15:59:36.7792609Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T15:59:36.8209222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T15:59:36.8209918Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:36.8225918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:36.8240580Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T15:59:36.8528136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T15:59:36.8539113Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:59:36.8686412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:59:36.8698867Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T15:59:36.8744639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T15:59:36.8754380Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T15:59:36.8868290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T15:59:36.8875683Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T15:59:36.8935959Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T15:59:36.8945577Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T15:59:36.8988149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T15:59:36.8995109Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T15:59:36.9036932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T15:59:36.9054895Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T15:59:36.9085110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T15:59:36.9098738Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T15:59:36.9104377Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T15:59:36.9114614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T15:59:36.9137017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:59:36.9148994Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T15:59:36.9186397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T15:59:36.9198615Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T15:59:36.9232473Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T15:59:36.9270779Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T15:59:36.9311281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T15:59:36.9322351Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T15:59:36.9358456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T15:59:36.9371541Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T15:59:36.9392593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T15:59:36.9405495Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T15:59:36.9426605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T15:59:36.9439898Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T15:59:36.9589385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:36.9600287Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:36.9703022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T15:59:36.9714064Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T15:59:36.9761420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T15:59:36.9762195Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:36.9903439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:36.9916944Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T15:59:36.9978712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T15:59:36.9992646Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T15:59:37.0176256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T15:59:37.0188285Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T15:59:37.0250299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T15:59:37.0262145Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T15:59:37.0567803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T15:59:37.0581124Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T15:59:37.0728613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T15:59:37.0741990Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T15:59:37.0803968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T15:59:37.0815157Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T15:59:37.0964056Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T15:59:37.0976804Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T15:59:37.1038353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T15:59:37.1051669Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T15:59:37.2374649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T15:59:37.2386631Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T15:59:37.2535890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T15:59:37.2547951Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:59:37.2679912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:37.2686046Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T15:59:37.2704202Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:37.2707593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T15:59:37.2867275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T15:59:37.2880399Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T15:59:37.3989281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:37.4001652Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T15:59:37.4298749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T15:59:37.4310763Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T15:59:37.5648193Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T15:59:37.5660721Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T15:59:37.5962355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T15:59:37.5974089Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T15:59:37.8683660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T15:59:37.8726736Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T15:59:37.9300920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T15:59:37.9301665Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T15:59:37.9538269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T15:59:37.9538864Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T15:59:37.9539463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T15:59:37.9600810Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T15:59:37.9620126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T15:59:37.9631649Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T15:59:38.0237512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T15:59:38.0250231Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T15:59:38.0387533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T15:59:38.0398683Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T15:59:38.0581675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T15:59:38.0593195Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T15:59:38.0658362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T15:59:38.0669113Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T15:59:38.0701044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T15:59:38.0711686Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T15:59:38.0742726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T15:59:38.0754669Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T15:59:38.1249932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:38.1262483Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:38.1413848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T15:59:38.1426575Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T15:59:38.1967377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T15:59:38.1979758Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T15:59:38.2126019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T15:59:38.2138155Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T15:59:38.2170383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T15:59:38.2181600Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T15:59:38.2213270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T15:59:38.2224022Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T15:59:38.2255602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T15:59:38.2266809Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T15:59:38.2695641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T15:59:38.2707995Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T15:59:38.2815141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T15:59:38.2827019Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T15:59:38.3600883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T15:59:38.3612797Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T15:59:38.3816944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T15:59:38.3828478Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T15:59:38.8612972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T15:59:38.8626820Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:39.0844538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:39.0845554Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T15:59:39.0846241Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T15:59:39.0851558Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T15:59:39.1041694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T15:59:39.1043041Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T15:59:39.1043781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T15:59:39.1072781Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T15:59:39.1094156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T15:59:39.1142997Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T15:59:39.1143641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T15:59:39.1174875Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T15:59:39.3187574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T15:59:39.3203329Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T15:59:39.3645214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T15:59:39.3660098Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T15:59:39.5294365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:39.5305933Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:39.5722206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T15:59:39.5733662Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T15:59:39.7670826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T15:59:39.7683730Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T15:59:39.8194287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T15:59:39.8207163Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T15:59:39.8962455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T15:59:39.8974909Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T15:59:39.9175684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T15:59:39.9187114Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T15:59:39.9368050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T15:59:39.9379819Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T15:59:39.9621654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T15:59:39.9633103Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T15:59:39.9874962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T15:59:39.9886924Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T15:59:40.0047373Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T15:59:40.0058369Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T15:59:40.0122402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T15:59:40.0133414Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T15:59:40.0474182Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T15:59:40.0485578Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T15:59:40.0561887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T15:59:40.0569645Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T15:59:40.2079894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T15:59:40.2090857Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T15:59:40.2448148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T15:59:40.2458486Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T15:59:40.2805332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T15:59:40.2817577Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T15:59:40.3028906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T15:59:40.3040784Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T15:59:40.3109528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T15:59:40.3119716Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T15:59:40.3204974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T15:59:40.3215618Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T15:59:40.3254295Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T15:59:40.3262506Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T15:59:40.6591571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T15:59:40.6603580Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T15:59:40.7519609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T15:59:40.7532048Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T15:59:40.7685177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T15:59:40.7699081Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T15:59:40.7768421Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T15:59:40.7779129Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T15:59:40.7969340Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T15:59:40.7980377Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T15:59:40.8606406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T15:59:40.8615938Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T15:59:40.8787234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T15:59:40.8800205Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T15:59:40.9055321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T15:59:40.9067940Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T15:59:40.9155403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T15:59:40.9168835Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T15:59:40.9413897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T15:59:40.9427906Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T15:59:40.9510221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T15:59:40.9525452Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T15:59:40.9561259Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T15:59:40.9574620Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T15:59:40.9611149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T15:59:40.9623984Z [gw0] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T15:59:40.9993651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T15:59:41.0009297Z [gw0] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T15:59:41.0204926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T15:59:41.0221440Z [gw0] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T15:59:41.0609928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T15:59:41.0622029Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T15:59:41.0733651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T15:59:41.0746824Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T15:59:41.0836259Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T15:59:41.0849217Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T15:59:41.0939180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T15:59:41.0950992Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T15:59:41.6964875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T15:59:41.6978243Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:59:41.7826674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T15:59:41.7840192Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T15:59:41.7997052Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T15:59:41.8008982Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T15:59:41.9657513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:59:41.9671029Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:59:41.9751274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T15:59:41.9762771Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T15:59:41.9800530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T15:59:41.9811928Z [gw1] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T15:59:41.9849536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T15:59:41.9862525Z [gw1] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T15:59:41.9896447Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T15:59:41.9907843Z [gw1] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T15:59:41.9941694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T15:59:41.9953203Z [gw1] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T15:59:44.4276476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T15:59:44.4290143Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:45.0306671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:45.0318718Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T15:59:45.6799005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T15:59:45.6811483Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T15:59:45.7155457Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T15:59:45.7167489Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T15:59:45.7290089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T15:59:45.7304674Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T15:59:45.8369216Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:45.8382576Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:45.8663618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:45.8675744Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:45.8752420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T15:59:45.8765348Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T15:59:45.9191632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T15:59:45.9206166Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:45.9402963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T15:59:45.9413936Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T15:59:45.9501163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:45.9512514Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:45.9732891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:45.9746626Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T15:59:45.9888153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T15:59:45.9900034Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:46.0018377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:46.0031846Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T15:59:46.0262257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T15:59:46.0280299Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T15:59:46.0965575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T15:59:46.0989506Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:46.1126932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:46.1162012Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T15:59:46.1337077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T15:59:46.1337910Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:46.1437205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:46.1446595Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T15:59:46.1824472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T15:59:46.1838776Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T15:59:46.1961303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T15:59:46.1973574Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T15:59:46.1987608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T15:59:46.1997903Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T15:59:46.2142100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T15:59:46.2154182Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:46.2518633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:46.2519602Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:46.2861327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:46.2874405Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:46.3039226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:46.3052087Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T15:59:46.3353784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T15:59:46.3366628Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T15:59:46.3476047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T15:59:46.3490281Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:46.3811312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T15:59:46.3821375Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T15:59:46.4420902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T15:59:46.4421881Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T15:59:46.5459649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T15:59:46.5460543Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T15:59:46.6543456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:46.6553454Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T15:59:46.7136577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T15:59:46.7137360Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:47.0784027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:47.0816636Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T15:59:47.1169462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:59:47.1170339Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:59:47.1172795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T15:59:47.1187005Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:47.1618725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:47.1619448Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:47.1799613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:47.1800502Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T15:59:47.3091885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:59:47.3101553Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:59:47.3263001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T15:59:47.3293285Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T15:59:47.3510590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T15:59:47.3511450Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:47.3754869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T15:59:47.3755823Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T15:59:47.3756676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:47.3757502Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:47.4034700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:47.4035438Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:47.4054330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:47.4063647Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T15:59:47.4637415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T15:59:47.4649921Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T15:59:47.4707463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T15:59:47.4774278Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:47.5472519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:47.5473877Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T15:59:47.5509367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:59:47.5542857Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T15:59:47.5606734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T15:59:47.5613268Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T15:59:47.6093753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T15:59:47.6107498Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:59:47.6280398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T15:59:47.6281599Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:47.8168742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:47.8182622Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T15:59:47.8223950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T15:59:47.8239284Z [gw1] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T15:59:47.9828014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T15:59:47.9840064Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T15:59:48.0557307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T15:59:48.0570616Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T15:59:48.0649959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T15:59:48.0662430Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T15:59:48.0702178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T15:59:48.0714477Z [gw1] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T15:59:48.0753828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T15:59:48.0766505Z [gw1] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T15:59:48.1136367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:59:48.1149104Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:59:48.1372089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:59:48.1384723Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T15:59:48.1671458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T15:59:48.1684268Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T15:59:48.2451199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:48.2463574Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:59:48.2889080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:59:48.2897402Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:59:48.2915560Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:48.2916187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:48.3224113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:59:48.3237009Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:48.3569575Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T15:59:48.3589564Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T15:59:48.3836712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T15:59:48.3849977Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T15:59:48.3922609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T15:59:48.3934981Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T15:59:48.4207427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T15:59:48.4221171Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T15:59:48.4336591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T15:59:48.4349499Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T15:59:48.4765920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T15:59:48.4779208Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T15:59:48.4904688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T15:59:48.4917998Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T15:59:48.5318272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T15:59:48.5331929Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T15:59:48.5442269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T15:59:48.5455996Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T15:59:48.6139362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T15:59:48.6151808Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:59:48.7064277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:59:48.7080293Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T15:59:48.7438932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T15:59:48.7452692Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T15:59:48.7497000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T15:59:48.7509556Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T15:59:48.7546818Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T15:59:48.7559333Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T15:59:48.7598286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T15:59:48.7611143Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T15:59:48.7651468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T15:59:48.7662867Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T15:59:48.7710265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T15:59:48.7735587Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T15:59:48.7755545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T15:59:48.7767343Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T15:59:48.7807960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T15:59:48.7816444Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T15:59:48.7851582Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T15:59:48.7865265Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T15:59:48.7926482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T15:59:48.7937653Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T15:59:48.8028315Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T15:59:48.8041265Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T15:59:48.8103585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T15:59:48.8115409Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T15:59:48.8197704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T15:59:48.8210608Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T15:59:48.8384589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T15:59:48.8397979Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:48.8436527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T15:59:48.8449355Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T15:59:48.8478319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T15:59:48.8491469Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T15:59:48.8581158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T15:59:48.8592260Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T15:59:48.8653009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T15:59:48.8665439Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T15:59:48.8872176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T15:59:48.8883829Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T15:59:48.8916935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T15:59:48.8929903Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T15:59:48.8971276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T15:59:48.8983749Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T15:59:48.8996321Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T15:59:48.8997118Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T15:59:48.9035691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T15:59:48.9048733Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T15:59:48.9699270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T15:59:48.9713361Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T15:59:48.9908596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T15:59:48.9920223Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T15:59:48.9980789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T15:59:48.9993701Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T15:59:49.0033297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T15:59:49.0046015Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T15:59:49.0057653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T15:59:49.0070616Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T15:59:49.0081595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T15:59:49.0094469Z [gw0] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T15:59:49.0851014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T15:59:49.0864238Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T15:59:49.1191843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T15:59:49.1206252Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T15:59:49.2103843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T15:59:49.2116876Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T15:59:49.2467208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T15:59:49.2483211Z [gw0] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T15:59:49.2641420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T15:59:49.2645790Z [gw3] [ 24%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T15:59:49.2686013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:49.2686867Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:49.3475954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T15:59:49.3491967Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T15:59:49.3881718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T15:59:49.3907768Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T15:59:49.4351331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T15:59:49.4352081Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T15:59:49.4491652Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T15:59:49.4492368Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T15:59:49.5722117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T15:59:49.5722981Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T15:59:49.6093481Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T15:59:49.6110487Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T15:59:49.6659424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T15:59:49.6672862Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T15:59:49.6940023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T15:59:49.6953050Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T15:59:49.7656901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T15:59:49.7663459Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T15:59:49.7993309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T15:59:49.8007790Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T15:59:49.8786411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T15:59:49.8798553Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T15:59:49.9126755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T15:59:49.9154890Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T15:59:50.0006741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T15:59:50.0024671Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T15:59:50.0415486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T15:59:50.0425119Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T15:59:50.1379955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T15:59:50.1391836Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T15:59:50.1809203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T15:59:50.1818428Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T15:59:50.2130977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T15:59:50.2144367Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T15:59:50.2295645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T15:59:50.2308841Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T15:59:50.2447254Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T15:59:50.2468496Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T15:59:50.2768565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T15:59:50.2775797Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T15:59:50.3089128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T15:59:50.3101422Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T15:59:50.3491354Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T15:59:50.3492048Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T15:59:50.4020235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T15:59:50.4033435Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T15:59:50.4279797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T15:59:50.4289500Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T15:59:50.4836633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T15:59:50.4850405Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T15:59:50.5093022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T15:59:50.5106782Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T15:59:50.5694753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T15:59:50.5709601Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T15:59:50.5979323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T15:59:50.5994962Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T15:59:50.6269752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T15:59:50.6284102Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T15:59:50.6599682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T15:59:50.6612289Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T15:59:50.6945808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T15:59:50.6961834Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T15:59:50.7252666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T15:59:50.7267543Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T15:59:50.7365092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T15:59:50.7389282Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T15:59:50.7869614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T15:59:50.7882859Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T15:59:50.8018530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T15:59:50.8032169Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T15:59:50.8802290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T15:59:50.8817075Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T15:59:50.9027232Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T15:59:50.9042098Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T15:59:50.9229681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T15:59:50.9245063Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T15:59:50.9319160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T15:59:50.9332079Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T15:59:50.9526346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T15:59:50.9540405Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T15:59:50.9606983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T15:59:50.9621568Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T15:59:50.9730595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T15:59:50.9745646Z [gw0] [ 25%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T15:59:50.9821214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T15:59:50.9834015Z [gw0] [ 25%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T15:59:51.1575030Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T15:59:51.1590135Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T15:59:51.1698992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T15:59:51.1711492Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T15:59:51.1947983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T15:59:51.1959335Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T15:59:51.2017166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T15:59:51.2031746Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T15:59:51.2072388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T15:59:51.2084935Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T15:59:51.2434355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T15:59:51.2448944Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T15:59:51.2791629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T15:59:51.2803469Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T15:59:51.3045625Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T15:59:51.3057734Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T15:59:51.3131860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T15:59:51.3145021Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T15:59:51.3245612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T15:59:51.3259328Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T15:59:51.3303123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T15:59:51.3315790Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T15:59:51.3351917Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T15:59:51.3364205Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T15:59:51.3796083Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T15:59:51.3809582Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T15:59:51.3942289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T15:59:51.3953754Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T15:59:51.3994155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T15:59:51.4005157Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T15:59:51.4042680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T15:59:51.4055597Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T15:59:51.4092710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T15:59:51.4106050Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T15:59:51.6823723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T15:59:51.6838061Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T15:59:51.7503119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T15:59:51.7521827Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T15:59:51.7558765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T15:59:51.7570646Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T15:59:51.7665443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T15:59:51.7679229Z [gw0] [ 25%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T15:59:51.7750771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T15:59:51.7765179Z [gw0] [ 25%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T15:59:51.7803940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T15:59:51.7819034Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T15:59:51.7881635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T15:59:51.7882524Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T15:59:51.7911780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T15:59:51.7927765Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T15:59:51.7975413Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T15:59:51.7985337Z [gw0] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T15:59:51.8494492Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T15:59:51.8507931Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T15:59:51.8657480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T15:59:51.8669534Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T15:59:51.9072892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T15:59:51.9086614Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T15:59:51.9189330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T15:59:51.9203646Z [gw0] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T15:59:51.9259251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T15:59:51.9272677Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T15:59:51.9313681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T15:59:51.9326943Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T15:59:51.9365516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T15:59:51.9379563Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T15:59:51.9481152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T15:59:51.9495017Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T15:59:51.9513210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T15:59:51.9526475Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T15:59:51.9589087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T15:59:51.9602594Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T15:59:51.9636087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T15:59:51.9646370Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T15:59:51.9662615Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T15:59:51.9663607Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T15:59:51.9698192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T15:59:51.9710999Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T15:59:51.9882227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T15:59:51.9895774Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T15:59:52.0992420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T15:59:52.1006644Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T15:59:52.1059265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T15:59:52.1073742Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T15:59:52.1343066Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T15:59:52.1356360Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T15:59:52.1784951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T15:59:52.1798125Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T15:59:52.1919790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T15:59:52.1932976Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T15:59:52.2231191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T15:59:52.2244282Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T15:59:52.2346931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T15:59:52.2361964Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T15:59:52.2726286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T15:59:52.2739710Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T15:59:52.2780280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T15:59:52.2793535Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T15:59:52.2946462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T15:59:52.2960126Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T15:59:52.3116149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T15:59:52.3129846Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T15:59:52.3278541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T15:59:52.3291663Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T15:59:52.4281698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T15:59:52.4298652Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T15:59:52.4567993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T15:59:52.4580122Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T15:59:52.4675189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T15:59:52.4690242Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T15:59:52.5000278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T15:59:52.5014961Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T15:59:52.5113919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T15:59:52.5127793Z [gw0] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T15:59:52.5168659Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T15:59:52.5181521Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T15:59:52.5219841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T15:59:52.5233627Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T15:59:52.5270795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T15:59:52.5284738Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T15:59:52.5322738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T15:59:52.5335562Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T15:59:52.5373726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T15:59:52.5386560Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T15:59:52.5424456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T15:59:52.5437349Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T15:59:52.5473282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T15:59:52.5486102Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T15:59:52.5528013Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T15:59:52.5542448Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T15:59:52.5580392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T15:59:52.5594570Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T15:59:52.5632960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T15:59:52.5647352Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T15:59:52.5685926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T15:59:52.5698560Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T15:59:52.5736085Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T15:59:52.5748863Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T15:59:52.5787506Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T15:59:52.5801486Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T15:59:52.5838047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T15:59:52.5850822Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T15:59:52.5888791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T15:59:52.5899823Z [gw0] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T15:59:52.9010748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T15:59:52.9023199Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:53.1432445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:53.1444448Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:53.2556507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:53.2560621Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T15:59:53.2586683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T15:59:53.2600716Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T15:59:53.2760818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T15:59:53.2774692Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:53.2848602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:53.2852491Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:53.3695319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:53.3707941Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:53.5965642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:53.5971203Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:53.6597692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:53.6614863Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:53.7343069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:53.7355518Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:53.8738316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:53.8746428Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T15:59:54.2985223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T15:59:54.2997996Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T15:59:54.5470227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:54.5484274Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:54.5556791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:54.5565840Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:54.6029324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T15:59:54.6037616Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T15:59:54.6083490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T15:59:54.6096586Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T15:59:54.6140023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T15:59:54.6148797Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T15:59:54.6412811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T15:59:54.6425215Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T15:59:54.6812518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T15:59:54.6829854Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T15:59:54.6848399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:59:54.6861821Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:59:54.6903039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T15:59:54.6915738Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T15:59:54.6957460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:54.6970034Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:54.7172066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T15:59:54.7183009Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T15:59:54.7437092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T15:59:54.7443019Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T15:59:54.7662423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T15:59:54.7676718Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T15:59:54.7718684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:59:54.7731060Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:59:54.7769164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:59:54.7781219Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:59:54.7805607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:54.7818146Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:54.7861854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T15:59:54.7872048Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T15:59:54.8188844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T15:59:54.8200802Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T15:59:54.8298789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T15:59:54.8311247Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T15:59:54.8626568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T15:59:54.8641642Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T15:59:54.8678328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T15:59:54.8690459Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:54.9311452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:54.9320290Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T15:59:55.0062270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T15:59:55.0073849Z [gw2] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:55.0228554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:55.0250074Z [gw0] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T15:59:55.0981465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T15:59:55.0995095Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:55.1377281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:55.1391370Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T15:59:55.1405264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T15:59:55.1418132Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:55.1647939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:55.1652920Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:55.2203809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:55.2216911Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T15:59:56.1283954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T15:59:56.1297376Z [gw2] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:56.9355793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:56.9369228Z [gw0] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T15:59:56.9412253Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:56.9423957Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:56.9462708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:56.9475258Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:56.9513100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:56.9525924Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:56.9557811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:56.9568488Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:56.9598861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T15:59:56.9609099Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T15:59:56.9639395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T15:59:56.9650892Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T15:59:56.9690020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:56.9702343Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:56.9741544Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:56.9753457Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:56.9786469Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T15:59:56.9794696Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T15:59:56.9831847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T15:59:56.9843517Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T15:59:57.0132171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T15:59:57.0144555Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T15:59:57.0231813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T15:59:57.0244837Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T15:59:57.0478202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T15:59:57.0490092Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T15:59:57.1863864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T15:59:57.1876489Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T15:59:57.2124973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T15:59:57.2137241Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T15:59:57.2175562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:59:57.2185981Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:59:57.3635923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T15:59:57.3649140Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T15:59:57.3942785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T15:59:57.3954229Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T15:59:57.4605479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T15:59:57.4617903Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T15:59:58.2375787Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T15:59:58.2389381Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T15:59:58.3841135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T15:59:58.3853731Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T15:59:58.3893249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T15:59:58.3905936Z [gw0] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T15:59:58.6965275Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T15:59:58.6979933Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T15:59:58.7840297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T15:59:58.7840995Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T15:59:59.0096175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T15:59:59.0108239Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T15:59:59.0500535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T15:59:59.0519165Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T15:59:59.1964128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T15:59:59.1980942Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:59:59.2032112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:59:59.2046125Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T15:59:59.4452312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T15:59:59.4464810Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:59:59.6517743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:59:59.6530401Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:59:59.8478150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:59:59.8492078Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T15:59:59.9034733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T15:59:59.9047427Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T15:59:59.9320041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T15:59:59.9333998Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T16:00:00.0203520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T16:00:00.0217904Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T16:00:00.0569620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T16:00:00.0580478Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:00.0627911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:00.0641956Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T16:00:00.1353346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T16:00:00.1366152Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T16:00:00.2258306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T16:00:00.2270665Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:00.2323531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:00.2335758Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T16:00:00.3551089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T16:00:00.3562735Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T16:00:00.3598434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T16:00:00.3610237Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T16:00:00.4701400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T16:00:00.4712977Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T16:00:00.4913204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T16:00:00.4925103Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T16:00:00.5805041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:00.5817854Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T16:00:01.0701179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T16:00:01.0708665Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T16:00:01.0888796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T16:00:01.0889494Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T16:00:01.2698868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T16:00:01.2709440Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T16:00:01.3761134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T16:00:01.3773383Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:01.3888139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:01.3899593Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:01.4091011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:01.4102434Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:01.4114084Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T16:00:01.4114796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T16:00:01.4968892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:01.4982017Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T16:00:01.5019649Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T16:00:01.5031512Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T16:00:01.5069479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T16:00:01.5082638Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T16:00:01.6428464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T16:00:01.6442136Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:01.6983569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:01.6996790Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:01.7712196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:01.7724213Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:01.8133562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:01.8145335Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T16:00:01.8515349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T16:00:01.8526773Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T16:00:01.8617981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T16:00:01.8630862Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T16:00:02.0086928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:02.0099944Z [gw0] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:00:02.0646818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:02.0659642Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:02.1183997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T16:00:02.1196168Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T16:00:02.1354864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:02.1367854Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:02.3503344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:02.3529370Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:02.4058697Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:02.4071034Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:02.4398882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T16:00:02.4408227Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T16:00:02.4572216Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T16:00:02.4576539Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T16:00:02.5054655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T16:00:02.5059222Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T16:00:02.5193845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T16:00:02.5203548Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T16:00:02.6197090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T16:00:02.6216330Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T16:00:02.6479323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T16:00:02.6494370Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T16:00:02.7654764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:02.7667683Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:00:02.7711530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T16:00:02.7724844Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T16:00:02.8739973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T16:00:02.8751479Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T16:00:02.9845829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T16:00:02.9865352Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T16:00:02.9911969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T16:00:02.9931205Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T16:00:02.9976993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T16:00:02.9994899Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T16:00:03.0675376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T16:00:03.0688071Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:03.1752004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T16:00:03.1763733Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T16:00:03.3451351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T16:00:03.3687348Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T16:00:03.4068534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T16:00:03.4100710Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:03.4218142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:03.4219237Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T16:00:03.5244723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T16:00:03.5245577Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:03.5247423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:03.5248228Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T16:00:03.5485738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T16:00:03.5486494Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T16:00:03.6192203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:03.6204495Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:03.6486897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T16:00:03.6499145Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T16:00:03.6588097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:03.6599154Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:03.6922897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:03.6935708Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:03.7107491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:03.7119400Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:03.7464055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:03.7476469Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:03.9483804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:03.9496443Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:03.9986456Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T16:00:04.0004190Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:04.0112794Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:00:04.0124297Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T16:00:04.0411911Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T16:00:04.0424043Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:00:04.0973975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:04.0986391Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T16:00:04.1216719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T16:00:04.1229978Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T16:00:04.2069957Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:04.2083751Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:04.2314566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:04.2326769Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:04.2365118Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:04.2377410Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:04.2414529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:04.2426274Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:04.2463631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:04.2475514Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:04.2511857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:04.2523879Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:04.2559144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:04.2570618Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:04.2602645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:04.2612247Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:04.2714698Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:04.2716073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:00:04.2719486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:04.2723399Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:04.2726058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T16:00:04.2734201Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T16:00:04.3097797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:04.3104141Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:00:04.6800541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:00:04.6801351Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:00:04.7073326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T16:00:04.7093091Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T16:00:04.8233831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:04.8241349Z [gw0] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:05.1340510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:05.1349367Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:00:05.4478417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:05.4491574Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:05.8509361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:05.8510256Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:00:05.8569806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:05.8582723Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:00:06.3203967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:06.3230250Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:06.3237675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:06.3276728Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:00:06.4552283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:06.4564218Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:06.6090007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:00:06.6091035Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:06.7100327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T16:00:06.7115206Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:00:07.1717126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:07.1748285Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T16:00:07.2969601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T16:00:07.2981737Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T16:00:07.5143588Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:07.5168818Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:07.5961769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:07.5970375Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:07.6588110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:07.6602454Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:07.6834748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:07.6847338Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:00:07.6977352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:07.6989666Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:08.0332973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:08.0348101Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:00:08.0403256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:00:08.0416548Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:00:08.0544372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:08.0557532Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:08.0582151Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:00:08.0582968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:08.0789553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T16:00:08.0811697Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T16:00:08.1017283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T16:00:08.1033195Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T16:00:08.1206718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:08.1222487Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:08.2388916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:08.2411366Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:00:08.2668481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:08.2706156Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:08.2902572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:08.2914969Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:00:08.4295955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:08.4327459Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:00:08.4530490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:00:08.4544751Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:00:08.6493105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:08.6494076Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:00:08.6494750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:08.6495366Z [gw0] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:08.7287923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:08.7289558Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:00:08.7290294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T16:00:08.7291014Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:08.9849852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:08.9850898Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T16:00:09.2732432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T16:00:09.2739776Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T16:00:09.2769781Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T16:00:09.2789177Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T16:00:09.2826795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T16:00:09.2827513Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T16:00:09.3036008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T16:00:09.3037076Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T16:00:09.9157415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T16:00:09.9170993Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T16:00:09.9193749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:09.9206630Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:09.9810541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T16:00:09.9822488Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T16:00:11.1445550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T16:00:11.1459690Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T16:00:12.2744444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T16:00:12.2793914Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:12.3611699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:00:12.3624300Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:12.8137517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:12.8151672Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:00:13.1748974Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:13.1749826Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:13.2276399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:00:13.2291705Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:00:13.2662983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:13.2677236Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:13.5251462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:13.5262993Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:13.5794935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:13.5807919Z [gw0] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:00:13.5842170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:13.5854681Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:13.5878626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:13.5894895Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:13.5907290Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:13.5908094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:13.5942401Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:13.5955397Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:13.5993935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:13.6006403Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:00:13.6046978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:13.6059233Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:13.6102482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:13.6115476Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:13.6137182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:13.6151937Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:13.6174170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:00:13.6187046Z [gw0] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:00:13.7418377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:13.7429720Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:13.9238084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:13.9238909Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:13.9657722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:13.9658628Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:13.9691717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:13.9863642Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:13.9864364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:13.9864986Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:13.9865606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:13.9866588Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:14.0077339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:14.0077993Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:14.1064291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:14.1075383Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:14.1274317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:14.1285642Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:14.2931749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T16:00:14.2988922Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T16:00:14.2990305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T16:00:14.3001954Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T16:00:14.3038428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T16:00:14.3050247Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T16:00:14.3210032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T16:00:14.3224677Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T16:00:14.3384065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T16:00:14.3401834Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T16:00:14.5529882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T16:00:14.5542601Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T16:00:14.7548749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T16:00:14.7561077Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T16:00:14.8478861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:14.8487995Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:14.8609393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:14.8622937Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T16:00:14.9348902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T16:00:14.9360914Z [gw3] [ 29%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:14.9628203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T16:00:14.9641403Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T16:00:14.9675744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T16:00:14.9688611Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T16:00:15.0099377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T16:00:15.0112058Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T16:00:15.1834030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T16:00:15.1847118Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T16:00:15.2306126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T16:00:15.2318159Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T16:00:15.3205966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:15.3214720Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:15.3407799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:15.3419753Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:15.3454415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:15.3466194Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:15.3498212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:15.3508850Z [gw3] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:00:15.3868197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T16:00:15.3882656Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T16:00:15.3965486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T16:00:15.3977248Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T16:00:15.4860600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T16:00:15.4873941Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T16:00:15.7736114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T16:00:15.7749590Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T16:00:15.9740907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:15.9756638Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:15.9868209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:15.9880153Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T16:00:16.1065431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T16:00:16.1077395Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:16.1531709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T16:00:16.1543606Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T16:00:16.2283621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:16.2295957Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T16:00:16.2367121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T16:00:16.2380022Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T16:00:16.2509603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T16:00:16.2522348Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T16:00:16.2604849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T16:00:16.2618443Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T16:00:16.2698771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T16:00:16.2710647Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T16:00:16.2891832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:16.2904281Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:16.3004649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T16:00:16.3017718Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:16.3059258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T16:00:16.3072901Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T16:00:16.3110435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T16:00:16.3123256Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T16:00:16.3145260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:16.3157728Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:16.3197016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:16.3209348Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:16.3245699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:16.3261083Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:16.3266548Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T16:00:16.3278513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:16.3297804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T16:00:16.3310768Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:16.3535862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T16:00:16.3536949Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T16:00:16.3545922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:16.3561971Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:16.3605045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:16.3617183Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:16.3788730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T16:00:16.3800919Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T16:00:16.4181910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T16:00:16.4195307Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T16:00:16.4355154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T16:00:16.4368562Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T16:00:16.5033762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T16:00:16.5046918Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T16:00:16.5655015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T16:00:16.5668854Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T16:00:16.5998814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T16:00:16.6011974Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T16:00:16.6208269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T16:00:16.6220932Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T16:00:16.6721747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:16.6734447Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T16:00:16.7325859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T16:00:16.7340303Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T16:00:16.7539185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T16:00:16.7554183Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T16:00:16.8815081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T16:00:16.8828003Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:16.8942599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:16.8956542Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T16:00:16.9365149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T16:00:16.9382596Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:00:16.9387067Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T16:00:16.9398936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:17.6943618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T16:00:17.6957291Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T16:00:18.3784044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T16:00:18.3797599Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T16:00:18.3835443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T16:00:18.3845604Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T16:00:18.3910037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T16:00:18.3921622Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T16:00:18.4704770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T16:00:18.4719618Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T16:00:18.5489363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T16:00:18.5515472Z [gw1] [ 30%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T16:00:18.5870891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T16:00:18.5871521Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T16:00:19.1372114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T16:00:19.1387844Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T16:00:19.8204025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T16:00:19.8214478Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T16:00:19.8253819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T16:00:19.8266133Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T16:00:20.1146312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T16:00:20.1160734Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T16:00:20.2264994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T16:00:20.2277824Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T16:00:20.2438876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T16:00:20.2451246Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T16:00:20.3900849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T16:00:20.3914746Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T16:00:20.6608018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T16:00:20.6621575Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T16:00:20.6753949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T16:00:20.6768077Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T16:00:20.6806949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T16:00:20.6820125Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T16:00:20.6924112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T16:00:20.6937430Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T16:00:20.6961063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T16:00:20.6974512Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T16:00:20.6995934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T16:00:20.7008417Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T16:00:20.7046446Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T16:00:20.7058813Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T16:00:20.7093370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T16:00:20.7106394Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T16:00:20.7144770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T16:00:20.7158385Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T16:00:20.7194483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T16:00:20.7206839Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T16:00:20.7244120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T16:00:20.7256503Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T16:00:20.7290724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T16:00:20.7303169Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T16:00:20.7467859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T16:00:20.7481710Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T16:00:20.7543987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T16:00:20.7557369Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T16:00:21.1844784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T16:00:21.1858876Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:22.0583467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:22.0594257Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:22.1543685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:22.1551785Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:23.3288663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T16:00:23.3304656Z [gw0] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:23.9093236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:23.9107303Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T16:00:24.4899234Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T16:00:24.4912213Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T16:00:24.6637110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:24.6649723Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:24.7362324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T16:00:24.7376853Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T16:00:24.7731611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:24.7746286Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:00:24.7851774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:24.7864357Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:00:24.8611335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:24.8625095Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:24.8641701Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T16:00:24.8642385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T16:00:24.8828840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:24.8842079Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:24.8965742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T16:00:24.8977696Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T16:00:24.9089922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T16:00:24.9104096Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T16:00:24.9939645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T16:00:24.9951527Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T16:00:25.0018981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T16:00:25.0032757Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T16:00:25.0237770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T16:00:25.0251376Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T16:00:25.0259878Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T16:00:25.0269177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:25.0752830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T16:00:25.0764779Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T16:00:25.0975468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:25.0987163Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:25.1008350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:25.1021057Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:00:25.1041768Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:25.1052746Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:25.1073306Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:25.1085366Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:00:25.1109765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:25.1120952Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:25.1338731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T16:00:25.1350642Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T16:00:25.1423848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T16:00:25.1435560Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T16:00:25.3029139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T16:00:25.3041616Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T16:00:25.3431149Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T16:00:25.3442662Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T16:00:25.3983839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T16:00:25.3997040Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:25.5418598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:25.5426814Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:25.5739244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T16:00:25.5751301Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T16:00:25.6134509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T16:00:25.6145438Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T16:00:25.6310735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:25.6322342Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T16:00:25.6482317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T16:00:25.6494203Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:00:25.7998103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:25.8007303Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T16:00:25.8376981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T16:00:25.8387778Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T16:00:26.3177239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T16:00:26.3192241Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:00:26.4234956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:26.4247502Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T16:00:26.6083042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T16:00:26.6098153Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T16:00:26.6578284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T16:00:26.6591473Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:00:26.6629281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T16:00:26.6643850Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T16:00:26.6681117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T16:00:26.6712885Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T16:00:26.6996393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T16:00:26.7004895Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T16:00:26.7087025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T16:00:26.7098097Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T16:00:26.7607892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T16:00:26.7608559Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T16:00:26.7609142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T16:00:26.7609742Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T16:00:26.7610294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T16:00:26.7610851Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T16:00:26.7834671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T16:00:26.7840988Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T16:00:26.7933505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T16:00:26.7943692Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T16:00:26.8068130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T16:00:26.8081278Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T16:00:26.8277061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:26.8290096Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T16:00:26.8345129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T16:00:26.8354295Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:00:26.8363951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:26.8376595Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T16:00:26.8414589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T16:00:26.8425931Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T16:00:26.8459205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T16:00:26.8467860Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:00:26.8478482Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T16:00:26.8479252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T16:00:26.8516333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T16:00:26.8531049Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T16:00:26.8542889Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T16:00:26.8544297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T16:00:26.8578128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T16:00:26.8590567Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T16:00:26.8603073Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T16:00:26.8606111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T16:00:26.8641248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T16:00:26.8653184Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T16:00:26.8693093Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T16:00:26.8704076Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T16:00:26.8739458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T16:00:26.8750594Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T16:00:26.8761680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T16:00:26.8769917Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T16:00:26.9043193Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T16:00:26.9054441Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T16:00:26.9134860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T16:00:26.9146953Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T16:00:26.9286401Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T16:00:26.9297349Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T16:00:26.9367318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T16:00:26.9378215Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T16:00:26.9592792Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T16:00:26.9603334Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T16:00:26.9679622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T16:00:26.9690699Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T16:00:26.9941343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T16:00:26.9957435Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T16:00:26.9966203Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T16:00:26.9969330Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T16:00:27.0241261Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T16:00:27.0256369Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T16:00:27.0298084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T16:00:27.0313595Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T16:00:27.0353671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T16:00:27.0368615Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T16:00:27.0409631Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T16:00:27.0424430Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T16:00:27.0431759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T16:00:27.0442800Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T16:00:27.0462333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T16:00:27.0476783Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T16:00:27.0516881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T16:00:27.0531495Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T16:00:27.0568787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T16:00:27.0586519Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T16:00:27.0594436Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T16:00:27.0600836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T16:00:27.0625079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T16:00:27.0639971Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T16:00:27.0676587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T16:00:27.0690981Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T16:00:27.0807364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T16:00:27.0820391Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T16:00:27.0857522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T16:00:27.0870484Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T16:00:27.0906915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T16:00:27.0921209Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T16:00:27.2105797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T16:00:27.2118681Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T16:00:27.2158750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T16:00:27.2173415Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T16:00:27.2206710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T16:00:27.2216286Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T16:00:27.2232428Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T16:00:27.2233002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T16:00:27.2267930Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T16:00:27.2281406Z [gw3] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T16:00:27.2646158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T16:00:27.2658666Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T16:00:27.3104633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T16:00:27.3117375Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T16:00:27.3238907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T16:00:27.3250951Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T16:00:27.3592270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T16:00:27.3604552Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T16:00:27.3627968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T16:00:27.3651481Z [gw0] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:27.3721982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:27.3733646Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T16:00:27.4346513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T16:00:27.4358961Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T16:00:27.4530576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T16:00:27.4542380Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T16:00:27.4584680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T16:00:27.4597622Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T16:00:27.4638254Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T16:00:27.4650728Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T16:00:27.4689950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T16:00:27.4702296Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T16:00:27.4743752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T16:00:27.4755676Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T16:00:27.4955179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T16:00:27.4968345Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T16:00:27.5042088Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T16:00:27.5054948Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T16:00:27.5252543Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T16:00:27.5265406Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T16:00:27.5339261Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T16:00:27.5352372Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T16:00:27.6707775Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T16:00:27.6720223Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T16:00:27.7063726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T16:00:27.7075365Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T16:00:27.8818154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T16:00:27.8827588Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T16:00:27.9121325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T16:00:27.9161433Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T16:00:27.9246317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T16:00:27.9259723Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:27.9889788Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:27.9900871Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T16:00:27.9931080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:27.9939707Z [gw2] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:00:28.0066662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T16:00:28.0079980Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T16:00:28.0089851Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T16:00:28.0097722Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T16:00:28.0797104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T16:00:28.0810645Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T16:00:28.0871510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T16:00:28.0888170Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T16:00:28.0977746Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T16:00:28.0990170Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T16:00:28.1013987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T16:00:28.1025079Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T16:00:28.1052010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:28.1057760Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:28.1067534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T16:00:28.1084362Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T16:00:28.1354160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T16:00:28.1361641Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T16:00:28.1456878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T16:00:28.1469312Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T16:00:28.2426680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T16:00:28.2438652Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T16:00:28.2950143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T16:00:28.2962093Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T16:00:28.3300057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T16:00:28.3313334Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T16:00:28.4285899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T16:00:28.4298236Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T16:00:28.4525247Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T16:00:28.4537256Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T16:00:28.5635594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T16:00:28.5648132Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T16:00:28.5905307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T16:00:28.5915775Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T16:00:28.6650747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:28.6662854Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:00:28.7396239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:28.7408661Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:28.7629516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:28.7646650Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T16:00:28.7687287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T16:00:28.7700260Z [gw2] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T16:00:28.7738851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T16:00:28.7751003Z [gw2] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T16:00:28.8066935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T16:00:28.8078824Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:00:28.8420588Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:28.8433812Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T16:00:28.8909677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T16:00:28.8921179Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:28.9192371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:28.9204600Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T16:00:28.9497901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T16:00:28.9509479Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:00:28.9547863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T16:00:28.9576335Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T16:00:29.0083713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:29.0095920Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T16:00:29.0259926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T16:00:29.0276903Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T16:00:29.0322341Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T16:00:29.0323037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T16:00:29.0328097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T16:00:29.0346187Z [gw2] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T16:00:29.0458039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T16:00:29.0472578Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T16:00:29.1162093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T16:00:29.1176009Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T16:00:29.1272263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T16:00:29.1284081Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:00:29.1330103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:29.1342941Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T16:00:29.1521729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T16:00:29.1535292Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T16:00:29.1975945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T16:00:29.1989227Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T16:00:29.2366443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:29.2379184Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T16:00:29.2959816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T16:00:29.2971730Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:29.3388576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T16:00:29.3401724Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T16:00:29.3527476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T16:00:29.3539255Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T16:00:29.3713161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T16:00:29.3725317Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T16:00:29.3876553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T16:00:29.3889113Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T16:00:29.3943449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T16:00:29.3955179Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T16:00:29.3990273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T16:00:29.4001814Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T16:00:29.4035467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T16:00:29.4047287Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T16:00:29.4192968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T16:00:29.4193651Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:00:29.4226108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T16:00:29.4238313Z [gw2] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T16:00:29.4285444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T16:00:29.4296949Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T16:00:29.4377674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T16:00:29.4388821Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T16:00:29.4441846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T16:00:29.4452829Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T16:00:29.4460863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T16:00:29.4473336Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T16:00:29.4487728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T16:00:29.4500650Z [gw1] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T16:00:29.4511114Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T16:00:29.4523273Z [gw2] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T16:00:29.4600936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T16:00:29.4614151Z [gw2] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T16:00:29.4648343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T16:00:29.4661162Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T16:00:29.4722250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T16:00:29.4734294Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T16:00:29.4977054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T16:00:29.4989499Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T16:00:29.5020477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T16:00:29.5031712Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T16:00:29.5123426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T16:00:29.5135031Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T16:00:29.5276585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T16:00:29.5288834Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T16:00:29.5343111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T16:00:29.5354551Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T16:00:29.5734408Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T16:00:29.5743359Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T16:00:29.5755556Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T16:00:29.5756157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T16:00:29.5919376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T16:00:29.5932485Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T16:00:29.6086824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T16:00:29.6100261Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T16:00:29.6338700Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:29.6351587Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T16:00:29.6446235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T16:00:29.6459342Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:29.6501106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:29.6514498Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T16:00:29.6598132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T16:00:29.6612078Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:00:29.6957336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T16:00:29.6968766Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T16:00:29.7075766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T16:00:29.7089143Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T16:00:29.7230139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T16:00:29.7241767Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T16:00:29.7777568Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T16:00:29.7790593Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T16:00:29.7811874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:29.7823648Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:00:29.7842903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:29.7854013Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:29.7886627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T16:00:29.7897661Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T16:00:29.7929613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T16:00:29.7940738Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T16:00:29.7972152Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T16:00:29.7984457Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T16:00:29.8016647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T16:00:29.8028346Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T16:00:29.8040852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T16:00:29.8053409Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T16:00:29.8062321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T16:00:29.8074476Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T16:00:29.8113348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:29.8125925Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:29.8163410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:29.8176302Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:29.8198966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:29.8211552Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:29.8233690Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:29.8245820Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:29.8261847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T16:00:29.8273260Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T16:00:29.8329370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T16:00:29.8341580Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T16:00:29.8431439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T16:00:29.8444002Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T16:00:29.8485686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:29.8497856Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:29.8534374Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:29.8546970Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:00:29.8630321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T16:00:29.8642125Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T16:00:29.8741260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T16:00:29.8754844Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T16:00:29.8779355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T16:00:29.8790682Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T16:00:29.8862407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T16:00:29.8874855Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T16:00:29.8893836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:29.8920250Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:29.8921159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:29.8926075Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:00:29.8934754Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:29.8948113Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T16:00:29.8956738Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:29.8965075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T16:00:29.9058954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T16:00:29.9073686Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T16:00:29.9107165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:29.9118865Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:29.9152804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:29.9165170Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:00:29.9202992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:29.9215672Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:29.9253461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:29.9265867Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:00:29.9354489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T16:00:29.9365219Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T16:00:29.9449979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T16:00:29.9462797Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T16:00:29.9604773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:29.9619800Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T16:00:29.9648295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T16:00:29.9660078Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T16:00:29.9668208Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T16:00:29.9675567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T16:00:29.9679860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:29.9692122Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:29.9709537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:29.9724130Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:29.9728469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T16:00:29.9739453Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:00:29.9771790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:29.9784798Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:29.9804220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:29.9814981Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:00:29.9835618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:29.9845028Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:29.9859697Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T16:00:29.9864954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:29.9866810Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T16:00:29.9877237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T16:00:29.9881548Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T16:00:29.9896316Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:29.9917180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:29.9929378Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:29.9969349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:29.9989683Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:00:30.0007675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T16:00:30.0023380Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T16:00:30.0041968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:30.0052943Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:00:30.0089388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:30.0098774Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:00:30.0316002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:30.0328340Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T16:00:30.0368108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T16:00:30.0382109Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T16:00:30.0485139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T16:00:30.0496459Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:00:30.0518184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:30.0528947Z [gw2] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:00:30.0735221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T16:00:30.0751071Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T16:00:30.0878791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T16:00:30.0926158Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T16:00:30.1365432Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T16:00:30.1557892Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T16:00:30.1558753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T16:00:30.1580963Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T16:00:30.1765454Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T16:00:30.1772528Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T16:00:30.2119909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T16:00:30.2120820Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T16:00:30.2595905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T16:00:30.2609747Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T16:00:30.2625441Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T16:00:30.2626176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T16:00:30.2793449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T16:00:30.2808521Z [gw0] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:30.2876876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:30.2884396Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T16:00:30.3048401Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T16:00:30.3051503Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T16:00:30.3120057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T16:00:30.3130092Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T16:00:30.3319204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T16:00:30.3319875Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T16:00:30.3426259Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T16:00:30.3434693Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T16:00:30.3453050Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T16:00:30.3453745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T16:00:30.3555610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T16:00:30.3565353Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T16:00:30.3582348Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T16:00:30.3583089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T16:00:30.3796986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T16:00:30.3798006Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T16:00:30.3879419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:30.3893434Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:30.4010718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:30.4019845Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T16:00:30.4037179Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:00:30.4037979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T16:00:30.4192011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T16:00:30.4205462Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T16:00:30.4367909Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T16:00:30.4376280Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T16:00:30.4396130Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T16:00:30.4396870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T16:00:30.5675177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T16:00:30.5697606Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T16:00:30.5787838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T16:00:30.5800627Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T16:00:30.5951013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T16:00:30.5963644Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T16:00:30.6012452Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T16:00:30.6027421Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T16:00:30.6376064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T16:00:30.6389090Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T16:00:30.6607555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T16:00:30.6620585Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T16:00:30.6627135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T16:00:30.6637637Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T16:00:30.6839924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:30.6850062Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T16:00:30.8334814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T16:00:30.8346008Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T16:00:30.8691155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T16:00:30.8702262Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T16:00:30.9396296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T16:00:30.9409690Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:00:30.9421773Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:30.9436179Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T16:00:30.9806285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T16:00:30.9819607Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T16:00:31.0026651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T16:00:31.0042546Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:00:31.0233684Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:31.0251770Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T16:00:31.1710122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T16:00:31.1724115Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T16:00:31.2058565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T16:00:31.2071647Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T16:00:31.2988649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T16:00:31.2995596Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:31.3483856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:31.3501336Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:00:31.3660028Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T16:00:31.3673845Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T16:00:31.3782817Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T16:00:31.3798873Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T16:00:31.3873057Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:31.3885800Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:00:31.4003136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:31.4012065Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:31.4026587Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T16:00:31.4030031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T16:00:31.4116291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T16:00:31.4128674Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T16:00:31.4354452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T16:00:31.4367911Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T16:00:31.4704756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T16:00:31.4717825Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T16:00:31.4785385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T16:00:31.4798281Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T16:00:31.4996215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T16:00:31.5010229Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T16:00:31.5137008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T16:00:31.5149498Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T16:00:31.5216036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T16:00:31.5229703Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T16:00:31.5301448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T16:00:31.5313945Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T16:00:31.5432331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T16:00:31.5444476Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T16:00:31.5464905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T16:00:31.5477185Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T16:00:31.6689314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T16:00:31.6702607Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T16:00:31.6947641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T16:00:31.6961352Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T16:00:31.6995342Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T16:00:31.7007453Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T16:00:31.7149459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T16:00:31.7159566Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T16:00:31.7217049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T16:00:31.7228898Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T16:00:31.7437969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:31.7450132Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:00:31.7681163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:31.7692399Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:00:31.7898208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:31.7909141Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:00:31.7990472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T16:00:31.8001715Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T16:00:31.8658060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T16:00:31.8670094Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T16:00:31.8827720Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T16:00:31.8840774Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T16:00:31.8928564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T16:00:31.8941586Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T16:00:32.1157150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T16:00:32.1166278Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T16:00:32.1612075Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T16:00:32.1623071Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T16:00:32.1652574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T16:00:32.1663656Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T16:00:32.1690020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T16:00:32.1700191Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T16:00:32.2252907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T16:00:32.2264721Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T16:00:32.2416228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T16:00:32.2422500Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T16:00:32.2885177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T16:00:32.2898560Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T16:00:32.2933514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T16:00:32.2946506Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T16:00:32.2978988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T16:00:32.2991761Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T16:00:32.3098796Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T16:00:32.3111826Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T16:00:32.3170765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T16:00:32.3181774Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T16:00:32.3217046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T16:00:32.3228615Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T16:00:32.3266580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T16:00:32.3277886Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T16:00:32.3320101Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T16:00:32.3331231Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T16:00:32.3364993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T16:00:32.3378081Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T16:00:32.3411740Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T16:00:32.3422783Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T16:00:32.3456371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T16:00:32.3467180Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T16:00:32.3499355Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T16:00:32.3510114Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T16:00:32.3543132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T16:00:32.3554469Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T16:00:32.3585898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T16:00:32.3596993Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T16:00:32.3628454Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T16:00:32.3639533Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T16:00:32.3676292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T16:00:32.3688314Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T16:00:32.3869283Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:32.3881747Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:00:32.4122650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:32.4132688Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:00:32.4438377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:32.4450412Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:00:32.4648626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:32.4660785Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:32.5094274Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:32.5106363Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:00:32.5504552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:32.5517105Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:00:32.5739371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:32.5751266Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:00:32.5931424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:32.5942815Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:32.6142145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:32.6154271Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:00:32.6601012Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:32.6613015Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:00:32.8028160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:32.8041374Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:00:32.9755602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:32.9768695Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:33.0571906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:33.0585523Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:00:33.0662573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T16:00:33.0673980Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T16:00:33.4821110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:33.4834343Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T16:00:33.5962966Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T16:00:33.5963839Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:00:33.6628491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:33.6629334Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:34.0850095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:34.0862975Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T16:00:35.5164621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T16:00:35.5179791Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:00:35.6214737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:35.6225976Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:00:35.8788165Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:35.8798902Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:00:35.9098974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:35.9109209Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:35.9504208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:35.9514482Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:00:36.0181970Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:36.0192141Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:00:36.0472482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:36.0481472Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:00:36.0781331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:36.0788881Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:36.1162276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:36.1172508Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:00:38.4174475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:38.4188838Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T16:00:38.5026742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T16:00:38.5040044Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T16:00:38.5346595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T16:00:38.5359136Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T16:00:38.5596486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T16:00:38.5607616Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T16:00:38.5689469Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T16:00:38.5700487Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T16:00:38.6108833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T16:00:38.6120389Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T16:00:38.6251223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T16:00:38.6262325Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T16:00:38.6848771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T16:00:38.6860374Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T16:00:38.7010555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T16:00:38.7022719Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T16:00:38.7162289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T16:00:38.7174703Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T16:00:38.7230699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T16:00:38.7242749Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T16:00:38.7335272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T16:00:38.7345242Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T16:00:38.7384998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T16:00:38.7395628Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T16:00:38.8691731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T16:00:38.8702106Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T16:00:38.9059648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T16:00:38.9069985Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T16:00:38.9315931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T16:00:38.9326538Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T16:00:38.9397307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T16:00:38.9407572Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T16:00:39.0835875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T16:00:39.0849655Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T16:00:39.1366539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T16:00:39.1378839Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T16:00:39.2772585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T16:00:39.2786430Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T16:00:39.3341189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T16:00:39.3353168Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T16:00:39.3391463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T16:00:39.3402468Z [gw1] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T16:00:39.3494313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T16:00:39.3505812Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T16:00:39.3784835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T16:00:39.3796970Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T16:00:39.3898929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T16:00:39.3909447Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T16:00:39.3960334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T16:00:39.3970734Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T16:00:39.4537459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T16:00:39.4550766Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T16:00:39.4711350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T16:00:39.4723591Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T16:00:39.5916187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T16:00:39.5928385Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T16:00:39.6204758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T16:00:39.6217172Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T16:00:39.7346303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T16:00:39.7359200Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T16:00:39.7648692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T16:00:39.7659352Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T16:00:40.0305897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T16:00:40.0318541Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T16:00:40.0984316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T16:00:40.0997724Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T16:00:40.1888943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T16:00:40.1900875Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T16:00:40.2144713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T16:00:40.2156628Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T16:00:40.2815933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T16:00:40.2827689Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T16:00:40.3046668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T16:00:40.3059120Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T16:00:40.4142284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T16:00:40.4155196Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T16:00:40.4430240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T16:00:40.4442236Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T16:00:40.4498493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T16:00:40.4510607Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T16:00:40.6112988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T16:00:40.6121499Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T16:00:40.6571206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T16:00:40.6583572Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T16:00:40.7197591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T16:00:40.7209915Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T16:00:40.7388908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T16:00:40.7401865Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T16:00:40.9399706Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T16:00:40.9411895Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T16:00:40.9887255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T16:00:40.9900231Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T16:00:40.9934473Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T16:00:40.9945781Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T16:00:40.9978196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T16:00:40.9989394Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T16:00:41.0024601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T16:00:41.0033251Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T16:00:41.0064990Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T16:00:41.0075969Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T16:00:41.0737748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T16:00:41.0749271Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T16:00:41.0913373Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T16:00:41.0925813Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T16:00:41.1420074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T16:00:41.1432067Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T16:00:41.1633625Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T16:00:41.1644940Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T16:00:41.2963464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T16:00:41.2975546Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T16:00:41.3316595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T16:00:41.3327826Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T16:00:41.3594698Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T16:00:41.3606001Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T16:00:41.3663479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T16:00:41.3674474Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T16:00:41.3730680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T16:00:41.3741460Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T16:00:41.4066236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T16:00:41.4077539Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T16:00:41.4180311Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T16:00:41.4192913Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T16:00:41.4259042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T16:00:41.4271677Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T16:00:41.4686767Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T16:00:41.4694712Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T16:00:41.4804793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T16:00:41.4814419Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T16:00:41.5104948Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T16:00:41.5112874Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T16:00:41.5203996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T16:00:41.5215327Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T16:00:41.5475143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T16:00:41.5482947Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T16:00:41.5556835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T16:00:41.5565353Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T16:00:41.6054602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T16:00:41.6066233Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T16:00:41.6230681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T16:00:41.6243295Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T16:00:41.6504807Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T16:00:41.6517842Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T16:00:41.6742840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T16:00:41.6756929Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T16:00:41.6836142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T16:00:41.6848545Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T16:00:41.6883036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T16:00:41.6894305Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T16:00:41.6927081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T16:00:41.6939692Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T16:00:41.6974223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T16:00:41.6982953Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T16:00:41.7017608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T16:00:41.7029385Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T16:00:41.7652573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T16:00:41.7664913Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T16:00:41.7797490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T16:00:41.7809148Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T16:00:41.8366367Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T16:00:41.8375088Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T16:00:41.8517676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T16:00:41.8528722Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T16:00:42.4029442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T16:00:42.4042031Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T16:00:42.5155399Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T16:00:42.5169690Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T16:00:43.0087636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T16:00:43.0101374Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T16:00:43.1086698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T16:00:43.1098928Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T16:00:43.7935641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T16:00:43.7948979Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T16:00:43.9225619Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T16:00:43.9237938Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T16:00:45.1453177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:00:45.1465654Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:00:45.3913219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T16:00:45.3927078Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T16:00:45.5126936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T16:00:45.5143017Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T16:00:46.0912758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T16:00:46.0925180Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T16:00:46.2049913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T16:00:46.2062194Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T16:00:46.2083688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T16:00:46.2095232Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T16:00:46.2115646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T16:00:46.2127079Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T16:00:46.7137158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T16:00:46.7149108Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T16:00:46.8160472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T16:00:46.8172748Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T16:00:47.4756018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T16:00:47.4768754Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T16:00:48.0999644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T16:00:48.1012064Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T16:00:48.1048020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:00:48.1059378Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:00:48.1094613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:00:48.1104782Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:00:48.8094289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:48.8106900Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:00:48.9532598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:48.9543364Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:00:49.5128360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:49.5139836Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:00:49.6228897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:49.6242401Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:00:49.7954164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:49.7966548Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:00:49.7988137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:49.8011441Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:00:50.2668593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:50.2684390Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T16:00:50.2781195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T16:00:50.2792426Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T16:00:50.3045961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T16:00:50.3056983Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T16:00:50.3158267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T16:00:50.3166779Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T16:00:50.4194543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T16:00:50.4207461Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T16:00:50.5247113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T16:00:50.5255643Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T16:00:50.5340426Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T16:00:50.5347489Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T16:00:50.7207872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T16:00:50.7219840Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:00:50.7278969Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:00:50.7290922Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T16:00:51.2531307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T16:00:51.2543054Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T16:00:51.4868809Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T16:00:51.4879943Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T16:00:51.6703969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T16:00:51.6716424Z [gw3] [ 37%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:00:51.7558097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:51.7583578Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:00:51.8497443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:51.8508834Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:51.9678151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:51.9689180Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:00:51.9764688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T16:00:51.9776613Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T16:00:51.9829108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:51.9840250Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T16:00:52.0492145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T16:00:52.0503289Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T16:00:52.0640218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T16:00:52.0653154Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:00:52.0760960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:52.0773948Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:52.1332323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:52.1344734Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:00:52.1517291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:52.1529564Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T16:00:52.1567862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T16:00:52.1580382Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T16:00:52.2134646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T16:00:52.2147019Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T16:00:52.2263189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T16:00:52.2276058Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T16:00:52.2479858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T16:00:52.2492938Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T16:00:52.2723682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T16:00:52.2735315Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T16:00:52.3178318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T16:00:52.3191146Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T16:00:52.3230690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T16:00:52.3243100Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T16:00:52.7035757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:52.7047163Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:00:52.7734016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:52.7745104Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:00:53.0169272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:53.0181775Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:53.3603809Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:53.3615963Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:00:53.7065993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:53.7075910Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:53.9365679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:53.9377304Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:53.9609138Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:53.9623812Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:55.1434756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:55.1445426Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:00:55.1576416Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:55.1587781Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:00:55.2133939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T16:00:55.2147119Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:00:55.2364057Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T16:00:55.2374828Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T16:00:55.3317643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:55.3331093Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:00:55.3574294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:55.3587758Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:00:55.3734849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:55.3748651Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:00:55.3754860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:55.3763581Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:55.3837384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:55.3849887Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:55.3965563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:55.3977127Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:00:55.4103726Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:55.4115278Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:00:55.4523302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:55.4534810Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:00:55.4829590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:55.4841591Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:55.5277911Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:55.5290406Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:00:55.5580402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:55.5592472Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:00:55.5884562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:55.5895988Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:00:55.6170472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:55.6182067Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:55.6407445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:55.6419418Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:00:55.6438242Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:55.6451406Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:55.6707723Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:55.6718690Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:00:55.7051210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:55.7063654Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:00:55.7556197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:55.7580107Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:55.8156997Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:55.8168376Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:00:55.8361312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:55.8371112Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:00:55.8615499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:55.8626491Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:00:55.8809872Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:55.8820866Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:56.0986564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:56.0999131Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T16:00:56.1562066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T16:00:56.1573436Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:00:56.2184360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T16:00:56.2195727Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T16:00:56.2589088Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:56.2600738Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:00:56.2656214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:56.2669354Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T16:00:56.2680701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T16:00:56.2692167Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:56.3152307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:56.3168650Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:56.3346440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T16:00:56.3359076Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:00:56.3872636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:56.3884902Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T16:00:56.9676250Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:56.9687673Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:57.0360702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:57.0373343Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:57.7361143Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:57.7372830Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:57.8832202Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T16:00:57.8843813Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T16:00:58.1660942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T16:00:58.1673115Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:00:58.3442383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:00:58.3453640Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T16:00:58.4398942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T16:00:58.4411472Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T16:00:58.4449493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T16:00:58.4461962Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T16:00:58.4497061Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T16:00:58.4508261Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T16:00:58.4543773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:58.4555050Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:58.4591074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T16:00:58.4602778Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T16:00:58.5896757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T16:00:58.5897493Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T16:00:58.7282891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T16:00:58.7294750Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T16:00:58.7329494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:58.7340579Z [gw2] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:58.7768706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T16:00:58.7780043Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T16:00:58.7860633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T16:00:58.7871746Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T16:00:58.7911497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T16:00:58.7922599Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T16:00:58.7955042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T16:00:58.7966570Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T16:00:58.7998641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T16:00:58.8009685Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T16:00:58.8045928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T16:00:58.8056706Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T16:00:58.8094609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T16:00:58.8105784Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T16:00:58.8137609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T16:00:58.8149169Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T16:00:58.8187705Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:58.8199074Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:58.8234407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:58.8244818Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:58.8263973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:58.8274710Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:58.8296047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:58.8306896Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:58.8950349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:58.8967359Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:58.9070267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:58.9083697Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:58.9480959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:58.9494516Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:59.0184679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T16:00:59.0196000Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T16:00:59.0332438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T16:00:59.0347449Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T16:00:59.1042371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T16:00:59.1051626Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T16:00:59.1176751Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T16:00:59.1192247Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T16:00:59.2918432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T16:00:59.2930613Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T16:00:59.3465416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T16:00:59.3466104Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T16:00:59.3599817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T16:00:59.3607891Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T16:00:59.4159508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T16:00:59.4171662Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T16:00:59.4301668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T16:00:59.4319733Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T16:00:59.9502046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:00:59.9510197Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:01:00.0479479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:01:00.0493694Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:01:00.2006677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:01:00.2020038Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T16:01:00.5803644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:01:00.5816471Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:01:00.6810366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:01:00.6823170Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:01:01.2442452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:01:01.2453903Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:01:01.3454811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:01:01.3467260Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:01:01.6852035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:01:01.6862777Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:01:01.8275980Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:01:01.8281134Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:02.2403988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:02.2414502Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:01:02.9011273Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:01:02.9023898Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:01:03.3882205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:01:03.3895196Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:01:03.4698205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:01:03.4710877Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:03.4736779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:03.4747728Z [gw3] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:03.5052831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:03.5065358Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:01:03.5478870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T16:01:03.5492194Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:01:03.6179666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:01:03.6191881Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:03.6232441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:03.6233288Z [gw3] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:03.6877291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:03.6888964Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T16:01:03.7899123Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T16:01:03.7912548Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:01:03.7954975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:01:03.7965642Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:01:03.8001817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:01:03.8016831Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:01:03.8057046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:01:03.8074739Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:01:03.8116239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:01:03.8127135Z [gw0] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:01:03.8342805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:01:03.8343852Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T16:01:03.8344558Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:01:03.8537314Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:01:03.8538097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T16:01:03.8538799Z [gw2] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T16:01:03.8539487Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T16:01:03.8541489Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:03.8597353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:03.8598176Z [gw3] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:03.9795116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:03.9970697Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:03.9971963Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T16:01:03.9973251Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T16:01:04.0018849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:04.0025048Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:04.0164828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:04.0305868Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:04.0306645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:04.0307383Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:04.0489126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:04.0496759Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:04.2015349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:04.2016153Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:04.2861804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:04.2876724Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T16:01:04.3247406Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:04.3248331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T16:01:04.3249047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:01:04.3249829Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:01:04.3743161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:04.3750961Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T16:01:04.4018467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T16:01:04.4035173Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:04.4246460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:04.4259371Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:04.4808985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:04.4809809Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T16:01:04.5123306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T16:01:04.5123972Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T16:01:04.5124566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T16:01:04.5125182Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T16:01:04.5150016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T16:01:04.5163034Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T16:01:04.6716770Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:01:04.6731337Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:01:04.7695000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:01:04.7707102Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:01:04.8133725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:01:04.8145747Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:01:04.8154486Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:01:04.8167135Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:04.8227872Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:04.8239709Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:01:04.9027588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:01:04.9040689Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:04.9951841Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:04.9963899Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:05.0192183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:05.0203349Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:05.0406863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:05.0418180Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:01:05.0831579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:01:05.0843472Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:01:05.0881265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T16:01:05.0892411Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T16:01:05.0927128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T16:01:05.0938132Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T16:01:05.0970333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T16:01:05.0981087Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T16:01:05.1207032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:01:05.1220020Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:05.1496294Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:05.1507518Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:05.2130038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:05.2142262Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:05.2385244Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:05.2398321Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:05.2574522Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:01:05.2587036Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:01:05.2795713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:05.2807914Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:05.2886142Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:05.2899528Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:05.3109915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:05.3122276Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:05.3160488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:05.3171815Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:01:05.3203574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:01:05.3216443Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:05.3706409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:05.3720027Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:01:05.4007589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T16:01:05.4019876Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:01:05.6032656Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:01:05.6043550Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:05.6331821Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:01:05.6341851Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:01:05.6488656Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:01:05.6498873Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:01:05.6595678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:01:05.6605929Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:01:05.6658212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:01:05.6669061Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:01:05.6745307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:01:05.6755801Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:01:05.6847910Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T16:01:05.6858587Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T16:01:05.7166458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:05.7177576Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:05.7253802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T16:01:05.7264927Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T16:01:05.7298329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:05.7309961Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:05.7387679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T16:01:05.7398958Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T16:01:05.7624309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:05.7635549Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:05.7794683Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:05.7804051Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:05.7930610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:01:05.7942114Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:01:05.8227986Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:05.8239604Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:05.8372069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:05.8383745Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:05.8461356Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:01:05.8472545Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:01:05.8524661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:05.8537741Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T16:01:05.8583585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T16:01:05.8596364Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:05.8947188Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:05.8959884Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:05.9061323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:01:05.9074000Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:01:05.9343333Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:05.9354327Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T16:01:05.9368942Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:05.9369883Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T16:01:05.9403662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:05.9416602Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T16:01:05.9460639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T16:01:05.9472479Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:05.9508850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:01:05.9518098Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T16:01:05.9584357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T16:01:05.9598909Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:01:05.9604550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:05.9618687Z [gw2] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T16:01:05.9674918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T16:01:05.9688007Z [gw2] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T16:01:05.9720626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T16:01:05.9732523Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T16:01:05.9764616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T16:01:05.9775576Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T16:01:06.0713230Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T16:01:06.0725723Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:06.1122476Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:06.1133797Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:06.2221956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:06.2233456Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:06.2691212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:06.2692221Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:07.1737236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:07.1749253Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T16:01:07.4032754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T16:01:07.4045005Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T16:01:07.5568434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:01:07.5808914Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:01:07.5809646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T16:01:07.5810604Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:01:07.8730423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:01:07.8741549Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:01:08.1897405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:01:08.1917416Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:01:08.3849356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:01:08.3858696Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:01:08.4797825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:01:08.4798709Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:08.4799389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:01:08.4800034Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T16:01:08.6001560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:01:08.6002355Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:01:08.6540706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:01:08.6553657Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:01:08.7284384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:01:08.7295384Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:01:08.7337644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:01:08.7351921Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:01:08.7388337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:08.7401110Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:08.8556356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:01:08.8569662Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:01:09.0288594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T16:01:09.0299300Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:01:09.0409802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:09.0488669Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:09.0716113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:09.0749112Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:09.0788120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T16:01:09.0802861Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T16:01:09.0841348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T16:01:09.0853213Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T16:01:09.3131196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T16:01:09.3142853Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T16:01:09.3815606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T16:01:09.3828213Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T16:01:09.3999643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T16:01:09.4011472Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T16:01:09.4099060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T16:01:09.4108630Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T16:01:09.5314686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T16:01:09.5328273Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T16:01:09.5609992Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T16:01:09.5621906Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T16:01:09.5814688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T16:01:09.5826410Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T16:01:09.6508865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:01:09.6523308Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:01:09.7960986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:01:09.7969673Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:01:09.8404440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:01:09.8416005Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:01:09.8892085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:01:09.8892835Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:01:10.1278086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T16:01:10.1278884Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T16:01:10.1698560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T16:01:10.1712773Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T16:01:10.2721314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T16:01:10.2725418Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T16:01:10.4040053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T16:01:10.4041116Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T16:01:10.5492583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T16:01:10.5493432Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T16:01:10.6085495Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T16:01:10.6086699Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T16:01:10.6203385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T16:01:10.6206338Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T16:01:10.7244751Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T16:01:10.7249022Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:01:10.8251540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:01:10.8266173Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T16:01:10.8724878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T16:01:10.8732675Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T16:01:10.9006348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T16:01:10.9007060Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:01:11.6915978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:01:11.6935108Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:01:11.8753236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:01:11.8772619Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:01:11.8816588Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:01:11.8834857Z [gw3] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:01:11.9068854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:01:11.9088437Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:01:11.9799060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:01:11.9810665Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T16:01:12.0019743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T16:01:12.0039552Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:01:12.0427430Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:01:12.0441876Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:01:12.0544949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:01:12.0557642Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:01:12.1866957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:01:12.1879211Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T16:01:12.3111079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T16:01:12.3124185Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:01:12.3431494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:01:12.3443673Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T16:01:12.3635333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T16:01:12.3648187Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:01:12.4343819Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:01:12.4359568Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T16:01:12.4542926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T16:01:12.4555291Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T16:01:12.4939598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:01:12.4959215Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:01:12.5043929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T16:01:12.5056376Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:01:12.5067578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:01:12.5079356Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T16:01:13.0484446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:01:13.0485275Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:01:13.1212986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:01:13.1213855Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:01:13.2746476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:01:13.2794873Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:01:13.7555514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:01:13.7556249Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:01:13.9777378Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:13.9778115Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:14.0440223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:01:14.0440979Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:01:14.0853652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:01:14.2321821Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:01:14.2322478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:01:14.2324922Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:01:14.3479416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:01:14.3490080Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:01:14.4101445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T16:01:14.4105286Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T16:01:14.4269071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T16:01:14.4269797Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T16:01:14.5285256Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T16:01:14.5298572Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T16:01:15.0104236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:01:15.0105075Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:01:15.1589040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T16:01:15.1604487Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T16:01:15.2691413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T16:01:15.2700128Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T16:01:15.2939683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T16:01:15.2953014Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T16:01:15.3949594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T16:01:15.4025211Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T16:01:15.4252992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T16:01:15.4255666Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T16:01:15.4256398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:01:15.4539960Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:01:15.4540809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:01:15.4541586Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:01:15.5328463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T16:01:15.5342625Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:01:15.5616559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:01:15.5644531Z [gw2] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T16:01:15.6166646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T16:01:15.6182624Z [gw2] [ 40%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T16:01:15.6962231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T16:01:15.6975187Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:01:15.7125731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:01:15.7178368Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:01:15.8337933Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:01:15.8348093Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T16:01:15.8794728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T16:01:15.8808019Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T16:01:15.9043174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T16:01:15.9049894Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T16:01:15.9289319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T16:01:15.9294903Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T16:01:16.0305489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:01:16.0306945Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:01:16.0352207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:01:16.0367847Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:01:16.2351305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:16.2351909Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:01:16.5247820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:01:16.5248605Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:01:16.5754725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:01:16.6142900Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:01:16.7866266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:01:16.7879613Z [gw1] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T16:01:17.3101023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:01:17.3101741Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:01:17.4030263Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:01:17.4042024Z [gw3] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:01:17.4120735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:01:17.4132549Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:01:17.6421681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:01:17.6433244Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:01:17.7924018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:17.7935675Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:01:17.8629360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:01:17.8640519Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:01:17.9047368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:01:17.9083687Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:18.1531830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:18.1546743Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:01:18.2198522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:01:18.2232029Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:01:18.3211220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:01:18.3227421Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:01:18.8465271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:01:18.8479084Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:01:18.9727469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:01:18.9740496Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:01:18.9776524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:01:18.9788589Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:01:18.9820662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:01:18.9831442Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:01:18.9863197Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:01:18.9874955Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:01:18.9906535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:01:18.9918486Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:01:19.2316674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:01:19.2328804Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:01:19.2762205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:01:19.2774147Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:01:19.5802020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:01:19.5806857Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:01:19.6453342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:01:19.6464658Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:01:20.0974046Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:01:20.0985664Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:01:20.1800319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:01:20.1811261Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:01:20.2872716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:01:20.2883653Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:01:20.3018886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:01:20.3030433Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:01:20.3116221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:01:20.3142833Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:01:20.4377131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:01:20.4388362Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:01:20.4640092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:01:20.4651600Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:01:20.4846756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:01:20.4854531Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:01:20.6646802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:01:20.6658668Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:01:20.7021668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:01:20.7032995Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:01:20.8139749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:01:20.8151786Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:01:20.8372783Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:01:20.8383804Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:01:21.0130549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:01:21.0142536Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:01:21.0568804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:01:21.0580553Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:01:21.2886687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:01:21.2899013Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:01:21.3630369Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:01:21.3641753Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:01:21.4364745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:01:21.4375811Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:01:21.5604586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:01:21.5617541Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:01:21.6387387Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:01:21.6400933Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:01:21.6543357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:01:21.6556422Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:01:21.6590839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:01:21.6602176Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:01:21.6634446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:01:21.6646505Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:01:21.6682061Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:01:21.6692459Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:01:21.6731142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:01:21.6742637Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:01:21.6882454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:01:21.6894033Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:01:21.6942024Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:01:21.6954641Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:01:21.7106386Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:01:21.7118641Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:01:21.7175026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:01:21.7186962Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:01:21.8188182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:01:21.8200665Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:01:21.8441105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:01:21.8454179Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:01:21.8735973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:01:21.8749441Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:01:22.0542409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:01:22.0554399Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:01:22.0811514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:01:22.0824151Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:01:22.2481484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:01:22.2492689Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:01:22.2799407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:01:22.2812137Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:01:22.5252289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:01:22.5264858Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:01:22.5593598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:01:22.5605480Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:01:22.5903528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:01:22.5915296Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:01:22.7378347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:01:22.7391147Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:01:22.7668585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:01:22.7680288Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:01:22.7701876Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:01:22.7714597Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:01:22.7733568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:01:22.7744217Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:01:22.9177607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:01:22.9189018Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:01:22.9456864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:01:22.9471424Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:01:23.1493369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:01:23.1508056Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:01:23.3523781Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:01:23.3535672Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:01:23.3572012Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:01:23.3584959Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:01:23.3617186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:01:23.3628741Z [gw3] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:01:23.5105700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:01:23.5118601Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:01:23.5503636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:01:23.5513229Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:01:23.6826481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:01:23.6839252Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:01:23.7156313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:01:23.7166746Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:01:23.7585865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:01:23.7598002Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:01:23.8043049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:01:23.8053623Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:01:24.0159468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:01:24.0172624Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:01:25.0625872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:01:25.0636925Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:01:25.3114394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:01:25.3127156Z [gw3] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:01:25.3583203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:01:25.3595541Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:01:26.3155544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:01:26.3168265Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:01:26.8237888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:01:26.8249205Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:01:26.9186573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:01:26.9197861Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:01:27.1519142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:01:27.1527562Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:01:27.7290948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:01:27.7298698Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:01:27.8990272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:01:27.9002216Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:01:27.9527761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:01:27.9539257Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:01:28.0087187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:01:28.0098593Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:01:28.2407184Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:01:28.2415214Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:01:28.2684605Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:01:28.2692325Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:01:28.2767953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:01:28.2775271Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:01:28.3534266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:01:28.3545409Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:01:28.3801979Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:01:28.3815828Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:01:28.5029923Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:01:28.5041262Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:01:28.5188022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:01:28.5198659Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:01:29.0924937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:01:29.0937948Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:01:29.2036736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:01:29.2049404Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:01:29.2274639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:01:29.2287013Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:01:29.5800654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:01:29.5812253Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:01:30.3230916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:01:30.3242451Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:01:30.4772200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:01:30.4783421Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:01:31.0088159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:01:31.0106685Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:01:31.1973061Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:01:31.1985097Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:01:31.3556315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:31.3568339Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:01:31.3803833Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:31.3815256Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:01:31.3896607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:01:31.3908064Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:01:31.5153803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:01:31.5167957Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:01:31.5420029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:01:31.5442394Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:01:31.6424945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:01:31.6436655Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:01:31.6684857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:01:31.6697273Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:01:31.6982133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:01:31.6993314Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:01:31.7061063Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:01:31.7073333Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:01:31.7837382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:01:31.7845546Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:01:31.8001821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:01:31.8009047Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:01:31.8332262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:01:31.8340112Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:01:31.9608501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:01:31.9617604Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:01:32.1458316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:01:32.1469561Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:01:32.1586425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:01:32.1598342Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:01:32.1646775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:01:32.1658563Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:01:32.1680120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:01:32.1691536Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:01:32.1766131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:01:32.1776763Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:01:32.1999673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:01:32.2011464Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:01:32.2080035Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:01:32.2090963Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:01:32.3752788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:01:32.3764626Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:01:32.4069212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:01:32.4080904Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:01:32.9211693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:01:32.9223469Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:01:32.9688111Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:01:32.9698971Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:01:32.9982376Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:01:32.9997425Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:01:33.1641447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:01:33.1653052Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:01:33.1736165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:01:33.1747410Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:01:33.3616489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:01:33.3629237Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:01:33.4204874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:01:33.4217379Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:01:33.7693042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:01:33.7704903Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:01:33.8248265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:01:33.8259749Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:01:33.9924796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:01:33.9933712Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:01:33.9961822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:01:33.9971616Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:01:34.0076078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:01:34.0086603Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:01:34.1187096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:01:34.1199266Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:01:34.1369059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:01:34.1380010Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:01:34.1408227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:01:34.1418560Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:01:34.1510141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:01:34.1517856Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:01:34.2615939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:01:34.2628839Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:01:34.2992644Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:34.3007285Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:01:34.3116246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:01:34.3127911Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:01:34.3288393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:01:34.3299561Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:01:34.3427996Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:01:34.3439656Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:01:34.3612176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:01:34.3623443Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:01:34.3670646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:01:34.3680865Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:01:34.3939647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:01:34.3951998Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:01:34.4043068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:01:34.4054408Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:01:34.4259515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:01:34.4271919Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:01:34.4332532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:01:34.4343581Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:01:34.4575339Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:01:34.4589963Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:01:34.4850911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:01:34.4863734Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:01:34.4899282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:01:34.4909759Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:01:34.4920074Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:01:34.4923199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:01:34.4952682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:01:34.4963171Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:01:34.4996166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:01:34.5006544Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:01:34.5020710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:01:34.5031230Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:01:34.5039749Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:01:34.5051247Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:01:34.5291923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:01:34.5304214Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:01:34.5501235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:01:34.5513491Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:01:34.5551675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:01:34.5563743Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:01:34.5726651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:01:34.5738595Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:01:34.5792537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:01:34.5804446Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:01:34.5841154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:01:34.5852988Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:01:34.5890514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:01:34.5901911Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:01:34.5936692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:01:34.5948261Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:01:34.5982798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:01:34.5994483Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:01:34.6028799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:01:34.6040592Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:01:34.6075061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:01:34.6087692Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:01:34.6121114Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:01:34.6132752Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:01:34.6166856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:01:34.6178221Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:01:34.6198794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:01:34.6211020Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:01:34.6232522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:01:34.6244839Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:01:34.6667653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:01:34.6679992Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:01:34.6901071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:01:34.6912676Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:01:34.6946941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:01:34.6960057Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:01:34.6992330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:01:34.7003587Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:01:34.7034606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:01:34.7045274Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:01:34.7076537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:01:34.7087322Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:01:34.7118647Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:01:34.7131286Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:01:34.7163798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:01:34.7174662Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:01:34.7205122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:01:34.7215721Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:01:34.7247817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:01:34.7259683Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:01:34.7294944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:01:34.7307847Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:01:34.7312096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:01:34.7325272Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:01:34.7408801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:01:34.7419240Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:01:34.7458954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:01:34.7474869Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:01:34.7483360Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:01:34.7486080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:01:34.7535342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:01:34.7545438Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:01:34.7620101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:01:34.7629297Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:01:34.7671166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:01:34.7678572Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:01:34.7717909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:01:34.7726325Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:01:34.7781074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:01:34.7789193Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:01:34.7813691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:01:34.7822601Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:01:34.7861659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:01:34.7869771Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:01:34.7953067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:01:34.7963324Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:01:34.8017039Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:01:34.8027059Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:01:34.8138325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:01:34.8146890Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:01:34.8271467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:01:34.8285522Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:01:34.8342404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:01:34.8353128Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:01:34.8497147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:01:34.8510318Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:01:34.8540863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:01:34.8558572Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:01:34.8563068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:01:34.8574975Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:01:34.8730249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:01:34.8742426Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:01:34.8799337Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:01:34.8815052Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:01:34.8852678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:01:34.8866709Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:01:34.8905454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:01:34.8918553Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:01:34.9539737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:01:34.9552744Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:01:34.9694915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:01:34.9707372Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:01:34.9916134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:01:34.9927625Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:01:35.0101828Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:01:35.0114243Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:01:35.0394838Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:01:35.0403846Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:01:35.0567148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:01:35.0581633Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:01:35.1330605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:01:35.1342598Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:01:35.1465566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:01:35.1478021Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:01:35.1510231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:01:35.1522397Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:01:35.1664673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:01:35.1676951Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:01:35.1915287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:01:35.1926928Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:01:35.2030012Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:01:35.2040656Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:01:35.2588785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:01:35.2600488Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:01:35.2724552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:01:35.2735086Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:01:35.3062991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:01:35.3075997Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:01:35.3274079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:01:35.3285829Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:01:35.3338955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:01:35.3351851Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:01:35.3511711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:01:35.3523161Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:01:35.4212434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:01:35.4223566Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:01:35.4403507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:01:35.4414989Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:01:35.4880624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:01:35.4891737Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:01:35.4999712Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:01:35.5010436Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:01:35.5676271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:01:35.5690411Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:01:35.5852284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:01:35.5864412Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:01:35.6644418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:01:35.6658574Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:01:35.6820724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:01:35.6835243Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:01:35.7254243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:01:35.7267488Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:01:35.7382947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:01:35.7394336Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:01:35.7552532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:01:35.7565142Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:01:35.7724521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:01:35.7739425Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:01:35.7919440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:01:35.7932017Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:01:35.8599085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:01:35.8613181Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:01:35.8757968Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:01:35.8770631Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:01:35.9272011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:01:35.9285280Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:01:35.9427014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:01:35.9439149Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:01:35.9582779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:01:35.9596143Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:01:35.9789134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:01:35.9800370Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:01:35.9994447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:01:36.0007587Z [gw3] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:01:36.0114428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:01:36.0127922Z [gw3] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:01:36.0200352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:01:36.0211368Z [gw3] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:01:36.0441168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:01:36.0455002Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:01:36.0639881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:01:36.0652349Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:01:36.0856284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:01:36.0869880Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:01:36.1097935Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:01:36.1112511Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:01:36.1346033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:01:36.1357885Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:01:36.1373835Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:01:36.1388516Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:01:36.1551972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:01:36.1552764Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:01:36.1644612Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:01:36.1658941Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:01:36.1729634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:01:36.1743686Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:01:36.1920554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:01:36.2168444Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:01:36.2169116Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:01:36.2169776Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:01:36.2170388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:01:36.2171045Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:01:36.2174085Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:01:36.2174760Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:01:36.2175444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:01:36.2176116Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:01:36.2270998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:01:36.2576191Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:01:36.2869044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:01:36.2882018Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:01:36.2990023Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:01:36.3002069Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:01:36.3049290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:01:36.3062275Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:01:36.3220784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:01:36.3232673Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:01:36.3401004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:01:36.3408481Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:01:36.3458265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:01:36.3467496Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:01:36.3499825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:01:36.3511325Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:01:36.3620672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:01:36.3631318Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:01:36.3645578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:01:36.3657734Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:01:36.3669254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:01:36.3680059Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:01:36.3720687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:01:36.3734409Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:01:36.3743441Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:01:36.3744508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:01:36.3783963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:01:36.3795474Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:01:36.3832635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:01:36.3845582Z [gw1] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:01:36.3907396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:01:36.3920387Z [gw1] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:01:36.4207160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:01:36.4215418Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:01:36.4284789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:01:36.4292505Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:01:36.5156616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:01:36.5164326Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:01:36.5318399Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:01:36.5325824Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:01:36.5608072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:01:36.5615526Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:01:36.5652818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:01:36.5660075Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:01:36.5711617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:01:36.5722499Z [gw3] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:01:36.5760903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:01:36.5768527Z [gw3] [ 44%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:01:36.5791506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:01:36.5798950Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:01:36.5821121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:01:36.5828330Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:01:36.5891061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:01:36.5906113Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:01:36.5916491Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:01:36.5919405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:01:36.5966681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:01:36.5977554Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:01:36.6342147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:01:36.6355935Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:01:36.6404559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:01:36.6418116Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:01:36.6451386Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:01:36.6464662Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:01:36.6771991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:01:36.6784973Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:01:36.7088410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:01:36.7100568Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:01:36.7204239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:01:36.7228786Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:01:36.7420332Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:01:36.7432492Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:01:36.7497434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:01:36.7509389Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:01:36.7602868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:01:36.7613890Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:01:36.7653510Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:01:36.7664926Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:01:36.7699346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:01:36.7705032Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:01:36.7714577Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:01:36.7717194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:01:36.8048727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:01:36.8059848Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:01:36.8151748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:01:36.8162655Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:01:36.8197271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:01:36.8207618Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:01:36.8239991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:01:36.8250366Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:01:36.8282153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:01:36.8292301Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:01:36.9964062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:01:36.9975419Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:01:37.0229450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:01:37.0241625Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:01:37.0281656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:01:37.0292191Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:01:37.0378330Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:01:37.0390939Z [gw1] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:01:37.0465460Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:01:37.0477451Z [gw1] [ 45%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:01:37.0516550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:01:37.0527561Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:01:37.0561776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:01:37.0572354Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:01:37.0607140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:01:37.0618683Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:01:37.0656819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:01:37.0667585Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:01:37.0884787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:01:37.0896928Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:01:37.0964752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:01:37.0975369Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:01:37.1246014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:01:37.1259396Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:01:37.1548028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:01:37.1562105Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:01:37.1664397Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:01:37.1676059Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:01:37.1953519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:01:37.1967052Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:01:37.1973472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:01:37.1982471Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:01:37.2048901Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:01:37.2059044Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:01:37.2091515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:01:37.2101837Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:01:37.2133581Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:01:37.2143871Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:01:37.2314596Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:01:37.2327639Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:01:37.2365735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:01:37.2377583Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:01:37.2490964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:01:37.2503041Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:01:37.2775438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:01:37.2787847Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:01:37.3121869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:01:37.3134280Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:01:37.3468479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:01:37.3480663Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:01:37.3672752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:01:37.3684665Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:01:37.3718563Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:01:37.3730159Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:01:37.3747029Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:01:37.3757435Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:01:37.3951551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:01:37.3961049Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:01:37.4146069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:01:37.4154163Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:01:37.4213583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:01:37.4221648Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:01:37.4290678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:01:37.4298734Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:01:37.4358807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:01:37.4366107Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:01:37.4518370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:01:37.4525772Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:01:37.4571962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:01:37.4579138Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:01:37.5105048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:01:37.5112741Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:01:37.5193393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:01:37.5200826Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:01:37.5237186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:01:37.5246330Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:01:37.5373390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:01:37.5382374Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:01:37.5409403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:01:37.5417800Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:01:37.5470084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:01:37.5477594Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:01:37.5601233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:01:37.5609310Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:01:37.5743042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:01:37.5751723Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:01:37.5807673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:01:37.5815657Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:01:37.5820708Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:01:37.5828140Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:01:37.5840511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:01:37.5848218Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:01:37.5871072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:01:37.5879061Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:01:37.5900877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:01:37.5908073Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:01:37.5930160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:01:37.5937279Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:01:37.5960520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:01:37.5969131Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:01:37.5977426Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:01:37.5979391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:01:37.5999408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:01:37.6006950Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:01:37.6017734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:01:37.6026478Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:01:37.6030982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:01:37.6036549Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:01:37.6060056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:01:37.6067236Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:01:37.6088713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:01:37.6096102Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:01:37.6105818Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:01:37.6114167Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:01:37.6121241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:01:37.6128611Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:01:37.6152689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:01:37.6154441Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:01:37.6164342Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:01:37.6166454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:01:37.6185906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:01:37.6193640Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:01:37.6215201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:01:37.6222511Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:01:37.6244413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:01:37.6252362Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:01:37.6275973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:01:37.6281559Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:01:37.7872129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:01:37.7886231Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:01:37.8320099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:01:37.8334903Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:01:37.8369713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:01:37.8381114Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:01:37.8413811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:37.8424380Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:01:37.8456199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:37.8466755Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:01:37.8497746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:37.8507868Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:01:37.8538115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:01:37.8548469Z [gw1] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:01:37.8578016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:01:37.8589727Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:01:37.8619857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:37.8630157Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:01:37.8659442Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:37.8669519Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:01:37.8698463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:01:37.8708203Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:01:37.8745801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:01:37.8756542Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:01:37.8879756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:01:37.8893627Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:01:37.9160052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:01:37.9171775Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:01:37.9281729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:01:37.9293753Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:01:37.9525977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:01:37.9539380Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:01:37.9745282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:01:37.9757653Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:01:37.9938512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:01:37.9950257Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:01:38.0014979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:01:38.0026326Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:01:38.0341054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:01:38.0352239Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:01:38.0768296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:01:38.0778988Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:01:38.0866885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:01:38.0879318Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:01:38.1061453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:01:38.1072646Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:01:38.1130379Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:01:38.1143124Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:01:38.1149864Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:01:38.1151599Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:01:38.1322878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:01:38.1332586Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:01:38.1382257Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:01:38.1391689Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:01:38.1416604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:01:38.1426593Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:01:38.1450099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:01:38.1459068Z [gw3] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:01:38.1542507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:01:38.1554035Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:01:38.1568810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:01:38.1583300Z [gw3] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:01:38.1592280Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:01:38.1593098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:01:38.1767689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:01:38.1781268Z [gw3] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:01:38.2292688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:01:38.2303790Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:01:38.2421079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:01:38.2431494Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:01:38.2510145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:01:38.2521045Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:01:38.2598015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:01:38.2608322Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:01:38.6540281Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:01:38.6548427Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:01:38.6896007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:01:38.6904092Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:01:38.6954415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:01:38.6961937Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:01:38.7956903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:01:38.7964289Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:01:38.8135015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:01:38.8143470Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:01:38.8342914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:01:38.8350183Z [gw0] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:01:38.9312692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:38.9324563Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:01:38.9572115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:01:38.9584171Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:01:39.0073832Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:01:39.0085407Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:01:39.0183287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:01:39.0194913Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:01:39.0803658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:01:39.0812848Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:01:39.0947003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:01:39.0960355Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:01:39.1838935Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:01:39.1853486Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:01:39.2089217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:01:39.2101903Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:01:39.5639859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:01:39.5640590Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:01:39.6579778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:01:39.6591907Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:01:39.7512811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:01:39.7524368Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:01:39.7729042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:01:39.7740528Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:01:39.8745101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:01:39.8745965Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:01:39.8903299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:01:39.8915656Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:01:39.9859755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:01:39.9873062Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:01:40.0046865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:01:40.0059637Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:01:40.0772411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:01:40.0783598Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:01:40.0930135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:01:40.0942867Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:01:40.5032462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:01:40.5044626Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:01:40.5541837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:01:40.5556679Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:01:40.6206993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:01:40.6220032Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:01:40.6938902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:01:40.6952084Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:01:40.7242655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:01:40.7243615Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:01:40.8085866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:01:40.8096920Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:01:40.8335672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:01:40.8348164Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:01:40.8383512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:01:40.8394976Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:01:40.8427554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:01:40.8438743Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:01:40.8470005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:01:40.8480688Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:01:40.8514209Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:01:40.8524952Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:01:40.8542350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:01:40.8556492Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:01:40.8562383Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:01:40.8569882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:01:40.8600327Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:01:40.8610689Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:01:40.8629338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:01:40.8640898Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:01:40.8659385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:01:40.8670177Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:01:40.8951964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:01:40.8964419Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:01:40.9048104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:01:40.9059165Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:01:40.9552002Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:01:40.9564148Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:01:40.9634399Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:01:40.9645652Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:01:41.0225101Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:01:41.0236601Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:01:42.2292395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:01:42.2303842Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:01:42.7289852Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:42.7302534Z [gw0] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:01:42.8039433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:01:42.8055362Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:01:43.1743254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:01:43.1756455Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:01:43.4652929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:01:43.4665648Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:01:43.5403601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:01:43.5416614Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:01:43.8012784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:01:43.8026556Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:01:43.8624664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:01:43.8638005Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:01:43.9580297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:01:43.9593593Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:44.2000554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:44.2008729Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:01:44.2786120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:01:44.2799245Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:01:44.8768487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:01:44.8772945Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:01:44.8800153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:44.8820859Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:44.9965225Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:44.9977080Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:45.0207173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:45.0218530Z [gw3] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:45.2359119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:45.2371040Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:01:45.2518295Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:45.2529824Z [gw3] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:45.3525289Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:45.3536740Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:45.3613671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:01:45.3625591Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:01:45.3845215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:45.3858377Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:01:45.3903943Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:45.3915032Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:45.3958803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:45.3969598Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:45.4197192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:45.4209250Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:45.5081516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:45.5093731Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:01:45.6049476Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:45.6062232Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:45.6270446Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:01:45.6281773Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:01:45.6843188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:45.6854561Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:45.6979705Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:45.6991783Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:01:45.9945688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:45.9953948Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:46.0583126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:46.0596439Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:46.1492681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:46.1504093Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:46.1714206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:46.1725659Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:01:46.2518733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:46.2539993Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:46.2740621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:46.2751790Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:46.4180556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:46.4192790Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:46.4441423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:46.4453713Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:01:46.4497338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:01:46.4508693Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:01:46.4713324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:46.4724557Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:46.4794839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:46.4806910Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:46.5020514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:46.5030088Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:01:46.5099025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:46.5110754Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:46.8571166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:46.8581325Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:46.9129463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:01:46.9140936Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:01:46.9208828Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:01:46.9219404Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:01:46.9297290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:01:46.9307748Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:01:46.9875364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:46.9887540Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:46.9954854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:01:46.9965818Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:01:46.9998643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:47.0009345Z [gw3] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:01:47.0075932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:01:47.0086411Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:01:47.0371137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:47.0381890Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:47.0534564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:47.0545336Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:47.0662500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:01:47.0672365Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:01:47.1129015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:47.1139739Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:47.1245227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:47.1255375Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:47.1307433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:01:47.1317174Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:01:47.1386468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:47.1393489Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:01:47.1607382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:47.1617635Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:47.1679984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:01:47.1687327Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:01:47.1868203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:47.1879629Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:47.1937771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:47.1947616Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:01:47.2016358Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:01:47.2023768Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:01:47.4372589Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:47.4381044Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:01:47.4840831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:01:47.4852985Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:47.5511939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:47.5523421Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:47.8774714Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:47.8787930Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:01:47.8829019Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:47.8844523Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:47.8901834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:01:47.8912496Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:01:47.8982174Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:01:47.8993022Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:01:47.9063455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:01:47.9074166Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:01:47.9105567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:47.9118411Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:47.9137945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:01:47.9149465Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:01:47.9221036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:01:47.9233112Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:01:47.9263266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:47.9273437Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:01:47.9303984Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:47.9314021Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:47.9348020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:01:47.9358935Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:01:47.9381604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:47.9395935Z [gw3] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:01:47.9406339Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:47.9407691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:47.9507139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:01:47.9521143Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:01:47.9603203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:01:47.9614991Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:01:47.9805717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:01:47.9818070Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:01:47.9856850Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:47.9869091Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:47.9906743Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:47.9918696Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:01:47.9940892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:47.9952916Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:47.9973393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:47.9983841Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:48.0002737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:48.0007762Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:48.0017248Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:48.0019701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:48.0030941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:48.0040465Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:48.0064087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:48.0073679Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:48.0334064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:01:48.0344376Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:01:48.0370361Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:01:48.0379790Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:01:48.0530978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:01:48.0540876Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:01:48.0591668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:01:48.0608763Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:01:48.0849804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:01:48.0859423Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:01:48.0928796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:01:48.0939220Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:01:48.1241924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:01:48.1250247Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:01:48.1332083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:01:48.1341820Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:01:48.1446710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:01:48.1455821Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:01:48.1496071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:01:48.1503630Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:01:48.1681055Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:01:48.1690214Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:01:48.1743074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:01:48.1751363Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:01:48.2064990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:01:48.2075460Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:01:48.2140991Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:01:48.2150311Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:01:48.3449932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:01:48.3461977Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:01:48.3708077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:01:48.3719328Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:01:48.4496313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:01:48.4507511Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:01:48.4615160Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:01:48.4625458Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:01:48.5294996Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:01:48.5305136Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:01:48.5421514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:01:48.5431508Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:01:48.6537202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:01:48.6551035Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:01:48.6844137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:01:48.6855596Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:01:48.8558633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:01:48.8570464Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:01:48.8879923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:01:48.8892549Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:01:49.0010546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:01:49.0022171Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:01:49.0266571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:01:49.0279115Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:01:49.1193910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:01:49.1207317Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:01:49.1408845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:01:49.1420075Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:01:49.8387291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:01:49.8399191Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:50.2853513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:01:50.2865181Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:01:50.2976856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:50.2991364Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:01:50.3251404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:50.3265733Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:50.3299508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:01:50.3310541Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:01:50.3342524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:01:50.3353270Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:01:50.6693273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:01:50.6705348Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:01:50.7381195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:01:50.7392517Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:01:50.7612374Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:01:50.7623821Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:01:50.7686178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:01:50.7697036Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:01:51.0114947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:01:51.0125230Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:01:51.0426544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:01:51.0436815Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:01:51.0724220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:01:51.0736127Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:01:51.0813672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:01:51.0824964Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:01:51.0845635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:01:51.0855851Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:01:51.0875495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:01:51.0886058Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:01:51.0918361Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:01:51.0928444Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:01:51.0961517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:01:51.0972048Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:01:51.1003234Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:01:51.1013601Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:01:51.1044385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:01:51.1054339Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:01:51.1084902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:01:51.1094941Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:01:51.1125858Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:01:51.1135871Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:01:51.1307433Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:01:51.1318767Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:01:51.1368208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:01:51.1378678Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:01:51.9421305Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:01:51.9434351Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:01:52.3787702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:01:52.3799787Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:01:54.7115690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:01:54.7126467Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:01:54.7352047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:01:54.7360816Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:01:54.7422502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:01:54.7432503Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:01:54.8354909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:01:54.8364949Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:01:54.8597686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:01:54.8610090Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:01:54.9038263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:01:54.9063194Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:01:54.9207939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:54.9221295Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:01:54.9244142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:54.9252567Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:54.9271788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:01:54.9283462Z [gw3] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:01:54.9305501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:54.9314025Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:54.9332245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:54.9343947Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:01:54.9523083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:01:54.9534203Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:01:54.9605594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:01:54.9616891Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:01:55.2529375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:01:55.2540937Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:01:55.2960069Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:01:55.2971844Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:01:55.5918877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:01:55.5930398Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:01:55.6525517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:01:55.6536829Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:01:55.9174036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:01:55.9184352Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:01:55.9446931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:01:55.9455378Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:01:56.2931521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:01:56.2944510Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:01:56.3767615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:01:56.3778930Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:01:56.5333061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:01:56.5343968Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:01:56.5414622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:01:56.5425138Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:01:56.5459914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:01:56.5470538Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:01:56.5505158Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:01:56.5515759Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:01:56.5551050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:01:56.5561792Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:01:56.5598079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:01:56.5608162Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:01:56.5639864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:01:56.5650339Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:01:56.5682609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:01:56.5690640Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:01:56.5722940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:01:56.5733152Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:01:56.5932500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:01:56.5945661Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:01:56.6010569Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:01:56.6021469Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:01:56.6192547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:01:56.6204041Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:01:56.6258098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:01:56.6269421Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:01:56.6477756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:01:56.6488915Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:01:56.6552568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:01:56.6564398Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:01:56.6869131Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:01:56.6881763Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:01:56.6942010Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:01:56.6952835Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:01:56.6999275Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:01:56.7010528Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:01:56.7781724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:01:56.7795681Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:01:56.7912935Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:01:56.7925033Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:01:56.7982597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:01:56.7994040Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:01:56.8214776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:01:56.8228051Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:01:56.8288879Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:01:56.8301361Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:01:56.8695758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:01:56.8707554Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:01:56.8727756Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:01:56.8738742Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:01:56.8787627Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:01:56.8800101Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:01:56.9035323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:01:56.9047700Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:01:56.9373829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:01:56.9379923Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:01:56.9394717Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:01:56.9395671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:01:56.9482834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:01:56.9494252Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:01:56.9557137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:01:56.9569450Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:01:56.9722002Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:01:56.9734911Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:01:56.9792141Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:01:56.9804245Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:01:56.9840971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:01:56.9852327Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:01:56.9946548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:01:56.9957997Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:01:56.9968254Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:01:56.9969909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:01:57.0024413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:01:57.0036931Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:01:57.0534390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:01:57.0545781Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:01:57.0686549Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:01:57.0697620Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:01:57.0739514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:01:57.0751491Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:01:57.0782742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:01:57.0793976Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:01:57.0824159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:01:57.0836180Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:01:57.0872586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:01:57.0883705Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:01:57.1026918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:01:57.1038623Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:01:57.1101086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:01:57.1117210Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:01:57.1125321Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:01:57.1129730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:01:57.1262896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:01:57.1274141Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:01:57.1322294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:01:57.1332360Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:01:57.1340404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:01:57.1352785Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:01:57.1728307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:01:57.1738225Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:01:57.1797548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:01:57.1808814Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:01:57.2222077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:01:57.2232233Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:01:57.2420105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:01:57.2430021Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:01:57.3110804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:01:57.3118873Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:01:57.3387033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:01:57.3396085Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:01:57.4293896Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:01:57.4303104Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:01:57.4706916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:01:57.4717618Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:01:57.4755221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:01:57.4763399Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:01:57.4811074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:01:57.4819099Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:01:57.4832803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:01:57.4840156Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:01:57.4853329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:57.4861089Z [gw3] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:01:57.5027580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:01:57.5035695Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:01:57.5083562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:01:57.5091335Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:01:57.5218417Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:01:57.5228734Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:01:57.5613798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:01:57.5621807Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:01:57.5647573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:01:57.5654215Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:01:57.5694670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:01:57.5705103Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:01:57.5935216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:01:57.5947362Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:01:57.6035365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:01:57.6048194Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:01:57.6087822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:01:57.6100408Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:01:57.6570857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:01:57.6583179Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:01:57.6594113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:01:57.6604339Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:01:57.6703635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:01:57.6716197Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:01:57.6931045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:01:57.6943747Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:01:57.8061966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:01:57.8074212Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:01:57.8268615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:01:57.8281617Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:01:57.8293680Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:01:57.8296198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:01:57.8499580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:01:57.8511623Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:01:57.9600858Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:01:57.9614321Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:01:57.9854028Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:01:57.9866368Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:01:57.9959102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:01:57.9970159Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:01:58.0234133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:01:58.0246026Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:01:58.0787530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:58.0799068Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:58.1305096Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:01:58.1317004Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:01:58.2206673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:58.2218203Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:58.2492646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:58.2504463Z [gw3] [ 50%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:01:58.2796664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:58.2810868Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:01:58.3229796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:01:58.3241384Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:58.3276529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:01:58.3287609Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:01:58.3331957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:58.3342727Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:58.3384442Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:58.3394632Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:01:58.3404223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:01:58.3417534Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:01:58.3781769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:01:58.3792654Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:01:58.3893903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:01:58.3905316Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:01:58.4088642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:01:58.4100859Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:01:58.4208088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:01:58.4219863Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:01:58.4245741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:01:58.4256769Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:01:58.4313107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:01:58.4324100Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:01:58.4363924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:01:58.4374788Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:01:58.4414453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:01:58.4426078Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:01:58.4446204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:01:58.4462721Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:01:58.4696450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:01:58.4708799Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:01:58.4790221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:01:58.4802746Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:01:58.4858125Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:01:58.4870163Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:01:58.4908487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:01:58.4919672Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:01:58.5088056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:01:58.5099867Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:01:58.5158790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:01:58.5169126Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:01:58.5250838Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:01:58.5262764Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:01:58.5451064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:01:58.5456325Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:01:58.5470121Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:01:58.5472495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:01:58.5566086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:01:58.5576070Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:01:58.5735228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:01:58.5746716Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:01:58.5802997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:01:58.5814201Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:01:58.6620643Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:01:58.6632832Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:01:58.6786546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:01:58.6800142Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:01:58.7404638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:58.7419176Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:01:58.7465944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:01:58.7478097Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:01:58.7636492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:01:58.7648659Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:01:58.7780649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:01:58.7791935Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:01:58.7846011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:01:58.7857694Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:01:58.8693764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:01:58.8705141Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:01:58.8916588Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:01:58.8930867Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:01:58.8947956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:01:58.8960051Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:01:58.8984006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:58.8996237Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:58.9017646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:58.9029227Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:01:58.9065843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:01:58.9078261Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:01:58.9113711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:01:58.9125936Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:01:58.9163520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:01:58.9175635Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:01:58.9211823Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:01:58.9224062Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:01:58.9259542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:01:58.9271323Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:01:58.9304440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:58.9315763Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:58.9351430Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:58.9360035Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:58.9380444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:58.9391722Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:58.9412153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:58.9423155Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:58.9491609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:01:58.9502191Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:01:58.9571105Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:01:58.9581868Z [gw3] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:01:58.9615915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:58.9631886Z [gw3] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:01:58.9640093Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:01:58.9643344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:01:58.9804188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:01:58.9815585Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:01:59.0043053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:01:59.0056963Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:01:59.1562302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:01:59.1574935Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:01:59.1860044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:01:59.1873112Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:01:59.1912228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:01:59.1923994Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:01:59.1961309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:01:59.1972766Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:01:59.2008676Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:01:59.2020112Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:01:59.2055869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:01:59.2067091Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:01:59.2594093Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:01:59.2606686Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:01:59.2667405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:01:59.2679773Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:01:59.2775855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:01:59.2787657Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:01:59.2968400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:01:59.2980210Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:01:59.3654022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:01:59.3667685Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:01:59.3808329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:01:59.3821206Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:01:59.4327990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:01:59.4340006Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:01:59.4449104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:01:59.4461509Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:01:59.4682041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:01:59.4694549Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:01:59.4867680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:01:59.4879122Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:01:59.5032122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:01:59.5044366Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:01:59.5378469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:01:59.5391200Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:01:59.5466290Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:01:59.5478143Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:01:59.5533261Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:01:59.5545327Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:01:59.5837804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:01:59.5856859Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:01:59.5896837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:01:59.5908823Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:01:59.5975153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:01:59.5992970Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:01:59.6006520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:01:59.6017554Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:01:59.6122247Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:01:59.6133358Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:01:59.6692851Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:01:59.6705473Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:01:59.6844187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:01:59.6854894Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:01:59.6879919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:01:59.6892440Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:01:59.7064729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:01:59.7076294Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:01:59.7085562Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:01:59.7092191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:01:59.7147671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:01:59.7157864Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:01:59.7618240Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:01:59.7626114Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:01:59.7710059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:01:59.7721720Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:01:59.7792640Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:01:59.7804171Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:01:59.7912091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:01:59.7919677Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:01:59.7944368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:01:59.7951801Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:01:59.7974406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:01:59.7981591Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:01:59.8003939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:01:59.8011283Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:01:59.8033390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:01:59.8040563Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:01:59.8062154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:01:59.8069124Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:01:59.8090585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:01:59.8097584Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:01:59.8120637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:01:59.8129436Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:01:59.8150549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:01:59.8157656Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:01:59.8178841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:01:59.8185764Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:01:59.8206747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:01:59.8213849Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:01:59.8235298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:01:59.8243148Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:01:59.8264376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:01:59.8272165Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:01:59.8292770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:01:59.8307625Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:01:59.8329021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:01:59.8336866Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:01:59.8357908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:01:59.8365556Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:01:59.8387954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:01:59.8396146Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:01:59.8405780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:01:59.8413566Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:01:59.8423685Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:01:59.8431531Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:01:59.8444651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:01:59.8451701Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:01:59.8464275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:01:59.8471782Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:01:59.8493508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:01:59.8500560Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:01:59.8522158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:01:59.8529325Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:01:59.8546309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:01:59.8554357Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:01:59.8664367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:01:59.8672175Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:01:59.8716107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:01:59.8727519Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:01:59.8753731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:01:59.8763971Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:01:59.8791753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:01:59.8800743Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:01:59.8821640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:01:59.8835480Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:01:59.8971003Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:01:59.8978743Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:01:59.9096008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:01:59.9104688Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:01:59.9119926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:01:59.9134676Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:01:59.9153107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:01:59.9160356Z [gw3] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:01:59.9189102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:01:59.9196441Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:01:59.9225176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:01:59.9230557Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:01:59.9239316Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:01:59.9241688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:01:59.9265941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:01:59.9273453Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:01:59.9282541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:01:59.9297002Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:01:59.9302667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:01:59.9309879Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:01:59.9336678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:01:59.9341751Z [gw3] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:01:59.9350871Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:01:59.9353521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:01:59.9384821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:01:59.9393372Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:01:59.9401462Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:01:59.9402274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:01:59.9429749Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:01:59.9444399Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:01:59.9448798Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:01:59.9459260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:01:59.9466417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:01:59.9476239Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:01:59.9501079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:01:59.9512727Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:01:59.9552456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:01:59.9565303Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:01:59.9597468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:01:59.9609834Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:01:59.9642184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:01:59.9650150Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:01:59.9681274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:01:59.9695028Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:01:59.9725897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:01:59.9736481Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:01:59.9767865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:01:59.9778629Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:01:59.9808862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:01:59.9820135Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:01:59.9850951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:01:59.9862627Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:01:59.9901874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:01:59.9912894Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:01:59.9946610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:01:59.9956949Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:01:59.9989905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:02:00.0001140Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:02:00.0033407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:02:00.0044063Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:02:00.0074450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:02:00.0084477Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:02:00.0119379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:02:00.0131350Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:02:00.0155547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:02:00.0163512Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:02:00.0184349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:02:00.0192810Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:02:00.0229867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:02:00.0241654Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:02:00.0275528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:02:00.0287252Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:02:00.0328723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:02:00.0339926Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:02:00.0373625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:02:00.0384374Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:02:00.0414497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:02:00.0425414Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:02:00.0460207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:02:00.0470493Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:02:00.0503158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:02:00.0514735Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:02:00.0543228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:02:00.0553845Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:02:00.0586800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:02:00.0596993Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:02:00.0629349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:02:00.0640671Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:02:00.0675846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:02:00.0687066Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:02:00.0717007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:02:00.0727622Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:02:00.0761303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:02:00.0771637Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:02:00.0801332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:02:00.0811457Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:02:00.0841714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:02:00.0851972Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:02:00.0882572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:02:00.0893113Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:02:00.0924711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:02:00.0934969Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:02:00.0967677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:02:00.0978887Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:02:00.1009401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:02:00.1019916Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:02:00.1053850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:02:00.1064940Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:02:00.1095973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:02:00.1105976Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:02:00.1135546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:02:00.1147654Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:02:00.1184055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:02:00.1194700Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:02:00.1226921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:02:00.1237648Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:02:00.1267065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:02:00.1277977Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:02:00.1307422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:02:00.1318053Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:02:00.1347226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:02:00.1358462Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:02:00.1387517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:02:00.1398220Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:02:00.1427148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:02:00.1437297Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:02:00.1455409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:02:00.1465635Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:02:00.1517983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:02:00.1528069Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:02:00.1546792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:02:00.1557972Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:02:00.1638091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:02:00.1647811Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:02:00.1679098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:02:00.1689598Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:02:00.1720023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:02:00.1730578Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:02:00.1968551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:02:00.1981160Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:02:00.2201967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:02:00.2214773Z [gw3] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:02:00.2258239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:02:00.2270906Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:02:00.2312932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:02:00.2324875Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:02:00.2361909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:02:00.2374292Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:02:00.2414117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:02:00.2427036Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:02:00.2466362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:02:00.2478804Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:02:00.2518957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:02:00.2531759Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:02:00.2571322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:02:00.2582992Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:02:00.2618954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:02:00.2631278Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:02:00.2671135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:02:00.2684046Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:02:00.2727011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:02:00.2739386Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:02:00.2779068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:02:00.2791908Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:02:00.2831724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:02:00.2844102Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:02:00.2879662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:02:00.2891388Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:02:00.2927663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:02:00.2951422Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:02:00.2975488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:02:00.2987799Z [gw3] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:02:00.3025521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:02:00.3035391Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:02:00.3046436Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:02:00.3048258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:02:00.3079834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:02:00.3091787Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:02:00.3131721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:02:00.3143665Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:02:00.3183641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:02:00.3196156Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:02:00.3239140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:02:00.3250754Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:02:00.3285805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:02:00.3298730Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:02:00.3310028Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:02:00.3312788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:02:00.3358568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:02:00.3368933Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:02:00.3400014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:02:00.3410193Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:02:00.3441039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:02:00.3451169Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:02:00.3482216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:02:00.3491887Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:02:00.3523922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:02:00.3534322Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:02:00.3564921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:02:00.3574897Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:02:00.3608328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:02:00.3618743Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:02:00.3652444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:02:00.3662475Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:02:00.3696564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:02:00.3706784Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:02:00.3748269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:02:00.3758570Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:02:00.3789951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:02:00.3800227Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:02:00.3830525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:02:00.3840764Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:02:00.3873023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:02:00.3883171Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:02:00.4160304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:02:00.4171532Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:02:00.4387433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:02:00.4398873Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:02:00.4630862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:02:00.4642603Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:02:00.4679611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:02:00.4690474Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:02:00.4726214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:02:00.4736884Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:02:00.4772576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:02:00.4783629Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:02:00.4815863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:02:00.4826540Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:02:00.4859813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:02:00.4870134Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:02:00.4902912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:02:00.4915136Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:02:00.4949555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:02:00.4959890Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:02:00.4992535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:02:00.5003008Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:02:00.5036602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:02:00.5046914Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:02:00.5179101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:02:00.5189474Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:02:00.5242187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:02:00.5252927Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:02:00.5286750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:02:00.5297161Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:02:00.5329209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:02:00.5339689Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:02:00.5377800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:02:00.5387965Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:02:00.5419609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:02:00.5429650Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:02:00.5627474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:02:00.5638884Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:02:00.5653160Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:02:00.5653804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:02:00.5686182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:02:00.5697337Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:02:00.5732328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:02:00.5743039Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:02:00.5878885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:02:00.5891425Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:02:00.6031074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:02:00.6043651Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:02:00.6134007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:02:00.6146515Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:02:00.6424418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:02:00.6436692Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:02:00.6519455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:02:00.6531510Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:02:00.6570679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:02:00.6582786Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:02:00.6618537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:02:00.6630422Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:02:00.6665709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:02:00.6677486Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:02:00.6711823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:02:00.6723422Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:02:00.6757646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:02:00.6769020Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:02:00.6803491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:02:00.6833318Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:02:00.6852058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:02:00.6863455Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:02:00.6896908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:02:00.6908419Z [gw3] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:02:00.8128129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:02:00.8135664Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:02:00.8166961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:02:00.8174450Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:02:00.8203143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:02:00.8210757Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:02:00.8237927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:02:00.8246610Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:02:00.8274371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:02:00.8281792Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:02:00.8310956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:02:00.8318321Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:02:00.8345867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:02:00.8354561Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:02:00.8381668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:02:00.8389672Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:02:00.8416507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:02:00.8424025Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:02:00.8451302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:02:00.8458656Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:02:00.8485662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:02:00.8493008Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:02:00.8520017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:02:00.8527325Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:02:00.8554257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:02:00.8561646Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:02:00.8588504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:02:00.8597242Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:02:00.8619500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:02:00.8629473Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:02:00.8657571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:02:00.8667530Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:02:00.8691008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:02:00.8700157Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:02:00.8722638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:02:00.8731532Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:02:00.8754247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:02:00.8762931Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:02:00.8784582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:02:00.8793683Z [gw1] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:02:00.8816711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:02:00.8825390Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:02:00.8847375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:02:00.8856465Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:02:00.8878151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:02:00.8893183Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:02:00.8914348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:02:00.8923201Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:02:00.8943404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:02:00.8951343Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:02:00.8975032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:02:00.8982439Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:02:00.9003589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:02:00.9010654Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:02:00.9031847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:02:00.9038893Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:02:00.9059888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:02:00.9066989Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:02:00.9088298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:02:00.9095500Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:02:00.9116829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:02:00.9125691Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:02:00.9145785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:02:00.9154018Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:02:00.9174630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:02:00.9181792Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:02:00.9324920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:02:00.9332384Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:02:00.9373683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:02:00.9380898Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:02:00.9404933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:02:00.9412723Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:02:00.9435291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:02:00.9442233Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:02:00.9463779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:02:00.9470940Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:02:00.9492123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:02:00.9499214Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:02:00.9520583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:02:00.9527703Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:02:00.9550755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:02:00.9558464Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:02:00.9579355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:02:00.9586472Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:02:00.9607671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:02:00.9614829Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:02:00.9636170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:02:00.9643248Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:02:00.9666788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:02:00.9674143Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:02:01.0757194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:02:01.0765214Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:02:01.0975240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:02:01.0983288Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:02:01.1021513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:02:01.1029570Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:02:01.1053124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:02:01.1060492Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:02:01.1082702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:02:01.1090012Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:02:01.1112018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:02:01.1119090Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:02:01.1269875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:02:01.1277042Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:02:01.1324863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:02:01.1331894Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:02:01.1354389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:02:01.1361643Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:02:01.1383116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:02:01.1390250Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:02:01.1411235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:02:01.1418895Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:02:01.1440069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:02:01.1447161Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:02:01.1470601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:02:01.1477834Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:02:01.1499300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:02:01.1506222Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:02:01.1527799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:02:01.1534976Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:02:01.1556322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:02:01.1563422Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:02:01.1584816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:02:01.1592030Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:02:01.1613219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:02:01.1621043Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:02:01.1641910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:02:01.1649023Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:02:01.1670254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:02:01.1678222Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:02:01.1699062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:02:01.1706235Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:02:01.1727689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:02:01.1734755Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:02:01.1758348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:02:01.1765569Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:02:01.1786739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:02:01.1794593Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:02:01.1815487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:02:01.1822492Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:02:01.1843725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:02:01.1850843Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:02:01.1872140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:02:01.1879197Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:02:01.1900289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:02:01.1907284Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:02:01.1930431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:02:01.1937597Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:02:01.2096547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:02:01.2103843Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:02:01.2159584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:02:01.2166792Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:02:01.2193083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:02:01.2200599Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:02:01.2223395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:02:01.2230830Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:02:01.2255802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:02:01.2262846Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:02:01.3360267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:02:01.3373304Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:02:01.3560981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:02:01.3575697Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:02:01.4123650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:02:01.4136930Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:02:01.4237415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:02:01.4250746Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:02:01.4444190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:02:01.4457615Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:02:01.4518666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:02:01.4535514Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:02:01.5336993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:02:01.5349334Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:02:01.5453388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:02:01.5464796Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:02:01.5513583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:02:01.5524359Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:02:01.5557238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:02:01.5569640Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:02:01.5603837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:02:01.5617816Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:02:01.5650527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:02:01.5661627Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:02:01.5695253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:02:01.5708174Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:02:01.5739434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:02:01.5750808Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:02:01.5781395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:02:01.5793005Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:02:01.5826405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:02:01.5837792Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:02:01.5872948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:02:01.5882374Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:02:01.5912972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:02:01.5923890Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:02:01.5954372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:02:01.5965400Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:02:01.5996258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:02:01.6006983Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:02:01.6036226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:02:01.6050434Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:02:01.6079696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:02:01.6090432Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:02:01.6119850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:02:01.6131339Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:02:01.6163994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:02:01.6174741Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:02:01.6204534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:02:01.6215704Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:02:01.6248731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:02:01.6259768Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:02:01.6294395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:02:01.6305228Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:02:01.6336992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:02:01.6347659Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:02:01.6380635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:02:01.6391576Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:02:01.6424642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:02:01.6435630Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:02:01.6466810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:01.6477629Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:01.6507457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:01.6519322Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:01.6549177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:01.6561643Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:01.6590562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:01.6601633Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:01.6630413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:02:01.6643173Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:02:01.6672713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:02:01.6685193Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:02:01.6719461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:01.6731248Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:01.6760359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:01.6772679Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:01.6801750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:02:01.6813260Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:02:01.6842302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:02:01.6853194Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:02:01.6882379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:02:01.6892831Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:02:01.6922281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:02:01.6934579Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:02:01.6964563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:02:01.6974991Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:02:01.7006515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:02:01.7014464Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:02:01.7044317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:02:01.7054268Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:02:01.7082959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:02:01.7093908Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:02:01.9839070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:02:01.9851115Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:02:02.0063699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:02:02.0075483Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:02:02.0134227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:02:02.0144845Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:02:02.0172642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:02:02.0184337Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:02:02.0210821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:02:02.0221218Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:02:02.0247364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:02.0257379Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:02.0283290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:02.0294601Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:02.0320523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:02:02.0330444Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:02:02.0356842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:02:02.0366753Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:02:02.0391561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:02:02.0401367Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:02:02.0428612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:02:02.0438532Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:02:02.0463945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:02:02.0474092Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:02:02.0498877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:02:02.0509852Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:02:02.0535066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:02:02.0545721Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:02:02.0570346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:02:02.0581292Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:02:02.0605297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:02:02.0612869Z [gw0] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:02:02.0621196Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:02:02.0624167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:02:02.0645048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:02.0656772Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:02:02.0682239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:02:02.0692251Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:02:02.0717972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:02:02.0728212Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:02:02.0753565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:02:02.0765311Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:02:02.0808824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:02:02.0820092Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:02:02.0855802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:02.0866927Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:02.0902590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:02.0914233Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:02.0949474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:02:02.0960140Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:02:02.0994267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:02:02.1004155Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:02:02.1039935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:02:02.1050549Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:02:02.1088846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:02:02.1104310Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:02:02.1140976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:02.1154978Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:02.1191348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:02:02.1204964Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:02:02.1241375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:02.1255677Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:02.1296161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:02.1311265Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:02.1347536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:02.1362521Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:02.1399464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:02.1412945Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:02.1449551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:02.1461763Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:02.1497356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:02.1511748Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:02.1534720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:02:02.1549248Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:02:02.1566082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:02:02.1581097Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:02:02.1617041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:02.1630822Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:02.1666902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:02.1680555Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:02.1714733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:02:02.1728136Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:02:02.1765712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:02:02.1779445Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:02:02.1814725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:02:02.1828559Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:02:02.1864248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:02:02.1878596Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:02:02.1913187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:02:02.1926533Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:02:02.1965492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:02.1975314Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:02.2008266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:02.2020248Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:02.2054905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:02.2069072Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:02.2103675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:02.2119027Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:02.2151452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:02.2163657Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:02.2198394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:02.2223322Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:02.2261460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:02.2275489Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:02.2309949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:02.2323610Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:02.2358168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:02.2372347Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:02.2407740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:02.2421943Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:02.2456581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:02.2470739Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:02.2505075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:02.2519821Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:02.2554744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:02.2569455Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:02.2654500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:02:02.2669166Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:02:02.2706019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:02.2721577Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:02.2757565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:02.2773147Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:02.2807342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:02.2820974Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:02.2860163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:02.2874020Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:02.2906733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:02.2920036Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:02.2955044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:02.2967853Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:02.3002422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:02.3015297Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:02.3049809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:02.3063245Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:02.3098528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:02.3114525Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:02.3149678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:02.3164692Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:02.3201428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:02.3215329Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:02.3250347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:02.3263968Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:02.4372501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:02.4389894Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:02.5425655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:02.5437058Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:02.6798609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:02:02.6810097Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:02:02.6880594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:02:02.6891532Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:02:02.6923957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:02.6934662Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:02.6965913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:02:02.6977401Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:02:02.7264311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:02.7276742Z [gw1] [ 56%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:02.9479416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:02.9492068Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:02:03.0996227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:02:03.1007402Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:03.2484715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:02:03.2494733Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:02:03.2544361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:02:03.2551974Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:02:03.2757834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:03.2765962Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:02:03.2838717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:02:03.2848367Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:02:03.2875518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:03.2883296Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:03.2909374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:03.2916395Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:03.2967579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:02:03.2976374Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:02:03.2999371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:02:03.3008051Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:02:03.3032294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:02:03.3039143Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:02:03.3061097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:02:03.3070427Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:02:03.3093652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:02:03.3100692Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:02:03.3125740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:02:03.3134735Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:02:03.3156654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:02:03.3165579Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:02:03.3189558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:02:03.3196944Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:02:03.3220172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:02:03.3229815Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:02:03.3253165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:02:03.3262803Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:02:03.3287600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:02:03.3295550Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:02:03.3320582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:02:03.3328206Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:02:03.3384165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:02:03.3393657Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:02:03.3417981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:02:03.3425305Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:02:03.3451104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:02:03.3458066Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:02:03.3615297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:02:03.3625745Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:02:03.3642704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:03.3654712Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:03.3769022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:03.3782182Z [gw1] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:03.3947444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:03.3957877Z [gw0] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:03.4388521Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:03.4395788Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:03.4550325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:03.4560602Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:03.4713759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:02:03.4721795Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:02:03.4750705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:02:03.4760428Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:02:03.4786959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:02:03.4804975Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:02:03.4817638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:02:03.4827720Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:02:03.4855936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:02:03.4863625Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:02:03.4891125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:02:03.4899492Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:02:03.4924759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:02:03.4931950Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:02:03.4955771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:02:03.4964649Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:02:03.4989050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:02:03.4999563Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:02:03.5027295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:02:03.5034307Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:02:03.5062887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:02:03.5074742Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:02:03.5107994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:02:03.5119806Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:02:03.5152956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:02:03.5165131Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:02:03.5203083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:02:03.5215071Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:02:03.5247181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:02:03.5259305Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:02:03.5297021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:02:03.5308782Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:02:03.5342243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:02:03.5354163Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:02:03.5386643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:02:03.5398736Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:02:03.5434885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:02:03.5446700Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:02:03.5516381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:02:03.5528684Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:02:03.5627599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:02:03.5639922Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:02:03.5698828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:02:03.5711245Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:02:03.5806047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:02:03.5818493Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:02:03.6069051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:02:03.6080588Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:02:03.6114406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:02:03.6128211Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:03.6159885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:03.6174062Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:02:03.6185917Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:03.6186808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:03.6216027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:02:03.6227310Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:03.6237762Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:02:03.6245772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:03.6267782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:02:03.6281740Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:03.6285723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:02:03.6297842Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:02:03.6314703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:02:03.6326568Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:02:03.6333780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:02:03.6345536Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:02:03.6361768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:02:03.6373926Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:02:03.6381306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:03.6393573Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:02:03.6407128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:02:03.6417916Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:03.6450205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:03.6462176Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:03.6475065Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:02:03.6475857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:03.6504970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:02:03.6517035Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:03.6528639Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:02:03.6531293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:03.6569982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:02:03.6581877Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:02:03.6612230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:02:03.6624819Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:03.6635704Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:02:03.6636481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:03.6666278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:02:03.6678297Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:03.6691823Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:02:03.6692626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:03.6721929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:02:03.6733604Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:03.6745115Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:02:03.6748086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:03.6777585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:02:03.6788657Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:03.6804137Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:02:03.6804896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:03.6832272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:03.6843950Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:03.6855826Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:03.6858648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:03.6888916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:02:03.6900031Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:03.6915176Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:02:03.6916149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:03.6944248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:03.6956766Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:03.6966790Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:03.6969430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:03.6999507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:03.7011872Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:03.7024617Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:03.7027205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:03.7063718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:03.7067043Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:03.7081973Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:03.7082777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:03.7111809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:02:03.7124659Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:03.7136874Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:02:03.7137664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:03.7170823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:03.7181722Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:03.7192593Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:03.7195255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:03.7224957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:03.7237177Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:03.7248879Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:03.7252506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:03.7282955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:03.7293740Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:03.7308101Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:03.7309038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:02:03.7342416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:03.7353117Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:02:03.7364807Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:03.7365661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:03.7394747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:03.7406258Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:03.7419657Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:03.7420522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:03.7448961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:03.7460213Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:03.7475173Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:03.7475947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:03.7503909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:03.7515772Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:03.7529790Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:03.7530664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:02:03.7559587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:03.7570957Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:02:03.7584558Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:03.7585441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:02:03.7614105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:03.7626153Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:02:03.7639787Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:03.7640844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:03.7668389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:02:03.7681667Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:03.7693102Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:02:03.7693839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:03.7726916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:02:03.7734975Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:03.7750044Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:02:03.7750916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:03.7781867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:02:03.7792236Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:03.7798279Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:02:03.7806846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:03.7826570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:03.7842704Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:03.7853274Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:03.7854174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:03.7888845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:03.7897877Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:03.7908031Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:03.7908968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:03.7941012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:02:03.7951313Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:03.7964591Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:02:03.7965482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:03.7997481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:02:03.8005131Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:03.8018532Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:02:03.8021984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:03.8050263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:03.8062740Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:03.8072682Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:03.8075322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:03.8104951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:03.8116077Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:03.8129130Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:03.8131980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:03.8162402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:03.8170377Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:03.8180220Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:03.8182689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:03.8210861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:03.8218608Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:03.8230651Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:03.8233380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:03.8265116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:02:03.8271051Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:02:03.8283276Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:03.8286025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:02:03.8317461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:02:03.8337210Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:02:03.8372093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:02:03.8378673Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:02:03.8392019Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:02:03.8394867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:02:03.8426560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:03.8434829Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:02:03.8443912Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:03.8445436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:03.8477258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:02:03.8483619Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:02:03.8495744Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:03.8498579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:02:03.8533317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:03.8538956Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:02:03.8554442Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:03.8556199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:03.8589409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:03.8598860Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:03.8608622Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:03.8611715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:02:03.8619544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:03.8631548Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:03.8645861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:03.8649769Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:03.8662686Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:02:03.8664732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:03.8698563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:03.8707565Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:03.8722407Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:03.8723424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:02:03.8758760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:03.8765527Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:03.8778746Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:02:03.8781782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:02:03.8814571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:03.8825959Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:02:03.8837964Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:03.8838793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:03.8868151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:02:03.8882903Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:03.8890194Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:02:03.8899415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:03.8919635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:02:03.8935397Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:03.8939425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:03.8951448Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:02:03.8969415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:02:03.8989368Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:03.8990455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:03.9000340Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:02:03.9014481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:03.9025306Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:03.9040403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:03.9052240Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:03.9061565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:02:03.9071342Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:03.9087054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:03.9099143Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:02:03.9106830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:03.9117738Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:03.9138547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:03.9150619Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:03.9169291Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:03.9170058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:03.9199427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:03.9208282Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:03.9219627Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:03.9222951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:03.9256020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:02:03.9264890Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:03.9276728Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:02:03.9279777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:02:03.9307815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:02:03.9319158Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:02:03.9331481Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:02:03.9335010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:03.9367563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:02:03.9374770Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:02:03.9390400Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:03.9391298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:03.9436543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:02:03.9440496Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:03.9452593Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:02:03.9453513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:03.9490096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:03.9496758Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:03.9509287Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:03.9510248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:02:03.9538540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:03.9550224Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:03.9562942Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:02:03.9566118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:02:03.9599935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:03.9613688Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:02:03.9617141Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:03.9629995Z [gw0] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:03.9634875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:02:03.9635522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:03.9662210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:02:03.9673151Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:02:03.9681625Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:02:03.9684783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:02:03.9717857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:02:03.9729477Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:02:03.9763801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:02:03.9775542Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:02:03.9934243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:03.9943792Z [gw1] [ 58%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:03.9956508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:02:03.9968116Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:02:04.0020188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:02:04.0032053Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:02:04.0064119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:04.0070338Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:02:04.0085728Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:04.0086507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:02:04.0143696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:02:04.0160084Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:02:04.0163712Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:02:04.0169768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:02:04.0202052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:04.0214453Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:04.0246108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:04.0257296Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:04.0288123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:02:04.0298676Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:02:04.0313074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:04.0383589Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:02:04.0384162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:02:04.0384760Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:04.0390009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:04.0413107Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:04.0426352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:02:04.0437458Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:02:04.0456339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:04.0469417Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:02:04.0481530Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:04.0484206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:02:04.0519630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:04.0531544Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:04.0565178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:02:04.0577830Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:02:04.0590028Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:02:04.0590739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:02:04.0623129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:04.0636314Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:04.0670187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:04.0682737Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:04.0716717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:02:04.0728858Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:02:04.0763138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:04.0775242Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:04.0809070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:04.0820517Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:04.0855020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:04.0862342Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:04.0875149Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:02:04.0877876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:04.0905081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:02:04.0916103Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:04.0945322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:04.0955981Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:04.0969391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:02:04.0981052Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:02:04.0990641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:02:04.1000295Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:02:04.1016953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:04.1031718Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:02:04.1037220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:04.1046504Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:04.1067845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:04.1079558Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:04.1092448Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:04.1120933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:02:04.1129046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:02:04.1135521Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:02:04.1151408Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:02:04.1152216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:02:04.1184176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:02:04.1193321Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:02:04.1205311Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:02:04.1209167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:02:04.1240692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:02:04.1252858Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:02:04.1293850Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:02:04.1294560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:02:04.1297891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:02:04.1306370Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:02:04.1320770Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:02:04.1321530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:02:04.1353064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:02:04.1361048Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:02:04.1377661Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:02:04.1378408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:02:04.1410212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:02:04.1418735Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:02:04.1430243Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:02:04.1433465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:02:04.1466996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:02:04.1474800Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:02:04.1486609Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:02:04.1489457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:02:04.1521357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:02:04.1530339Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:02:04.1576841Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:02:04.1577558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:02:04.1578234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:02:04.1586900Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:02:04.1621288Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:02:04.1622200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:02:04.1627608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:02:04.1639080Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:02:04.1643182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:02:04.1655115Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:02:04.1679461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:02:04.1683867Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:02:04.1695185Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:02:04.1696003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:02:04.1711723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:02:04.1722497Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:02:04.1735943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:02:04.1747886Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:02:04.1756235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:02:04.1767763Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:02:04.1781884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:02:04.1793792Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:02:04.1800681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:02:04.1811231Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:02:04.1833021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:02:04.1845202Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:02:04.1858836Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:02:04.1859782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:02:04.1897193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:02:04.1910405Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:02:04.1945647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:02:04.1956578Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:02:04.1987856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:02:04.1998409Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:02:04.2007047Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:02:04.2010344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:02:04.2043009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:02:04.2054432Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:02:04.2068578Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:02:04.2069345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:02:04.2098884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:02:04.2110123Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:02:04.2124408Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:02:04.2125187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:02:04.2157703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:02:04.2165950Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:02:04.2180034Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:02:04.2180991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:02:04.2212538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:02:04.2218487Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:02:04.2232262Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:02:04.2233055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:02:04.2263022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:02:04.2271319Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:02:04.2284859Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:02:04.2285521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:02:04.2320840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:02:04.2326308Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:02:04.2339373Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:02:04.2340083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:02:04.2370258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:02:04.2378160Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:02:04.2394897Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:02:04.2395633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:02:04.2426267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:02:04.2435339Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:02:04.2447734Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:02:04.2448727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:04.2482633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:02:04.2494356Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:02:04.2528551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:02:04.2540271Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:02:04.2578017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:02:04.2589655Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:02:04.2623963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:02:04.2637377Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:02:04.2642838Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:04.2652666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:02:04.2674619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:04.2680916Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:04.2695582Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:02:04.2696375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:02:04.2716480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:04.2726614Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:04.2741260Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:02:04.2742038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:04.2761009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:02:04.2772603Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:04.2778815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:04.2788751Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:02:04.2793155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:02:04.2813826Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:04.2822763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:02:04.2831426Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:02:04.2846140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:02:04.2857140Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:02:04.2887032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:02:04.2897453Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:02:04.2926967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:02:04.2937207Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:02:04.2966481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:02:04.2977322Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:02:04.3006413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:02:04.3016763Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:02:04.3045750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:02:04.3056124Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:02:04.3522838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:02:04.3535559Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:02:04.3659584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:02:04.3672987Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:02:04.4028082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:02:04.4099213Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:04.4284060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:02:04.4298338Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:02:04.4409168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:02:04.4421181Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:02:04.4447878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:02:04.4458191Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:02:04.4483425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:02:04.4493300Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:02:04.4517918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:02:04.4527813Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:02:04.4552250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:02:04.4563085Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:02:04.4586911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:02:04.4596831Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:02:04.4620524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:02:04.4630471Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:02:04.4654192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:02:04.4663996Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:02:04.4687811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:04.4697686Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:04.4723835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:04.4733885Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:04.4757765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:02:04.4767581Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:02:04.4793695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:02:04.4801620Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:02:04.4825662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:02:04.4835241Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:02:04.4859053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:02:04.4869645Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:02:04.4902704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:04.4912967Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:04.4921157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:04.4934245Z [gw0] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:02:04.4939964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:04.4947607Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:04.4971693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:04.4981397Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:04.5005374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:04.5015185Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:04.5039621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:02:04.5049080Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:02:04.5078186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:04.5087890Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:04.5112130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:04.5122384Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:04.5148745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:02:04.5156396Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:02:04.5180632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:02:04.5189914Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:02:04.5213870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:02:04.5223081Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:02:04.5246492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:02:04.5255887Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:02:04.5282137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:02:04.5289024Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:02:04.5314227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:02:04.5321014Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:02:04.5356255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:02:04.5363321Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:02:04.5854857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:02:04.5867617Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:02:04.6125326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:02:04.6133068Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:02:04.6301089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:02:04.6313897Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:02:04.6324375Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:02:04.6327839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:02:04.6362609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:02:04.6371441Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:02:04.6385415Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:02:04.6386650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:02:04.6418743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:02:04.6430333Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:02:04.6439055Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:02:04.6442161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:02:04.6470642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:02:04.6483593Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:02:04.6494415Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:02:04.6495276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:04.6581766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:02:04.6593777Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:02:04.6629173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:02:04.6641184Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:02:04.6676145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:02:04.6688507Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:02:04.6757687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:02:04.6758540Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:04.6759307Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:02:04.6759929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:02:04.6771314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:04.6783344Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:02:04.6820327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:02:04.6830223Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:02:04.6868076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:02:04.6879306Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:02:04.6913345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:02:04.6923940Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:02:04.6958193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:02:04.6973470Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:02:04.6975253Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:04.6987857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:02:04.7001150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:04.7011065Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:02:04.7044740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:02:04.7054872Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:02:04.7088790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:02:04.7098890Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:02:04.7234534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:02:04.7244300Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:04.7332482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:02:04.7344366Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:02:04.7360929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:02:04.7370697Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:02:04.7379917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:02:04.7392322Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:02:04.7428998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:02:04.7440814Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:02:04.7445855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:02:04.7455809Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:02:04.7472475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:02:04.7484260Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:02:04.7518425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:02:04.7530419Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:02:04.7567718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:02:04.7581817Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:02:04.7620224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:02:04.7632933Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:02:04.7671609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:02:04.7683879Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:02:04.7703562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:02:04.7712707Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:02:04.7716927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:02:04.7730289Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:02:04.7769013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:02:04.7781762Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:02:04.7789532Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:02:04.7792527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:02:04.7820926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:02:04.7832994Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:02:04.7841563Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:02:04.7842273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:02:04.7871057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:02:04.7878014Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:02:04.7888086Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:02:04.7891010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:02:04.7919081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:02:04.7929405Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:02:04.7960154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:02:04.7967835Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:02:04.7997525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:02:04.8002790Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:02:04.8012671Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:02:04.8014837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:02:04.8043425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:02:04.8052709Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:02:04.8060299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:02:04.8070754Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:02:04.8078524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:02:04.8088117Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:02:04.8096716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:02:04.8106472Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:02:04.8113996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:02:04.8123853Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:02:04.8131817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:02:04.8142526Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:02:04.8148958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:02:04.8158497Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:02:04.8169693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:02:04.8180502Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:02:04.8184895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:02:04.8190685Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:02:04.8201201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:02:04.8210944Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:02:04.8215189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:02:04.8222640Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:02:04.8231336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:02:04.8239161Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:02:04.8245289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:02:04.8253522Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:02:04.8260728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:02:04.8267953Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:02:04.8275167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:02:04.8282894Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:02:04.8289870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:02:04.8297265Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:02:04.8307360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:04.8314740Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:02:04.8319142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:02:04.8327655Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:04.8337102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:04.8344753Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:02:04.8350807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:02:04.8356143Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:04.8366172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:04.8373639Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:02:04.8378095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:02:04.8385527Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:04.8397165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:04.8403913Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:02:04.8413339Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:04.8415375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:04.8425815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:02:04.8434931Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:04.8439437Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:02:04.8446163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:04.8453676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:02:04.8459230Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:04.8467493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:04.8477716Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:02:04.8484079Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:04.8485827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:04.8507877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:02:04.8515892Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:02:04.8522162Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:04.8523483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:02:04.8546768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:02:04.8552641Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:02:04.8559022Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:02:04.8560654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:02:04.8581275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:02:04.8588760Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:02:04.8596513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:02:04.8603622Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:02:04.8610242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:02:04.8617443Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:02:04.8638735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:02:04.8645826Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:02:04.8654061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:02:04.8661237Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:02:04.8666669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:02:04.8675253Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:02:04.8682536Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:02:04.8684268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:02:04.8695870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:04.8703927Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:04.8711409Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:02:04.8712959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:02:04.8732747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:02:04.8739955Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:02:04.8763730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:02:04.8770902Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:02:04.8874587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:02:04.8893937Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:02:04.8897892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:02:04.8908948Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:02:04.8957836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:02:04.8971423Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:02:04.8979939Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:02:04.8981014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:02:04.9011298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:02:04.9066211Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:02:04.9073725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:02:04.9081540Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:02:04.9306940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:02:04.9320035Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:02:04.9392510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:02:04.9405423Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:02:04.9776505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:02:04.9788511Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:02:04.9876157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:02:04.9887105Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:02:04.9920219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:02:04.9931021Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:02:04.9963164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:02:04.9973725Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:02:05.0005324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:02:05.0015841Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:02:05.0047041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:02:05.0057480Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:02:05.0088298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:02:05.0098466Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:02:05.0128778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:02:05.0138996Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:02:05.0169177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:02:05.0182594Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:02:05.0189360Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:02:05.0199085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:02:05.0215659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:02:05.0226201Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:02:05.0503129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:02:05.0516942Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:02:05.1622665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:02:05.1632428Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:02:05.1803786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:02:05.1812455Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:02:05.1837738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:02:05.1845490Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:02:05.1867899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:02:05.1875207Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:02:05.1896868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:02:05.1905472Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:02:05.1926621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:02:05.1936270Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:02:05.1940223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:02:05.1945967Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:02:05.1955850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:02:05.1963055Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:02:05.1984439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:02:05.1991731Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:02:05.2017484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:02:05.2025892Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:02:05.2050319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:02:05.2058896Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:02:05.2087405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:02:05.2096065Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:02:05.2153390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:02:05.2166448Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:02:05.2240295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:05.2249896Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:02:05.2294118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:02:05.2302024Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:02:05.2328173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:02:05.2337166Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:02:05.2361528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:02:05.2370828Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:02:05.2394720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:02:05.2403962Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:02:05.2427848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:02:05.2438119Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:02:05.2542671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:02:05.2554545Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:02:05.2596237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:02:05.2606285Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:02:05.2704647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:02:05.2714963Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:02:05.2752927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:02:05.2762225Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:02:05.2786796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:02:05.2795781Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:02:05.2806612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:02:05.2821088Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:05.2825808Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:02:05.2832787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:05.2855470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:02:05.2865445Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:02:05.2890439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:02:05.2900146Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:02:05.2923070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:02:05.2933063Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:02:05.2956576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:02:05.2966301Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:02:05.2988843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:02:05.2998674Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:02:05.3022090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:02:05.3031096Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:02:05.3054367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:02:05.3064243Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:02:05.3087143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:02:05.3096757Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:02:05.3119471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:02:05.3129199Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:02:05.3151595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:02:05.3161004Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:02:05.3183121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:02:05.3192484Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:02:05.3219627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:02:05.3230358Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:05.3542618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:05.3554015Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:02:05.3630279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:02:05.3642813Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:02:05.3681445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:02:05.3693146Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:02:05.3726311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:02:05.3736966Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:02:05.3770394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:02:05.3780884Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:02:05.3819374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:02:05.3829995Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:02:05.3861188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:02:05.3871824Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:02:05.3902614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:02:05.3916821Z [gw3] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:02:05.3926916Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:05.3934429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:02:05.4005218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:05.4016490Z [gw1] [ 62%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:05.4728332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:05.4741066Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:02:05.4825888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:02:05.4837615Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:05.4875176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:02:05.4886405Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:02:05.4924971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:05.4936943Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:05.4953924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:05.4966809Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:02:05.4972583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:02:05.4983164Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:05.5020264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:02:05.5031387Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:02:05.5061882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:02:05.5072533Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:02:05.5106049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:02:05.5117046Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:02:05.5270347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:02:05.5282637Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:02:05.5337086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:02:05.5349750Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:02:05.5383982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:02:05.5395968Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:02:05.5430532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:02:05.5442443Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:02:05.5703080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:02:05.5714509Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:02:05.5790897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:02:05.5805653Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:02:05.5815155Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:02:05.5817948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:02:05.5870680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:02:05.5881944Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:02:05.5917703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:02:05.5930043Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:02:05.6030689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:02:05.6044113Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:02:05.6096362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:02:05.6112287Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:02:05.6173890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:02:05.6186103Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:02:05.6511747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:02:05.6524804Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:02:05.6630133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:02:05.6642962Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:02:05.6813970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:02:05.6826835Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:02:05.6885758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:02:05.6898253Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:02:05.6933884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:02:05.6945828Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:02:05.6982015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:02:05.6994352Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:02:05.7032025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:05.7044544Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:05.7082035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:02:05.7094815Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:02:05.7132749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:02:05.7145306Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:02:05.7182623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:05.7195118Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:05.7209799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:05.7221866Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:02:05.7229545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:02:05.7242184Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:05.7274319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:02:05.7284912Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:02:05.7315772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:02:05.7326310Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:02:05.7357716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:02:05.7368128Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:02:05.7401740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:02:05.7412411Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:02:05.7446840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:02:05.7459209Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:02:05.7473264Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:02:05.7474127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:05.7502981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:02:05.7514578Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:05.7531154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:05.7543490Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:02:05.7550184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:02:05.7560056Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:05.7579213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:05.7586260Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:02:05.7599646Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:05.7602175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:05.7618113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:02:05.7628688Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:05.7638584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:02:05.7650208Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:02:05.7665238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:02:05.7676828Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:02:05.7685201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:02:05.7696684Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:02:05.7712638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:02:05.7722838Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:02:05.7731562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:05.7743410Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:02:05.7756293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:02:05.7767881Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:05.7777698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:05.7789241Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:02:05.7800901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:02:05.7812870Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:05.7824081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:02:05.7835893Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:02:05.7846500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:02:05.7858956Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:02:05.7869148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:02:05.7880709Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:02:05.7892644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:02:05.7904203Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:02:05.7917068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:02:05.7929069Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:02:05.7936874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:02:05.7947181Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:02:05.7965195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:05.7978482Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:02:05.7984968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:02:05.7994255Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:05.8012301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:05.8024604Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:02:05.8036138Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:05.8036985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:02:05.8067006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:02:05.8079828Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:02:05.8118092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:05.8130075Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:05.8165501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:05.8177431Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:05.8211556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:05.8223188Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:05.8256547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:05.8268624Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:05.8301792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:02:05.8313887Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:02:05.8346805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:02:05.8358646Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:02:05.8392899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:02:05.8404981Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:02:05.8437708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:02:05.8449923Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:02:05.8482816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:02:05.8497634Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:02:05.8531253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:02:05.8543291Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:02:05.8580071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:02:05.8592139Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:02:05.8616640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:02:05.8626693Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:02:05.8651401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:02:05.8654455Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:02:05.8662193Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:02:05.8664579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:02:05.8701530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:02:05.8712618Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:02:05.8746516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:02:05.8753877Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:02:05.8765130Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:02:05.8767179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:02:05.8801992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:02:05.8809239Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:02:05.8820856Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:02:05.8823274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:02:05.8847409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:02:05.8856822Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:02:05.8861638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:02:05.8873825Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:02:05.8883499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:02:05.8892792Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:02:05.8910004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:02:05.8916030Z [gw3] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:02:05.8926555Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:02:05.8928895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:02:05.8947483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:02:05.8958132Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:02:05.8962261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:02:05.8973376Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:02:05.8987220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:02:05.9000393Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:02:05.9009267Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:02:05.9010899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:02:05.9033571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:02:05.9049179Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:02:05.9057075Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:02:05.9060221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:02:05.9091955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:02:05.9100541Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:02:05.9110855Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:02:05.9112233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:02:05.9136378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:02:05.9147672Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:02:05.9151407Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:02:05.9158647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:02:05.9173663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:02:05.9182699Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:02:05.9192694Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:02:05.9193673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:02:05.9217132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:02:05.9218943Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:02:05.9230189Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:02:05.9232732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:02:05.9255534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:02:05.9258377Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:02:05.9266934Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:02:05.9268577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:02:05.9287542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:02:05.9294305Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:02:05.9303675Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:02:05.9305720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:02:05.9330014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:02:05.9333515Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:02:05.9340937Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:02:05.9343474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:02:05.9362126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:02:05.9365791Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:02:05.9379929Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:02:05.9380927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:02:05.9402894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:02:05.9411080Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:02:05.9419770Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:02:05.9420538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:02:05.9442359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:02:05.9447805Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:02:05.9459413Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:02:05.9460124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:02:05.9485824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:02:05.9487620Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:02:05.9496847Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:02:05.9498695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:02:05.9522033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:02:05.9525701Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:02:05.9533459Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:02:05.9536069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:02:05.9555859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:02:05.9565659Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:02:05.9586733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:02:05.9596259Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:02:05.9617019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:02:05.9626905Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:02:05.9648841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:02:05.9658472Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:02:05.9681557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:02:05.9690326Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:02:05.9702446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:02:05.9712041Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:02:05.9717613Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:02:05.9724326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:02:05.9747694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:02:05.9757395Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:02:05.9779853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:02:05.9788340Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:02:05.9802060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:02:05.9811582Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:02:05.9848508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:02:05.9858313Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:02:05.9872144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:02:05.9880069Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:02:05.9883328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:02:05.9893260Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:02:05.9945690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:02:05.9953318Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:02:05.9963521Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:02:05.9966151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:02:05.9989736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:02:05.9994294Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:02:06.0014514Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:02:06.0015218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:02:06.0039455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:02:06.0044999Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:02:06.0055437Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:02:06.0056451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:02:06.0079081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:02:06.0087958Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:02:06.0111377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:02:06.0119008Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:02:06.0139502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:02:06.0149248Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:02:06.0171471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:02:06.0180601Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:02:06.0202665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:02:06.0212235Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:02:06.0235684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:02:06.0245507Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:02:06.0265763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:02:06.0275110Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:02:06.0295949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:02:06.0305449Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:02:06.0325746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:02:06.0335282Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:02:06.0356191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:02:06.0365589Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:02:06.0388164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:02:06.0395317Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:02:06.0432256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:02:06.0441327Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:02:06.0463408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:02:06.0473150Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:02:06.0493080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:02:06.0502582Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:02:06.0525596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:02:06.0535574Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:02:06.0559705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:02:06.0567426Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:02:06.0595742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:02:06.0603774Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:02:06.0628351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:02:06.0636866Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:02:06.0661410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:06.0669528Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:06.0677600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:02:06.0691080Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:02:06.0696630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:02:06.0704236Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:02:06.0727861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:02:06.0738562Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:02:06.0762673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:02:06.0770066Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:02:06.0793775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:02:06.0801624Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:02:06.0830877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:02:06.0841498Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:02:06.0845649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:02:06.0858600Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:02:06.1042621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:02:06.1053836Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:02:06.1211615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:02:06.1222434Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:02:06.1397068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:02:06.1413232Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:02:06.1448093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:02:06.1458417Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:02:06.1493666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:02:06.1504624Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:02:06.1536722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:02:06.1546933Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:02:06.1579854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:02:06.1590155Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:02:06.1621785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:02:06.1631777Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:02:06.1661776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:02:06.1672039Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:02:06.1703122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:02:06.1713368Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:02:06.1743176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:02:06.1753508Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:02:06.1786926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:02:06.1794014Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:02:06.1810335Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:02:06.1811064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:02:06.1933508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:02:06.1944696Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:02:06.1953815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:02:06.1965723Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:02:06.1995837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:02:06.2007656Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:02:06.2046025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:06.2058259Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:06.2093161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:02:06.2105218Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:02:06.2137605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:02:06.2149702Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:02:06.2184248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:02:06.2196408Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:02:06.2379066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:02:06.2393032Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:02:06.2430881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:02:06.2443501Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:02:06.2480239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:02:06.2493992Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:02:06.2781082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:02:06.2794651Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:02:06.2888779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:02:06.2901221Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:02:06.3109888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:02:06.3122039Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:02:06.3153375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:02:06.3165852Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:02:06.3256180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:02:06.3268656Z [gw3] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:02:06.3304035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:02:06.3325955Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:02:06.3349967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:02:06.3365546Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:02:06.3398621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:02:06.3407492Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:02:06.3421968Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:02:06.3422625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:02:06.3458618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:02:06.3467858Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:02:06.3506002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:02:06.3514844Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:02:06.3544504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:02:06.3561907Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:02:06.3597889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:02:06.3607746Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:02:06.3643949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:02:06.3655127Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:02:06.4385960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:02:06.4397995Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:02:06.4674097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:02:06.4686006Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:02:06.5323393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:02:06.5336471Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:02:06.5421318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:02:06.5432815Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:02:06.6047324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:06.6061743Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:06.6145375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:02:06.6156707Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:02:06.6503342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:02:06.6514440Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:02:06.6617852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:02:06.6628819Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:02:06.6981358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:02:06.6992480Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:02:06.7089842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:02:06.7100819Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:02:06.7133599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:02:06.7144145Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:02:06.7175073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:02:06.7185528Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:02:06.7215814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:02:06.7226059Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:02:06.7255096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:02:06.7265207Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:02:06.7294581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:02:06.7304917Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:02:06.7333491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:02:06.7343431Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:02:06.7372232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:02:06.7382353Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:02:06.7413188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:02:06.7424462Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:02:06.7452788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:02:06.7462806Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:02:06.7491732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:02:06.7503726Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:02:06.7532593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:02:06.7544604Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:02:06.7573476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:02:06.7585369Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:02:06.7614304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:02:06.7626594Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:02:06.7655603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:02:06.7667657Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:02:06.7696591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:02:06.7708692Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:02:06.7738947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:02:06.7750349Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:02:06.7778786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:02:06.7790409Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:02:06.7814992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:02:06.7825137Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:02:06.7842518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:02:06.7852480Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:02:06.7881967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:06.7893399Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:06.7921210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:02:06.7931392Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:02:06.8087036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:02:06.8099773Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:02:06.8142584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:02:06.8152916Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:02:06.8181197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:02:06.8190189Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:02:06.8215214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:02:06.8222474Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:02:06.8346529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:02:06.8356468Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:02:06.8452014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:02:06.8462012Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:02:06.8504599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:02:06.8513101Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:02:06.8539166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:02:06.8549711Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:02:06.8573936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:02:06.8583508Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:02:06.8608592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:02:06.8618194Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:02:06.8642493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:02:06.8652061Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:02:06.8684773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:02:06.8693394Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:02:06.8725723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:02:06.8737882Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:02:06.8767756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:02:06.8780126Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:02:06.8810516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:02:06.8822519Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:02:06.9173348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:02:06.9187924Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:07.0072093Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:02:07.0085499Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:02:07.0235619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:02:07.0248048Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:02:07.0286406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:02:07.0299001Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:02:07.0334899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:02:07.0347001Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:02:07.0382180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:02:07.0394485Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:02:07.0428684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:02:07.0440459Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:02:07.0474412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:02:07.0485913Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:02:07.0522934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:02:07.0533214Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:02:07.0566298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:02:07.0577155Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:02:07.0610236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:02:07.0621339Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:02:07.0655688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:02:07.0666727Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:02:07.0701508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:07.0713623Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:07.0746418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:02:07.0757555Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:02:07.0790330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:02:07.0801412Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:02:07.0834588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:02:07.0845692Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:02:07.0878585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:02:07.0889672Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:02:07.0927717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:02:07.0933843Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:02:07.0970369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:02:07.0981692Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:02:07.1016382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:02:07.1027044Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:02:07.1057609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:02:07.1068481Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:02:07.1099556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:02:07.1110479Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:02:07.1140332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:02:07.1150825Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:02:07.1180400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:02:07.1190838Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:02:07.1220073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:02:07.1231318Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:02:07.1260611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:02:07.1271606Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:02:07.1302392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:02:07.1312953Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:02:07.1343054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:02:07.1353666Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:02:07.1390299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:02:07.1402182Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:02:07.1434153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:02:07.1445341Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:02:07.1476129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:02:07.1487228Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:02:07.1516363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:02:07.1526570Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:02:07.1555985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:02:07.1566618Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:02:07.1595856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:02:07.1606207Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:02:07.1635639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:02:07.1646150Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:02:07.1675486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:07.1685776Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:07.1715160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:02:07.1727272Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:02:07.1756849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:02:07.1767157Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:02:07.1800052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:02:07.1817081Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:02:07.1847716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:02:07.1858087Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:02:07.1888343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:02:07.1898816Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:02:07.1929362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:02:07.1939587Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:02:07.1969805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:02:07.1980172Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:02:07.2009926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:02:07.2021526Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:02:07.2049778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:02:07.2060135Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:02:07.2089747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:02:07.2099950Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:02:07.2129439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:02:07.2139643Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:02:07.2169199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:02:07.2179443Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:02:07.2212466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:02:07.2222867Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:02:07.2442002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:02:07.2453617Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:02:07.2539508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:02:07.2551057Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:02:07.2587460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:02:07.2598795Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:02:07.2632230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:02:07.2643360Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:02:07.2675904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:02:07.2687149Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:02:07.2719664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:02:07.2730922Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:02:07.2762856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:02:07.2773364Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:02:07.2804041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:02:07.2816194Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:02:07.2845225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:02:07.2856095Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:02:07.2887528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:02:07.2897982Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:02:07.2929263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:02:07.2939520Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:02:07.2976226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:02:07.2988272Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:02:07.3891800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:02:07.3902993Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:02:07.4131493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:02:07.4142861Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:02:07.4193806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:02:07.4204648Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:02:07.4237299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:02:07.4248187Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:02:07.4280746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:02:07.4291462Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:02:07.4322435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:02:07.4333207Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:02:07.4512973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:02:07.4526475Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:02:07.4604398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:02:07.4613170Z [gw0] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:02:07.4627675Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:02:07.4628495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:02:07.4661621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:07.4675116Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:02:07.4708537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:02:07.4722842Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:02:07.4761327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:02:07.4769664Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:02:07.4804639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:02:07.4818016Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:02:07.4855114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:02:07.4868811Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:02:07.4900072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:02:07.4913690Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:02:07.4947941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:02:07.4961524Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:02:07.4997611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:02:07.5005757Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:02:07.5051833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:02:07.5052847Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:02:07.5092588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:02:07.5100549Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:02:07.5137405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:02:07.5149679Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:02:07.5185672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:02:07.5197336Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:02:07.5234818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:02:07.5241706Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:02:07.5281035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:02:07.5289066Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:02:07.5329113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:02:07.5341148Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:02:07.5378106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:02:07.5389402Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:02:07.5425934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:02:07.5434131Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:02:07.5466305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:02:07.5479641Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:02:07.5513986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:02:07.5525310Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:02:07.5558898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:02:07.5569302Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:02:07.5604054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:02:07.5615481Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:02:07.5808737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:02:07.5820125Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:02:07.5913535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:02:07.5924632Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:02:07.5961424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:02:07.5973436Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:02:07.6008636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:02:07.6019892Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:02:07.6056887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:02:07.6068104Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:02:07.7293265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:02:07.7304424Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:02:07.7592235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:02:07.7602527Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:02:07.8039374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:02:07.8052710Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:02:07.8176534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:02:07.8187803Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:02:07.8483608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:02:07.8495223Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:02:07.8577517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:02:07.8588410Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:02:07.9045181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:02:07.9060983Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:02:07.9191602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:02:07.9204293Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:02:08.0202051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:02:08.0213657Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:02:08.0247608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:02:08.0258182Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:02:08.0291800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:02:08.0301934Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:02:08.0333084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:02:08.0343295Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:02:08.0372886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:02:08.0383277Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:02:08.0412680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:02:08.0422887Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:02:08.0453756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:02:08.0463888Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:02:08.0495886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:02:08.0505969Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:02:08.0535475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:02:08.0545473Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:02:08.0574652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:02:08.0584731Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:02:08.0613810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:02:08.0623895Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:02:08.0653084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:02:08.0663271Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:02:08.0692425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:02:08.0702271Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:02:08.0732064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:02:08.0741518Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:02:08.0770644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:02:08.0780617Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:02:08.0809550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:02:08.0819814Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:02:08.0849333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:02:08.0859466Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:02:08.0898206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:02:08.0910629Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:02:08.0945923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:02:08.0958073Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:02:08.0987425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:02:08.0997682Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:02:08.1027730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:02:08.1039320Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:02:08.1070787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:02:08.1081123Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:02:08.1113001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:08.1123443Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:08.1154093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:08.1164483Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:08.1195564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:08.1206484Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:08.1236371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:08.1246572Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:08.1275961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:02:08.1286346Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:02:08.1320115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:02:08.1330256Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:02:08.1362080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:08.1372850Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:08.1402360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:02:08.1412847Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:02:08.1445468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:08.1455831Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:08.1487385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:08.1498202Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:08.1529029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:02:08.1545631Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:02:08.1575236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:02:08.1585730Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:02:08.1837534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:02:08.1849238Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:02:08.1937582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:02:08.1948723Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:02:08.2003695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:02:08.2014764Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:02:08.2301867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:02:08.2313556Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:02:08.2394924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:02:08.2406119Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:02:08.2603597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:02:08.2611187Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:02:08.2673570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:02:08.2683416Z [gw1] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:02:08.2711099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:02:08.2718625Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:02:08.2742635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:08.2752834Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:08.2778491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:08.2785458Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:08.2812338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:02:08.2819247Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:02:08.2844775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:02:08.2852325Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:02:08.2874544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:02:08.2883851Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:02:08.2906617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:02:08.2915912Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:02:08.2937589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:02:08.2946829Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:02:08.2971869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:02:08.2981261Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:02:08.3017961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:02:08.3018476Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:02:08.3034680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:02:08.3044077Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:02:08.3066151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:02:08.3076453Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:02:08.3106840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:02:08.3118421Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:02:08.3147302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:02:08.3158836Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:02:08.3190766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:02:08.3202192Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:02:08.3231697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:02:08.3242766Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:02:08.3358167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:02:08.3369560Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:02:08.3404299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:02:08.3415289Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:02:08.3451660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:02:08.3462423Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:02:08.3496305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:02:08.3507240Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:02:08.3539331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:02:08.3550410Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:02:08.3582776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:02:08.3593295Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:02:08.3625383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:02:08.3636527Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:02:08.3668707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:02:08.3679012Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:02:08.3709842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:02:08.3720537Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:02:08.3751841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:02:08.3762409Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:02:08.3793805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:02:08.3806325Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:02:08.3837445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:02:08.3847920Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:02:08.3883073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:02:08.3894244Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:02:08.3925229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:02:08.3936726Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:02:08.3967596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:02:08.3979001Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:02:08.4010064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:02:08.4022050Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:02:08.4053867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:02:08.4064724Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:02:08.4591197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:02:08.4602383Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:02:08.4747794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:02:08.4759048Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:02:08.5114727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:02:08.5125870Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:02:08.5238612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:02:08.5249587Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:02:08.5282779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:02:08.5293693Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:02:08.5336039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:02:08.5347224Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:02:08.5377736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:02:08.5390358Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:02:08.5423480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:02:08.5434183Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:02:08.5464453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:02:08.5474866Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:02:08.5505155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:02:08.5515640Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:02:08.5549900Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:02:08.5555994Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:02:08.5586215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:08.5597298Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:08.5626409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:08.5636909Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:08.5666272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:02:08.5676547Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:02:08.5705886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:02:08.5716574Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:02:08.5746154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:02:08.5756765Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:02:08.5791122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:02:08.5811748Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:02:08.5830729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:08.5841404Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:08.5870558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:08.5880969Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:08.5910171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:08.5920414Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:08.5949635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:08.5959986Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:08.5988982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:02:08.5999286Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:02:08.6031435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:08.6041832Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:08.6071136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:08.6081479Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:08.6110743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:02:08.6121316Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:02:08.6150663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:02:08.6161286Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:02:08.6195369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:02:08.6205838Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:02:08.6238747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:02:08.6250637Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:02:08.6280304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:02:08.6292608Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:02:08.6325558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:02:08.6336992Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:02:08.6369956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:02:08.6379184Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:02:08.6978794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:02:08.6990747Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:02:08.7113320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:02:08.7123052Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:02:08.7151423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:02:08.7159018Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:02:08.7187054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:02:08.7194582Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:02:08.7221673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:02:08.7229117Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:02:08.7398587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:08.7407220Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:08.7578138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:08.7585905Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:08.7757663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:08.7766539Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:08.7832857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:02:08.7840464Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:02:08.7869987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:02:08.7877695Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:02:08.7905603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:02:08.7913232Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:02:08.7940749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:02:08.7948430Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:02:08.7975060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:02:08.7982743Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:02:08.8009406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:02:08.8016729Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:02:08.8043246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:02:08.8050533Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:02:08.8077627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:02:08.8084692Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:02:08.8107533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:02:08.8116657Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:02:08.8139872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:02:08.8147016Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:02:08.8170480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:02:08.8183516Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:02:08.8205332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:02:08.8214665Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:02:08.8303055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:02:08.8312664Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:02:08.8348346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:02:08.8358144Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:02:08.8382805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:02:08.8392891Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:02:08.8417666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:02:08.8427059Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:02:08.8451998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:02:08.8458797Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:02:08.8484819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:02:08.8491661Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:02:08.8516241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:02:08.8523042Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:02:08.8547817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:02:08.8555289Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:02:08.8576523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:02:08.8585958Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:02:08.8610041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:02:08.8619156Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:02:08.8640524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:02:08.8649684Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:02:08.8672205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:02:08.8681449Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:02:08.8702705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:02:08.8713686Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:02:08.8739174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:08.8746351Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:08.8772931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:08.8780737Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:08.8803271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:08.8813389Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:08.8836226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:08.8845351Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:08.8870774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:08.8878333Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:08.8902861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:08.8909824Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:08.8943027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:08.8950362Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:08.8977136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:08.8988526Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:08.9019548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:08.9030004Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:08.9058464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:08.9069205Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:08.9098347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:08.9109717Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:08.9139759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:08.9150292Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:08.9179868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:08.9191525Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:08.9266249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:02:08.9276783Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:02:08.9308024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:08.9318655Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:08.9348258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:08.9361182Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:08.9397752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:08.9408531Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:08.9432704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:08.9442413Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:08.9463607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:08.9473081Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:08.9495083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:08.9504443Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:08.9525947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:08.9535077Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:08.9556706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:08.9565821Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:08.9587468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:08.9596802Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:08.9619778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:08.9627071Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:08.9648131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:08.9657528Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:08.9679409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:08.9688199Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:09.0473274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:09.0497709Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:09.1372584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:09.1384333Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:09.2613763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:09.2625873Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:09.2707530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:02:09.2719318Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:02:09.2752700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:09.2764188Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:09.2797228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:09.2808102Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:09.3351943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:09.3363676Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:09.9212950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:09.9225706Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:10.0190680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:10.0202286Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:10.0237239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:10.0249103Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:10.0282334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:10.0294558Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:10.0327390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:10.0338327Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:10.0371733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:10.0382218Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:10.0416919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:02:10.0428222Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:02:10.0459779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:10.0470529Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:10.0501251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:10.0512037Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:10.0542149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:10.0552850Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:10.0635770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:10.0646588Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:10.0680235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:10.0690727Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:10.0723262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:10.0734096Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:10.0764814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:10.0775652Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:10.0807759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:10.0818140Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:10.0848024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:10.0858552Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:10.0890796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:10.0901181Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:10.0931147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:10.0941653Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:10.0971130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:10.0981894Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:10.1011564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:10.1022102Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:10.1051614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:10.1062085Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:10.1092048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:10.1102607Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:10.1132891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:10.1143694Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:10.1173449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:10.1184332Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:10.1213390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:10.1223800Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:10.1253292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:10.1263647Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:10.1296296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:10.1306589Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:10.1336207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:10.1347438Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:10.1376570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:02:10.1386962Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:02:10.1416076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:10.1426485Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:10.1455732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:10.1466243Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:10.1495970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:10.1506516Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:10.1536111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:10.1546588Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:10.1575991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:10.1586400Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:10.1615744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:10.1626126Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:10.1655362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:10.1665690Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:10.1698479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:10.1709727Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:10.1740677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:10.1757616Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:10.1789585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:10.1800127Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:10.1831269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:10.1842189Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:10.1875400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:10.1886132Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:10.1971021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:02:10.1982182Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:02:10.2017546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:10.2028720Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:10.2062193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:10.2073267Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:10.2106459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:10.2118279Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:10.2150554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:10.2161476Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:10.2195764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:10.2206666Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:10.2238000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:10.2249317Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:10.2279180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:10.2290098Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:10.2322175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:10.2332464Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:10.2363954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:10.2374387Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:10.2407971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:10.2420144Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:10.2451605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:10.2462918Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:10.2493932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:10.2505131Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:10.2535865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:10.2548745Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:10.2580057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:10.2590707Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:10.2624152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:10.2634818Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:10.2665747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:10.2676744Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:10.2708406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:10.2719104Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:10.2750635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:10.2761691Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:10.2792308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:10.2803000Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:10.2833616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:10.2844270Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:10.2875026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:10.2885512Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:10.2916345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:10.2926876Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:10.2957743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:10.2968271Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:10.2997646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:10.3007919Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:10.3040497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:10.3050831Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:10.3081172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:02:10.3091545Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:02:10.3403979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:10.3415315Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:10.3496339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:02:10.3507303Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:02:10.3539192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:10.3550087Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:10.3625607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:02:10.3636646Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:02:10.3667963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:10.3678749Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:10.3709414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:10.3720067Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:10.3750362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:10.3761354Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:10.3793490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:10.3806139Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:10.3838630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:10.3849297Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:10.3880328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:10.3890821Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:10.3923778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:10.3934213Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:10.3964398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:10.3974857Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:10.4000593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:10.4009174Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:10.4030839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:10.4039051Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:10.4060394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:10.4068587Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:10.4089596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:10.4097919Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:10.4119019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:10.4126544Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:10.4147370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:10.4155044Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:10.4176043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:10.4183957Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:10.4204722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:10.4212385Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:10.4238693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:10.4249558Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:10.4278920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:10.4289290Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:10.4319047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:10.4330297Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:10.4358771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:10.4368910Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:10.4397820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:02:10.4408097Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:02:10.4437477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:02:10.4448139Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:02:10.4479201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:02:10.4487579Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:02:10.4515979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:02:10.4527368Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:02:10.4556688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:02:10.4567039Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:02:10.4595634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:02:10.4605348Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:02:10.4641436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:02:10.4652246Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:02:10.4681122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:02:10.4693721Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:02:10.4724222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:02:10.4733744Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:02:10.4763369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:02:10.4775951Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:02:10.4794245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:02:10.4806889Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:02:10.4826508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:02:10.4840348Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:02:10.4876503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:02:10.4886786Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:02:10.4916940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:02:10.4929215Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:02:10.4966153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:02:10.4974650Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:02:10.5004356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:02:10.5015389Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:02:10.5053508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:02:10.5063990Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:02:10.5097106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:02:10.5107542Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:02:10.5138444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:02:10.5149209Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:02:10.5178647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:02:10.5189053Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:02:10.5218413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:02:10.5229062Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:02:10.5258037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:02:10.5269036Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:02:10.5298838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:02:10.5311036Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:02:10.5342064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:02:10.5352426Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:02:10.5383231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:02:10.5396809Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:02:10.5426565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:02:10.5443947Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:02:10.5672907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:10.5684836Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:10.5706156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:10.5719260Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:10.5738507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:10.5750054Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:10.5768873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:10.5781134Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:10.5799323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:10.5811459Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:10.5844749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:02:10.5856364Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:02:10.5891193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:02:10.5902258Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:02:10.5955585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:02:10.5967305Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:02:10.6015181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:02:10.6026953Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:02:10.6057804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:02:10.6069512Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:02:10.6105368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:02:10.6116390Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:02:10.6283337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:02:10.6306510Z [gw3] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:02:10.8976177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:02:10.8987097Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:02:10.9507201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:02:10.9518591Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:02:10.9555656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:02:10.9567153Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:02:10.9601493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:02:10.9612582Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:02:10.9644049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:02:10.9654572Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:02:10.9739515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:02:10.9748530Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:02:10.9761699Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:02:10.9762390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:02:10.9794423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:02:10.9805245Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:02:10.9836260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:02:10.9847340Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:02:10.9877224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:02:10.9887667Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:02:10.9917152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:02:10.9927374Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:02:10.9956550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:02:10.9967016Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:02:10.9998854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:02:11.0009188Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:02:11.0038628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:02:11.0049195Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:02:11.0080679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:02:11.0091160Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:02:11.0120267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:02:11.0130597Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:02:11.0159561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:02:11.0170090Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:02:11.0199160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:02:11.0209347Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:02:11.0429422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:02:11.0442318Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:02:11.0517330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:02:11.0529196Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:02:11.0693589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:02:11.0705588Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:02:11.1131676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:02:11.1143017Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:02:11.1163705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:02:11.1176323Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:02:11.1288365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:02:11.1301438Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:02:11.1334976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:02:11.1346531Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:02:11.1377688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:02:11.1388573Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:02:11.1423119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:02:11.1435128Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:02:11.1465416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:02:11.1476115Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:02:11.1491861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:02:11.1504512Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:02:11.1511796Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:11.1521206Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:02:11.1555803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:02:11.1567739Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:02:11.1602232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:02:11.1614010Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:02:11.1648456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:02:11.1661822Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:02:11.1695210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:02:11.1708694Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:02:11.1741800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:02:11.1754052Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:02:11.1787764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:02:11.1799996Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:02:11.1833850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:02:11.1847001Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:02:11.1884693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:02:11.1896616Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:02:11.1930082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:02:11.1941749Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:02:11.1975386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:02:11.1987821Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:02:11.2020402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:02:11.2034104Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:02:11.2065592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:02:11.2077291Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:02:11.2110022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:02:11.2122694Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:02:11.2155235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:02:11.2166561Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:02:11.2200186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:02:11.2211460Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:02:11.2268351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:02:11.2279350Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:02:11.2360205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:02:11.2370832Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:02:11.2393265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:02:11.2401827Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:02:11.2424160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:11.2435310Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:11.2660324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:02:11.2673264Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:02:11.2749655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:02:11.2760374Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:02:11.2794046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:02:11.2804845Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:02:11.2836775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:02:11.2849751Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:02:11.3210343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:02:11.3234867Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:02:11.3619273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:02:11.3631381Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:02:11.3688220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:02:11.3699619Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:02:11.3750774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:02:11.3763219Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:02:11.3803351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:11.3815939Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:11.3852436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:11.3864593Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:11.3903600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:02:11.3915390Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:02:11.3952230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:02:11.3965839Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:02:11.4002441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:02:11.4014725Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:02:11.4050410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:02:11.4061945Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:02:11.4097869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:02:11.4110029Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:02:11.4145722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:02:11.4157963Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:02:11.4192839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:02:11.4204390Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:02:11.4240113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:02:11.4252351Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:02:11.4290868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:02:11.4313750Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:02:11.4349578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:02:11.4362036Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:02:11.4398872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:02:11.4410570Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:02:11.4446478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:02:11.4458194Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:02:11.4492957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:02:11.4504382Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:02:11.4595966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:02:11.4608266Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:02:11.4644959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:02:11.4656778Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:02:11.4693617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:02:11.4706064Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:02:11.4841843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:02:11.4854923Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:02:11.4908220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:02:11.4920596Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:02:11.5071702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:11.5083229Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:02:11.5560503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:11.5569271Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:11.5716808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:11.5728525Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:11.5888733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:11.5900094Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:11.6025186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:11.6032886Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:11.6056980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:11.6067649Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:11.6096218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:02:11.6103685Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:02:11.6130385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:02:11.6138027Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:02:11.6164014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:02:11.6171215Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:02:11.6196029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:02:11.6203435Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:02:11.6227294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:02:11.6234513Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:02:11.6257872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:02:11.6267789Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:02:11.6291300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:02:11.6300510Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:02:11.6323911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:02:11.6332933Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:02:11.6356374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:02:11.6365517Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:02:11.6385817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:02:11.6395773Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:02:11.6415929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:02:11.6425212Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:02:11.6445305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:02:11.6454484Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:02:11.6474642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:02:11.6484026Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:02:11.6503827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:02:11.6513124Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:02:11.6533268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:02:11.6542453Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:02:11.6556552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:02:11.6564248Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:11.6574495Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:02:11.6577444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:02:11.6597971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:11.6606665Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:02:11.6632256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:02:11.6639444Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:02:11.6686049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:02:11.6695527Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:02:11.6758547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:02:11.6770172Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:02:11.6808471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:02:11.6816254Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:02:11.6900129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:02:11.6910441Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:02:11.7084507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:02:11.7095100Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:02:11.7150830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:02:11.7162106Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:11.7170613Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:02:11.7172592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:02:11.7205513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:11.7215672Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:02:11.7240522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:02:11.7251461Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:02:11.7275457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:02:11.7285318Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:02:11.7308999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:02:11.7318580Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:02:11.7356913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:02:11.7366545Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:02:11.7390044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:02:11.7399824Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:02:11.7425896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:02:11.7433160Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:02:11.7456943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:02:11.7466333Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:02:11.7495317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:02:11.7505149Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:02:11.7528940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:02:11.7538742Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:02:11.7569962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:02:11.7572228Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:02:11.7582978Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:11.7586790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:11.7590221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:02:11.7599523Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:11.7617436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:02:11.7625790Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:02:11.7634929Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:02:11.7636552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:02:11.7657469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:11.7667255Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:02:11.7672817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:02:11.7682468Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:11.7693089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:11.7700824Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:02:11.7708878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:02:11.7718596Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:11.7728394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:02:11.7735723Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:02:11.7743273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:02:11.7763067Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:02:11.7764942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:02:11.7778287Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:02:11.7779631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:11.7786669Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:02:11.7797376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:02:11.7807579Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:11.7814034Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:02:11.7819193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:02:11.7842237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:02:11.7852301Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:02:11.7921525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:02:11.7930995Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:02:11.7969788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:02:11.7977799Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:02:11.8003373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:02:11.8011016Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:02:11.8036667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:02:11.8043767Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:02:11.8214283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:02:11.8224524Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:02:11.8283728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:02:11.8292322Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:02:11.8331208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:02:11.8339709Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:02:11.8365682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:02:11.8373346Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:02:11.8476100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:02:11.8485727Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:02:11.8527039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:02:11.8536326Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:02:11.8737057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:02:11.8747987Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:02:11.8787362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:02:11.8797847Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:11.8817244Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:02:11.8829248Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:02:11.8930094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:02:11.8941086Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:02:11.8950929Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:02:11.8952562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:02:11.8993672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:02:11.9004016Z [gw1] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:02:11.9030180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:02:11.9041604Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:02:11.9067350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:02:11.9077366Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:02:11.9102606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:11.9114122Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:11.9141382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:11.9150453Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:11.9174516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:02:11.9184494Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:02:11.9208850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:11.9218884Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:11.9243263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:11.9253206Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:11.9279896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:02:11.9287508Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:02:11.9316840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:02:11.9324704Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:02:11.9350115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:02:11.9362135Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:02:11.9398713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:02:11.9410413Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:02:11.9445868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:02:11.9457085Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:02:11.9493153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:11.9507341Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:11.9541251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:11.9552715Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:11.9574158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:11.9585972Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:11.9607045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:11.9618240Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:11.9654704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:02:11.9665706Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:02:11.9682990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:02:11.9697300Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:02:11.9701433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:11.9712792Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:02:11.9731807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:11.9745336Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:11.9751324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:11.9759014Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:11.9780421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:11.9791512Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:11.9807062Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:11.9809155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:02:11.9839772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:02:11.9851021Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:02:11.9864331Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:02:11.9865033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:02:11.9895621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:02:11.9906527Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:02:11.9914842Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:02:11.9917950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:02:11.9945280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:02:11.9959692Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:02:11.9971103Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:02:11.9971842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:11.9998496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:02:12.0012484Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:12.0020662Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:02:12.0023677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:12.0039905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:02:12.0053234Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:12.0057677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:02:12.0071289Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:02:12.0082667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:02:12.0092976Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:02:12.0124678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:12.0139604Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:12.0144222Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:02:12.0154577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:12.0169369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:02:12.0179714Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:12.0208065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:12.0220983Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:02:12.0234347Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:12.0236321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:02:12.0266428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:12.0275592Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:02:12.0287812Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:12.0290941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:02:12.0321165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:02:12.0331484Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:02:12.0360905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:02:12.0371226Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:02:12.0404073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:12.0412248Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:12.0441466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:12.0451817Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:12.0481091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:12.0491657Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:12.0509420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:12.0520588Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:12.0541173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:12.0549459Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:12.0567604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:12.0577968Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:12.0599231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:12.0609550Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:12.0640280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:12.0650457Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:12.0680212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:02:12.0690413Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:02:12.0719651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:02:12.0730052Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:02:12.0759038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:02:12.0769288Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:02:12.0798150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:02:12.0808436Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:02:12.0837311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:02:12.0847535Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:02:12.0876390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:02:12.0886446Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:02:12.0915308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:02:12.0925337Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:02:12.0954474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:02:12.0964394Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:02:12.1091062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:02:12.1102199Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:02:12.1155230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:02:12.1166407Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:02:12.1387560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:02:12.1398233Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:02:12.1474876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:02:12.1485729Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:02:12.1954720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:02:12.1966027Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:02:12.2118902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:02:12.2130770Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:02:12.2163975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:02:12.2180084Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:02:12.2211503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:02:12.2222165Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:02:12.2254952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:02:12.2265703Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:02:12.2296141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:02:12.2306850Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:02:12.2337376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:02:12.2348989Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:02:12.2379104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:02:12.2392840Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:02:12.2403215Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:02:12.2406292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:02:12.2435406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:02:12.2445990Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:02:12.2479136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:02:12.2489750Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:02:12.2611562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:02:12.2660021Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:02:12.2660640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:02:12.2672963Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:02:12.2767295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:02:12.2779454Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:02:12.2819381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:12.2832597Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:12.2872024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:02:12.2883452Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:02:12.2918231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:12.2929582Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:12.2965926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:12.2977905Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:12.3014047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:02:12.3025800Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:02:12.3061653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:02:12.3073303Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:02:12.3111440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:02:12.3123733Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:02:12.3158810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:02:12.3170881Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:02:12.3208133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:02:12.3219774Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:02:12.3255152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:02:12.3266560Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:02:12.3300375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:12.3311873Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:12.3345740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:02:12.3358667Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:02:12.3373127Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:02:12.3373717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:02:12.3408339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:02:12.3420596Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:02:12.3450200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:02:12.3461880Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:02:12.3475644Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:02:12.3476467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:02:12.3510787Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:02:12.3522968Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:02:12.3563260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:02:12.3575765Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:02:12.3580150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:12.3591795Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:02:12.3606853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:02:12.3618238Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:12.3628748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:02:12.3639964Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:02:12.3651473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:02:12.3662747Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:02:12.3675095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:12.3686503Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:02:12.3695887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:02:12.3707148Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:12.3720918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:12.3731922Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:02:12.3740044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:02:12.3751933Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:12.3765435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:12.3776427Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:02:12.3783946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:02:12.3795638Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:12.3810783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:02:12.3821943Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:02:12.3829246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:02:12.3840700Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:02:12.3854942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:02:12.3866065Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:02:12.3872942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:02:12.3884710Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:02:12.3897667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:02:12.3907983Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:02:12.3920155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:02:12.3931404Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:02:12.3940039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:12.3951319Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:02:12.3964253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:02:12.3981253Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:12.3988559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:12.3997436Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:02:12.4016243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:02:12.4028471Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:12.4063467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:12.4075539Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:12.4108664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:12.4121100Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:12.4155291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:12.4167022Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:12.4200392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:12.4212721Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:12.4234197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:12.4247373Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:02:12.4253483Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:12.4261328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:02:12.4295420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:12.4307291Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:12.4330579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:12.4336101Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:12.4351757Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:02:12.4352401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:02:12.4367488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:02:12.4378881Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:02:12.4389528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:12.4401490Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:02:12.4412454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:02:12.4425634Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:12.4435434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:12.4445656Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:02:12.4464098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:02:12.4476911Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:12.4485324Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:02:12.4491832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:02:12.4498293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:02:12.4508400Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:02:12.4531983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:02:12.4539127Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:02:12.4550937Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:02:12.4553007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:02:12.4585376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:12.4595367Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:12.4618811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:12.4628836Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:12.4652251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:12.4661619Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:12.4671638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:12.4685741Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:02:12.4690289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:02:12.4701333Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:12.4724477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:12.4734031Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:12.4740876Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:02:12.4742890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:02:12.4776483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:12.4786553Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:12.4810919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:12.4820476Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:12.4847781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:12.4859625Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:12.4871766Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:02:12.4874679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:02:12.4901980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:12.4916209Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:12.4923750Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:02:12.4939305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:12.4957553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:02:12.4964293Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:12.4971659Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:02:12.4974259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:02:12.4996375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:12.5008356Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:02:12.5014116Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:12.5022085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:02:12.5037784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:12.5050867Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:02:12.5055469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:02:12.5067238Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:12.5084548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:12.5095238Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:02:12.5098755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:02:12.5110848Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:12.5125910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:12.5136154Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:02:12.5142854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:02:12.5153338Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:12.5167727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:12.5178102Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:02:12.5185049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:02:12.5195531Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:12.5210055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:12.5220108Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:02:12.5227487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:02:12.5237927Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:12.5251622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:02:12.5261951Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:02:12.5272484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:02:12.5283753Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:02:12.5293289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:02:12.5303301Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:02:12.5319722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:02:12.5331123Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:02:12.5334864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:12.5344798Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:02:12.5362734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:02:12.5373650Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:12.5379818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:12.5387698Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:02:12.5405042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:02:12.5416007Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:12.5419572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:02:12.5431641Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:02:12.5447999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:02:12.5459213Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:02:12.5462878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:02:12.5473361Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:02:12.5490102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:02:12.5500543Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:02:12.5536197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:12.5546559Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:12.5581468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:12.5592190Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:12.5625423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:12.5637680Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:12.5671528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:12.5682683Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:12.5717840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:02:12.5728356Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:02:12.5772842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:02:12.5783409Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:02:12.5819478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:12.5829718Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:12.5862754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:02:12.5873019Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:02:12.5907614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:02:12.5917997Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:02:12.5951163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:02:12.5961680Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:02:12.5997335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:12.6007978Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:12.6044869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:12.6056435Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:12.6080277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:12.6091613Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:12.6098931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:12.6106613Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:02:12.6114277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:02:12.6123729Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:12.6150699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:02:12.6158207Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:02:12.6184923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:02:12.6194735Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:02:12.6218769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:12.6230659Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:12.6238619Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:02:12.6239324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:02:12.6272429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:02:12.6283413Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:02:12.6291151Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:02:12.6293465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:12.6319559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:02:12.6331061Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:12.6339318Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:02:12.6346002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:12.6356215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:02:12.6365700Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:12.6376486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:12.6390928Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:02:12.6394956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:02:12.6404101Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:12.6418323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:02:12.6436375Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:02:12.6439984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:02:12.6448912Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:02:12.6460073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:02:12.6478230Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:02:12.6481351Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:02:12.6487811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:02:12.6503903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:02:12.6515052Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:02:12.6521318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:02:12.6529645Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:02:12.6557854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:02:12.6568285Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:02:12.6602228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:02:12.6613132Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:02:12.6643248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:02:12.6657213Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:02:12.6687705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:02:12.6698271Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:02:12.6727928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:02:12.6738299Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:02:12.6769778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:02:12.6790786Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:02:12.6823365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:02:12.6833811Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:02:12.6864119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:02:12.6874985Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:02:12.6905741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:02:12.6916555Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:02:12.6946483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:02:12.6956719Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:02:12.6986333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:02:12.6997017Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:02:12.7031341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:02:12.7042957Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:02:12.7074465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:02:12.7084686Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:02:12.7115568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:02:12.7125982Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:02:12.7156191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:02:12.7166571Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:02:12.7185451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:02:12.7195873Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:02:12.7216899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:02:12.7229480Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:02:12.7244728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:02:12.7256484Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:02:12.7305405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:02:12.7317134Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:02:12.7440119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:02:12.7450827Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:02:12.8170338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:02:12.8182091Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:02:12.8240124Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:02:12.8252752Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:02:12.8475440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:02:12.8486614Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:02:12.8501486Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:02:12.8502140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:02:12.8726678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:02:12.8738896Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:02:12.8779643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:02:12.8792408Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:02:12.8827719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:02:12.8839562Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:02:12.9272298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:02:12.9284105Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:02:12.9466805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:02:12.9478354Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:02:12.9529292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:02:12.9540149Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:02:12.9570467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:02:13.1592686Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:02:13.1607242Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:02:13.1607953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:02:13.1651245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:02:13.1663956Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:02:13.1700611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:02:13.1712658Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:02:13.1748500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:02:13.1759443Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:02:13.1794962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:02:13.1805769Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:02:13.1836756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:02:13.1847453Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:02:13.1877754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:02:13.1888376Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:02:13.1921157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:02:13.1935601Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:02:13.1941471Z [gw2] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:02:13.1950521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:02:13.1967384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:02:13.1979211Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:02:13.2014203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:02:13.2026097Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:02:13.2718711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:02:13.2729851Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:02:13.2778725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:02:13.2790879Z [gw3] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:02:13.2912067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:02:13.2924118Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:02:13.2962444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:02:13.2974038Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:02:13.3009217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:02:13.3020606Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:02:13.3053870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:02:13.3065364Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:02:13.3100293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:02:13.3115158Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:02:13.3147295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:02:13.3155914Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:02:13.3184526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:02:13.3195130Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:02:13.3226855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:02:13.3238231Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:02:13.3267084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:02:13.3277670Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:02:13.3308542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:02:13.3318924Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:02:13.3348213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:02:13.3359195Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:02:13.3388765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:02:13.3399392Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:02:13.3428342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:02:13.3438895Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:02:13.3468616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:02:13.3479040Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:02:13.3507734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:02:13.3518237Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:02:13.3546786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:02:13.3557705Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:02:13.3591188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:02:13.3601544Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:02:13.3633508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:02:13.3644096Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:02:13.3673736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:02:13.3685977Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:02:13.3690667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:02:13.3702233Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:02:13.3889674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:02:13.3900672Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:02:13.4122122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:02:13.4133469Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:02:13.4222421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:02:13.4233676Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:02:13.4273459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:02:13.4284349Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:02:13.4319735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:02:13.4331018Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:02:13.4365176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:02:13.4375719Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:02:13.4405595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:02:13.4416787Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:02:13.4446335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:02:13.4456798Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:02:13.4483189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:02:13.4489475Z [gw0] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:13.4505073Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:02:13.4527928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:02:13.4539403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:13.4549234Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:02:13.4586165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:02:13.4599342Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:02:13.4631391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:02:13.4643354Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:02:13.4676431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:02:13.4688103Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:02:13.4722351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:02:13.4733966Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:02:13.4768430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:02:13.4779947Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:02:13.4815561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:02:13.4826911Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:02:13.4860547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:02:13.4871955Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:02:13.4906112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:02:13.4917565Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:02:13.4951474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:02:13.4963350Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:02:13.4997848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:02:13.5009280Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:02:13.5052356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:02:13.5065338Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:02:13.5099309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:02:13.5111032Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:02:13.5132219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:02:13.5145955Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:02:13.5167611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:02:13.5180091Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:02:13.5220492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:02:13.5230345Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:02:13.5263418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:02:13.5274480Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:02:13.5308521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:02:13.5320400Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:02:13.5356973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:02:13.5368556Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:02:13.5402474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:02:13.5415938Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:02:13.5450304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:02:13.5461696Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:02:13.5872512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:02:13.5883991Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:02:13.6586890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:02:13.6598696Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:02:13.7622982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:02:13.7635877Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:02:13.7675464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:02:13.7690082Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:02:13.7728498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:02:13.7740802Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:02:13.7777892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:02:13.7789778Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:02:13.7826297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:02:13.7839473Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:02:13.8214789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:02:13.8226478Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:02:13.8827036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:02:13.8839480Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:02:13.9388892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:02:13.9434375Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:02:13.9505201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:02:13.9512112Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:02:14.0221893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:02:14.0222709Z [gw3] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:02:14.0330559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:02:14.0355056Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:02:14.0380009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:02:14.0416022Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:02:14.0426870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:02:14.0475511Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:02:14.0476329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:02:14.0486348Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:02:14.0521875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:02:14.0535731Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:02:14.0566186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:02:14.0604328Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:02:14.0607408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:02:14.0618997Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:02:14.0702078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:02:14.0702776Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:02:14.0703432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:02:14.0716152Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:02:14.0746279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:02:14.0753056Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:02:14.1206203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:02:14.1207031Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:02:14.1286621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:02:14.1302235Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:02:14.1336335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:14.1342208Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:14.1382031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:02:14.1388063Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:02:14.1437512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:02:14.1438411Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:02:14.1474354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:02:14.1480478Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:02:14.2112962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:02:14.2113682Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:02:14.2135441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:02:14.2141552Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:02:14.2182061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:02:14.2308673Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:02:14.3276998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:02:14.3341891Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:02:14.3527344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:02:14.3621573Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:02:14.4648528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:02:14.4649670Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:02:14.4957583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:02:14.4958571Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:02:14.4959260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:02:14.4996265Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:02:14.4999300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:02:14.5049826Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:02:14.5050667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:02:14.5095831Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:02:14.5096736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:02:14.5138655Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:02:14.5148150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:02:14.5148835Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:02:14.5186012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:02:14.5232580Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:02:14.5233225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:02:14.5261592Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:02:14.5276898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:02:14.5282930Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:02:14.8204747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:02:14.8205920Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:02:14.9229607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:02:14.9278785Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:14.9279634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:14.9320715Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:14.9321549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:02:14.9331813Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:02:14.9509921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:02:14.9521320Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:02:15.0301790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:02:15.0313205Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:02:15.0509293Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:02:15.0522425Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:02:15.0622542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:02:15.0633610Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:02:15.1510654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:02:15.1522611Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:02:15.1707823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:02:15.1719813Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:02:15.2476053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:02:15.2488394Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:02:15.2705138Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:02:15.2717789Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:02:15.3108280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:15.3119510Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:15.4983018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:15.4996551Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:15.5408663Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:15.5416457Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:15.5685514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:15.5686140Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:15.5818992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:15.5819870Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:15.6739871Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:15.6748136Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:15.6762871Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:02:15.6763598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:15.7980803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:02:15.7992126Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:02:16.1970154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:02:16.1981625Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:02:16.2250124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:02:16.2261178Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:02:16.2819132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:16.2832586Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:16.3636097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:02:16.3651650Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:02:16.3686584Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:16.3699452Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:16.3731205Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:16.3743741Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:16.3775104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:16.3787939Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:16.3819357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:16.3830324Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:16.3860876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:16.3871154Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:16.3904960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:16.3915829Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:16.3951975Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:16.3963486Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:16.3993706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:16.4004369Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:16.4320693Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:02:16.4332300Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:02:16.4366609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:16.4378229Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:16.4410185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:02:16.4421083Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:02:16.6126482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:16.6138049Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:02:16.6372095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:02:16.6383090Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:02:16.8408811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:02:16.8419711Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:02:16.8892383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:02:16.8903399Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:02:17.1165875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:02:17.1176333Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:02:17.1634124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:02:17.1645699Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:02:17.1680926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:02:17.1692704Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:02:17.1724668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:02:17.1735463Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:02:17.1766411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:02:17.1776944Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:02:17.1795817Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:02:17.1808310Z [gw0] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:17.1815520Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:02:17.1822646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:02:17.1843762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:02:17.1855391Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:02:17.1859336Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:02:17.1871430Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:02:17.1886701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:02:17.1897001Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:02:17.1906788Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:02:17.1918397Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:02:17.1929908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:02:17.1941396Z [gw0] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:02:17.1953185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:02:17.1964780Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:02:17.1999603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:02:17.2011164Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:02:17.2046356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:02:17.2057839Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:02:17.2091814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:02:17.2102065Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:02:17.2131384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:02:17.2141639Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:02:17.2175187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:02:17.2185729Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:02:17.2218328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:02:17.2228593Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:02:17.2262506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:02:17.2274657Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:02:17.2309563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:02:17.2317624Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:02:17.2351009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:02:17.2362649Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:02:17.2401748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:02:17.2412850Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:02:17.2432815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:02:17.2444484Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:02:17.2466837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:02:17.2476038Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:02:17.2508636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:17.2518868Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:02:17.2551598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:02:17.2563585Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:02:17.3251324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:02:17.3264025Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:02:17.3391698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:02:17.3403438Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:02:17.3441132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:02:17.3452525Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:02:17.3488511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:02:17.3500718Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:02:17.4488649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:02:17.4501227Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:02:17.4997237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:02:17.5007155Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:02:17.5124638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:02:17.5135389Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:02:17.5175166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:02:17.5186262Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:02:17.5221372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:02:17.5237321Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:02:17.5273408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:02:17.5284377Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:02:17.5319689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:02:17.5332708Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:02:17.5368719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:02:17.5381417Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:02:17.5416449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:02:17.5427143Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:02:17.5461526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:02:17.5474322Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:02:17.5507681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:02:17.5518812Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:02:18.3106673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:02:18.3119317Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:02:18.3743370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:02:18.3756127Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:02:18.3796507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:02:18.3808403Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:02:18.3845752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:02:18.3856611Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:02:18.3893945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:02:18.3906526Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:02:18.3939642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:02:18.3951284Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:02:18.3986089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:02:18.3997700Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:02:18.4033245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:02:18.4044087Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:02:18.4078191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:02:18.4088899Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:02:18.4123235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:02:18.4134822Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:02:18.4167930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:02:18.4179623Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:02:18.4218140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:18.4228929Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:02:18.4261959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:02:18.4273537Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:02:18.4306307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:02:18.4316963Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:02:18.4349589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:02:18.4361016Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:02:18.4395827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:02:18.4406288Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:02:18.4438111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:02:18.4448332Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:02:18.4480989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:02:18.4491265Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:02:18.4523371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:02:18.4535332Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:02:18.4568644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:02:18.4579406Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:02:18.4612573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:02:18.4624362Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:02:18.4662308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:02:18.4672974Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:02:18.4706067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:02:18.4716514Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:02:18.4799211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:02:18.4810664Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:02:18.4843455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:02:18.4854338Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:02:18.4888164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:02:18.4898896Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:02:18.4931644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:02:18.4943648Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:02:18.4976775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:02:18.4987069Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:02:18.5022408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:02:18.5033208Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:02:18.5064477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:02:18.5075285Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:02:18.5110223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:18.5121801Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:18.5157030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:02:18.5168631Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:02:18.5208183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:02:18.5219577Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:02:18.5251649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:02:18.5262290Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:02:18.5295278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:02:18.5306107Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:02:18.5339938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:02:18.5351937Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:02:18.5387710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:18.5398248Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:18.5432714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:18.5443567Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:18.5481123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:18.5491518Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:18.5524525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:18.5535542Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:18.5572821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:18.5588567Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:18.5621238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:18.5632554Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:18.5670254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:18.5681695Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:18.5694950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:18.5710618Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:02:18.5714802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:02:18.5727969Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:18.5763224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:18.5777514Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:18.5812535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:18.5825347Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:18.5860474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:18.5873163Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:18.5908119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:18.5920614Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:18.5954614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:18.5966524Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:18.5996702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:18.6009373Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:18.6039181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:18.6050679Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:18.6080561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:18.6092308Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:18.6125669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:18.6137405Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:18.6168069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:18.6180363Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:18.6210779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:18.6222480Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:18.6252462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:18.6263170Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:18.6293119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:18.6304578Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:18.6334518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:18.6345571Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:18.6374930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:18.6386806Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:18.6416608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:18.6429865Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:18.7169081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:02:18.7180879Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:02:18.7319361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:02:18.7332624Z [gw3] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:02:18.7366952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:18.7379247Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:18.7412226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:02:18.7422219Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:02:18.7453375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:02:18.7465129Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:02:18.7495413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:02:18.7506717Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:02:18.7536567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:18.7547453Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:18.7577812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:18.7590631Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:18.7621067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:18.7632811Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:18.7664324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:02:18.7676451Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:02:18.7706326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:02:18.7717261Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:02:18.7753893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:02:18.7765668Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:02:19.3492996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:19.3505289Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:19.4692335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:02:19.4705464Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:02:19.4780734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:02:19.4795249Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:02:19.4829101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:19.4843089Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:19.4875450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:02:19.4888088Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:02:19.4919218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:02:19.4931106Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:02:19.5701986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:02:19.5716380Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:02:19.5877638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:02:19.5889811Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:02:19.5923760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:02:19.5936350Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:02:19.5967971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:02:19.5980728Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:02:19.6019598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:02:19.6032773Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:02:19.6063377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:02:19.6074865Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:02:19.6105516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:02:19.6117473Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:02:19.6161377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:02:19.6179179Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:02:19.6211028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:02:19.6223087Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:02:19.6254109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:02:19.6266322Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:02:19.6296381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:02:19.6308496Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:02:19.6338964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:02:19.6351174Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:02:19.6382485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:02:19.6392610Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:02:19.6424564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:02:19.6434861Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:02:19.6468744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:02:19.6481809Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:02:19.6511748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:02:19.6523888Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:02:19.6554541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:02:19.6568225Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:02:19.6602216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:02:19.6614598Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:02:19.6645211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:02:19.6657379Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:02:19.6687281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:02:19.6699419Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:02:19.6728863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:02:19.6741283Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:02:19.6770925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:02:19.6783607Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:02:19.6812857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:02:19.6823999Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:02:19.7244971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:02:19.7257286Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:02:19.7431410Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:02:19.7444605Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:02:19.7665093Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:02:19.7679843Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:02:19.7938289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:02:19.7952541Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:02:19.7994201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:02:19.8007879Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:02:19.8044920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:02:19.8059188Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:02:19.8095915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:02:19.8110289Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:02:20.3935554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:02:20.3948239Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:02:20.4911193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:02:20.4924225Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:02:20.6895679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:02:20.6909569Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:02:20.7299493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:02:20.7311332Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:02:20.7788603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:02:20.7810637Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:02:20.8270998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:02:20.8284705Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:02:20.8514898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:02:20.8529235Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:02:21.1577295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:02:21.1587665Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:02:21.2957669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:02:21.2958758Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:02:21.7445655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:02:21.7447073Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:02:21.9050559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:21.9065613Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:02:21.9101195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:02:21.9113534Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:02:21.9147239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:02:21.9160453Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:02:21.9193484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:02:21.9205577Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:02:21.9239552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:02:21.9249275Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:02:21.9279879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:02:21.9291545Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:02:21.9322198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:02:21.9334323Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:02:21.9364764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:02:21.9377486Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:02:21.9407146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:02:21.9418315Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:02:21.9448811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:02:21.9461541Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:02:21.9494149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:02:21.9505495Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:02:21.9535568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:02:21.9546229Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:02:21.9576649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:02:21.9593963Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:02:21.9625197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:02:21.9636158Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:02:21.9667568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:02:21.9677343Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:02:21.9708354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:02:21.9720782Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:02:21.9751095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:02:21.9763475Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:02:21.9794203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:02:21.9805926Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:02:21.9836535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:02:21.9848426Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:02:21.9878192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:02:21.9890916Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:02:21.9924906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:02:21.9937280Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:02:21.9966816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:02:21.9977258Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:02:22.0006544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:22.0016842Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:22.0046551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:22.0057557Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:22.0089556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:22.0098263Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:22.0127650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:22.0139355Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:22.0169499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:02:22.0181796Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:02:22.0212116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:02:22.0224253Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:02:22.0253703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:22.0266551Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:22.0298237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:22.0310327Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:22.0343160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:02:22.0357538Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:02:22.0387328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:02:22.0400184Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:02:22.0430080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:02:22.0442847Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:02:22.0473691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:02:22.0486963Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:02:22.0517693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:02:22.0529654Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:02:22.0561122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:02:22.0574467Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:02:22.0604575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:02:22.0615869Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:02:22.0646143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:02:22.0657690Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:02:23.1794328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:02:23.1805792Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:02:23.2545084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:02:23.2555035Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:02:23.2692727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:02:23.2703754Z [gw3] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:02:23.2728414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:23.2737664Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:23.2759586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:02:23.2768693Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:02:23.2789550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:23.2798457Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:23.2819221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:23.2827924Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:23.2849415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:02:23.2858293Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:02:23.2880328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:02:23.2887901Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:02:23.2908255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:02:23.2916975Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:02:23.2939293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:02:23.2949288Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:02:23.2972643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:02:23.2982408Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:02:23.3008069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:02:23.3018014Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:02:23.3044593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:23.3053021Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:23.3077409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:02:23.3087864Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:02:23.3111170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:02:23.3120879Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:02:23.3142650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:02:23.3152261Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:02:23.3174235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:02:23.3183291Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:02:23.3207070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:02:23.3220415Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:02:23.3250555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:23.3262770Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:23.3294694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:02:23.3306325Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:02:23.3337890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:23.3350452Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:23.3384626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:23.3397039Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:23.3428166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:23.3440171Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:23.3470554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:02:23.3482534Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:02:23.3513180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:02:23.3525200Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:02:23.3556128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:02:23.3568118Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:02:23.3597733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:23.3608168Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:23.3639292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:23.3651243Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:23.3680951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:23.3691881Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:23.3721525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:23.3732930Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:23.3764747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:23.3775988Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:23.3809966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:23.3822462Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:23.3852629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:23.3864852Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:23.3895365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:23.3907929Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:23.3926265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:23.3938236Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:23.3956433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:02:23.3968378Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:02:23.3999262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:23.4010689Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:23.4044322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:23.4053019Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:23.4083237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:02:23.4094904Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:02:23.4126240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:02:23.4138337Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:02:23.4172518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:23.4181218Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:23.4221488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:23.4240729Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:23.4269497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:23.4314210Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:23.4314893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:23.4323789Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:23.4357781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:23.4366750Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:23.4397469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:23.4408954Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:23.4440557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:23.4450818Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:23.4481659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:23.4530144Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:23.4531147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:23.4536109Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:23.4576724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:23.4583349Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:23.4609516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:23.4621578Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:23.4650752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:23.4659005Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:23.4686318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:23.4693497Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:23.4720603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:23.4728389Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:23.4754689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:23.4762585Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:23.4791125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:23.4802210Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:23.4835177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:02:23.4845736Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:02:23.4876609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:02:23.4888977Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:02:23.4919075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:23.4930144Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:23.4959882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:23.4970941Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:23.5003166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:02:23.5011929Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:02:23.5045223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:02:23.5056455Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:02:23.5086349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:23.5097486Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:23.5127894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:23.5140698Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:23.5171024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:23.5183387Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:23.5213665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:23.5224689Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:23.5255300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:02:23.5267928Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:02:23.5298471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:02:23.5310985Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:02:23.5341729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:23.5352936Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:23.5383315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:02:23.5395467Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:02:23.5425784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:02:23.5437257Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:02:23.5477414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:02:23.5489391Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:02:23.5519589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:23.5531910Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:23.5561521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:23.5573205Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:23.5604089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:23.5613243Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:23.5642554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:23.5653309Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:23.5685116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:02:23.5694222Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:02:23.5724104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:02:23.5736400Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:02:23.5774334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:23.5785791Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:23.5816198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:02:23.5826582Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:02:23.5856135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:23.5866384Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:23.5899240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:23.5910331Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:23.5939941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:23.5951057Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:23.5980710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:23.5992871Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:23.6022724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:23.6034406Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:02:23.6063934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:02:23.6077107Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:02:23.6108435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:23.6119233Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:23.6151429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:02:23.6160696Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:02:23.6189193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:23.6201053Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:23.6232371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:23.6240117Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:23.6271532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:23.6279647Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:02:23.6313651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:02:23.6321622Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:02:23.7270247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:02:23.7281877Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:02:23.7475591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:02:23.7486312Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:02:23.7587973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:02:23.7598648Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:02:23.8542582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:02:23.8554309Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:02:23.8781735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:02:23.8793586Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:02:23.9595196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:02:23.9607564Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:02:23.9790293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:02:23.9801053Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:02:23.9835584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:23.9846306Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:02:23.9877849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:23.9888263Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:23.9918735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:23.9929021Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:23.9958655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:23.9968891Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:02:23.9998102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:24.0008267Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:02:24.0037724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:24.0066549Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:02:24.0079094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:24.0089473Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:02:24.0122125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:02:24.0132288Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:02:24.0161615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:24.0171900Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:02:24.0201149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:24.0211284Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:02:24.0242006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:24.0252463Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:02:24.0282214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:24.0292435Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:02:24.0321825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:24.0332008Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:02:24.0360976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:24.0371187Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:02:24.0400397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:24.0410531Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:02:24.0439441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:24.0449614Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:02:24.0781173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:02:24.0793250Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:02:24.0826739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:24.0837484Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:02:24.0869209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:02:24.0882475Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:02:24.0913233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:24.0923562Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:02:24.0953347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:02:24.0963715Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:02:24.0993065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:02:24.1003169Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:02:24.1032670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:02:24.1042779Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:02:24.1072096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:02:24.1082162Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:02:24.1110906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:02:24.1121383Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:02:24.1150033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:24.1160101Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:24.1192216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:24.1202653Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:24.1232073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:24.1242260Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:24.1271313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:24.1281487Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:24.1310586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:02:24.1320535Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:02:24.1349639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:02:24.1359668Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:02:24.1388800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:02:24.1398743Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:02:24.1427994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:02:24.1439335Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:02:24.3471367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:24.3483472Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:24.3893685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:24.3906422Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:02:24.3912756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:02:24.3922093Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:24.6251589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:24.6265791Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:24.6646261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:24.6658694Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:24.6693391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:24.6704328Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:24.6736377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:24.6747072Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:24.6777617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:24.6788113Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:24.6819303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:02:24.6828410Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:02:24.6857725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:24.6868043Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:24.6896678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:24.6906574Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:24.6935031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:24.6944933Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:24.6974184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:24.6985216Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:24.7016668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:24.7027058Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:24.7056387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:02:24.7066484Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:02:24.7095413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:02:24.7105383Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:02:24.7134695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:02:24.7144731Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:02:24.7173785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:02:24.7186635Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:02:24.7216398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:24.7226757Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:24.7256029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:24.7266206Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:24.7295787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:24.7305734Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:24.7334957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:24.7345084Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:24.7374306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:24.7386075Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:24.7418556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:24.7429746Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:24.7458044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:24.7468182Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:24.7497427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:02:24.7507844Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:02:24.7536790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:02:24.7546852Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:02:24.7575877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:02:24.7585958Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:02:24.7615063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:02:24.7625272Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:02:24.7654760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:24.7664813Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:24.7694058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:02:24.7704038Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:02:24.7733166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:02:24.7743338Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:02:25.0843979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:02:25.0856738Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:02:25.1454359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:02:25.1465685Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:02:25.1500056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:25.1511812Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:25.1543861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:02:25.1556099Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:02:25.1587417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:02:25.1599716Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:02:25.2300297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:25.2312711Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:25.2981571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:25.2995898Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:25.3780620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:25.3794047Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:25.3863024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:25.3874715Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:02:25.3972156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:02:25.3982820Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:25.4016925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:25.4027962Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:25.4059537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:25.4070198Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:25.4103222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:25.4113692Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:25.4144032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:02:25.4156794Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:02:25.4189808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:25.4202667Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:25.4232790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:25.4242936Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:25.4272808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:25.4282821Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:25.4311972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:02:25.4322095Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:02:25.4351241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:25.4361290Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:25.4389950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:02:25.4399998Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:02:25.4428840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:02:25.4438906Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:02:25.4448891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:02:25.4460197Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:02:25.4770132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:25.4781982Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:02:25.4880184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:02:25.4892714Z [gw3] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:02:25.4931542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:25.4943151Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:25.4974819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:25.4986115Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:25.5019433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:25.5030782Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:25.5065952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:25.5077787Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:25.5106600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:25.5118426Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:25.5153462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:02:25.5164505Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:02:25.5193233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:25.5204707Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:25.5233283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:25.5243851Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:25.5272502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:25.5283621Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:25.5311986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:25.5322889Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:25.5351194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:25.5361727Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:25.5391135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:25.5401863Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:25.5447840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:25.5456374Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:25.5486428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:25.5496538Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:25.5526171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:25.5536045Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:25.5566318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:25.5575494Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:25.5605313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:25.5615416Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:25.5644783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:25.5654971Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:25.5684672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:25.5697665Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:25.5727061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:25.5737423Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:25.5766800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:25.5777417Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:25.5807552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:25.5819017Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:25.5854054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:25.5861968Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:25.5891518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:25.5902124Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:25.6092708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:25.6103816Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:25.6138210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:25.6149233Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:25.6180616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:25.6191450Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:25.6224570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:25.6233593Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:25.6264166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:25.6274685Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:25.6305326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:25.6315877Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:25.6345541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:25.6355813Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:02:25.6386053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:25.6396607Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:02:25.6425946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:25.6436659Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:02:25.6469225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:25.6479438Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:02:25.6508992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:25.6520614Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:02:25.6549576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:25.6561373Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:02:25.6591658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:25.6602071Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:02:25.9368670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:25.9408023Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:02:26.0362431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:26.0376250Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:26.1692479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:26.1705695Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:26.2279055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:26.2292145Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:26.2507917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:02:26.2519274Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:02:26.3557142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:26.3568238Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:02:26.3712735Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:02:26.3723516Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:02:26.4826832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:02:26.4838582Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:02:26.5084552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:02:26.5095486Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:02:26.6261827Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:02:26.6272778Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:02:26.6367516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:02:26.6379582Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:02:26.6508235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:26.6518929Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:02:26.6565670Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:02:26.6577119Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:02:26.6609650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:26.6621428Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:02:26.6656597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:26.6668259Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:02:26.8356853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:26.8368542Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:02:26.8497933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:26.8510527Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:02:26.8967820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:02:26.8979269Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:02:26.9233097Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:02:26.9250076Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:02:27.7338464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:27.7350297Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:02:27.8967886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:02:27.9023219Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:02:27.9024523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:02:27.9116757Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:02:27.9117500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:02:27.9118145Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:02:27.9119935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:02:27.9122563Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:02:27.9152527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:02:27.9163032Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:02:27.9193384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:02:27.9204161Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:02:27.9236337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:02:27.9246736Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:02:27.9277276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:02:27.9287641Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:02:27.9319109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:02:27.9330432Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:02:27.9452985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:02:27.9464563Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:02:27.9672456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:02:27.9684212Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:02:27.9798392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:02:27.9809511Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:02:27.9996668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:02:28.0008455Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:02:28.0758202Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:02:28.0769464Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:02:28.0971226Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:02:28.0982838Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:02:28.1258180Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:02:28.1272206Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:02:28.1786875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:28.1798544Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:02:28.1995037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:02:28.2006329Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:02:28.4563922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:02:28.4576357Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:02:28.5124397Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:02:28.5134253Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:02:28.5244081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:02:28.5256346Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:02:28.5291816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:02:28.5302925Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:02:28.5338002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:02:28.5349288Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:02:28.8161935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:02:28.8173606Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:02:28.8909028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:02:28.8920363Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:02:28.9581757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:02:28.9594524Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:02:29.1489737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:29.1502317Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:02:29.1924186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:29.1935351Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:02:29.2753897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:02:29.2766441Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:02:29.3216988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:02:29.3230324Z [gw3] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:02:29.3271646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:29.3286741Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:02:29.3325098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:29.3336371Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:02:29.3370924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:29.3381781Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:02:29.3417129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:29.3429121Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:02:29.3463810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:29.3475405Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:02:29.3489265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:29.3504106Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:02:29.3512413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:02:29.3525061Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:02:29.3561998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:29.3574258Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:02:29.3612681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:29.3624825Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:02:29.3691355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:29.3703540Z [gw3] [ 84%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:02:29.3739958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:29.3753389Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:02:29.3792791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:29.3805149Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:02:29.3841751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:29.3854172Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:02:29.3888806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:29.3900942Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:02:29.3940683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:29.3951498Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:02:29.3982947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:29.3994250Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:02:29.4024323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:29.4035136Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:02:29.4065239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:29.4075939Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:02:29.4106037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:29.4116841Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:02:29.4152522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:29.4165159Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:02:29.4200483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:29.4213376Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:02:29.4247820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:29.4258917Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:02:29.4294967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:29.4307448Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:02:29.4343727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:29.4356316Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:02:29.4395314Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:29.4406589Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:02:29.4440911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:29.4454276Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:02:29.4487994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:29.4499488Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:02:29.4535505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:29.4547137Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:02:29.4580346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:29.4591516Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:02:29.4627157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:29.4638684Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:02:29.4671441Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:29.4683279Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:02:29.4716344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:29.4726855Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:02:29.4760673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:29.4772702Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:02:29.4805209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:29.4816587Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:02:29.4855676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:29.4868192Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:02:29.4903379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:29.4915685Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:29.4950789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:29.4962674Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:29.4995895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:29.5010027Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:29.5044702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:29.5057306Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:29.5091643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:29.5103047Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:29.5426175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:29.5438510Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:29.5472176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:29.5483434Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:29.5515367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:29.5526253Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:29.5557243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:29.5567838Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:29.5601071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:29.5611748Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:29.5641868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:29.5652409Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:29.5686728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:29.5699517Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:29.5732278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:29.5743222Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:29.5760442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:29.5772279Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:02:29.5776971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:02:29.5790102Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:29.5823795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:29.5835236Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:29.5864688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:29.5875123Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:29.5904056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:29.5914486Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:29.5944050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:29.5954611Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:29.5988471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:29.6000153Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:29.6042702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:29.6054082Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:29.6088409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:29.6100769Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:29.6135310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:29.6146197Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:29.6182021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:29.6195400Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:29.6206052Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:02:29.6208541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:29.6243483Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:02:29.6256219Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:29.6292409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:29.6304253Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:29.6340249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:29.6352183Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:29.6387908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:29.6399951Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:29.6434566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:29.6446189Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:29.6479439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:29.6487111Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:29.6499090Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:02:29.6500040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:29.6532160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:02:29.6544421Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:29.6579377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:29.6590623Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:29.6626318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:02:29.6640042Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:02:29.7483882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:29.7494700Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:02:29.7885314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:02:29.7897436Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:29.8101019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:29.8116226Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:29.8128381Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:02:29.8129148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:29.8166414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:02:29.8177943Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:29.8445174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:02:29.8456900Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:02:29.8496058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:29.8499229Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:29.8516369Z [gw0] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:02:29.8517391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:29.8549371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:29.8560154Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:29.8595139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:29.8605608Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:29.8636205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:29.8646656Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:29.8676687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:29.8687051Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:29.8722541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:29.8730789Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:29.8761684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:29.8772643Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:29.8802599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:29.8812939Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:29.8842924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:29.8853772Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:29.8883545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:29.8894016Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:29.8924121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:29.8935305Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:29.8965187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:29.8976291Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:29.9006543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:29.9017211Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:29.9047462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:29.9058043Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:29.9088018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:29.9098629Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:29.9106066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:29.9117505Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:02:29.9133909Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:02:29.9147718Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:29.9184673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:29.9195248Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:29.9225243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:29.9236286Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:29.9271647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:29.9282234Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:29.9312247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:29.9322673Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:29.9352440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:02:29.9362855Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:02:29.9392171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:02:29.9402522Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:02:29.9431896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:02:29.9442233Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:02:29.9471913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:02:29.9484828Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:02:29.9495978Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:02:29.9496691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:02:29.9524632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:02:29.9535286Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:02:29.9577275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:02:29.9589675Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:02:29.9628188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:02:29.9640608Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:02:29.9674424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:02:29.9686318Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:02:29.9723665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:29.9734816Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:29.9771280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:02:29.9783136Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:02:29.9805219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:02:29.9817877Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:02:29.9839907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:02:29.9852727Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:02:29.9890269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:02:29.9904116Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:02:29.9941095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:02:29.9955247Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:02:29.9991310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:02:30.0003934Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:02:30.0044317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:02:30.0056745Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:02:30.0093811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:02:30.0104714Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:02:30.0139905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:02:30.0151305Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:02:30.0185440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:02:30.0198895Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:02:30.0232878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:02:30.0244214Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:02:30.0279946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:30.0292794Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:30.0330133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:02:30.0341070Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:02:30.0376087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:02:30.0386973Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:02:30.0423155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:02:30.0434502Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:02:30.0471053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:02:30.0482576Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:02:30.0521262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:02:30.0532504Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:02:30.1247378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:30.1258817Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:30.1282808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:30.1294629Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:30.1316955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:30.1329636Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:30.1353443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:30.1366333Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:30.1389788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:30.1404505Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:30.1440309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:02:30.1455657Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:02:30.1493598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:02:30.1507967Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:02:30.1549095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:02:30.1559304Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:02:30.1597622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:02:30.1611031Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:02:30.1652243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:02:30.1662540Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:02:30.1703752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:02:30.1725427Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:02:30.2188658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:02:30.2195087Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:02:30.2589287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:30.2600811Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:02:30.2942927Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:02:30.2957716Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:02:30.3289429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:30.3298672Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:02:30.5901198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:30.5915035Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:02:30.5923612Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:30.5931917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:30.6496529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:30.6510013Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:02:30.6619560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:30.6631814Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:30.9129966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:30.9143080Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:02:30.9659490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:30.9677660Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:02:31.0131359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:31.0144452Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:31.0976031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:31.0986960Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:31.3758212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:31.3771442Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:02:31.3859018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:02:31.3871248Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:31.4654385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:31.4668478Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:31.5902634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:31.5914237Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:02:31.5953464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:02:31.5963260Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:02:31.5995993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:02:31.6006813Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:02:31.6039535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:02:31.6051516Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:02:31.6267430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:02:31.6279623Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:02:31.6318842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:02:31.6331761Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:02:31.6369139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:02:31.6381430Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:02:31.6418749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:02:31.6429475Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:02:31.6465596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:02:31.6478511Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:02:31.6513394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:02:31.6524101Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:02:31.6562502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:02:31.6574639Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:02:31.6612040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:02:31.6622878Z [gw3] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:02:31.6657895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:02:31.6668743Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:02:31.6703993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:02:31.6715866Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:02:31.6749623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:02:31.6760106Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:02:31.6790012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:02:31.6800272Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:02:31.7781213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:02:31.7792377Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:31.7927277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:31.7940034Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:02:31.8167738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:02:31.8179765Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:02:31.8671091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:02:31.8683416Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:31.8945022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:31.8958036Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:02:32.1981154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:02:32.1993524Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:02:32.2303615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:02:32.2316286Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:32.2572690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:32.2585603Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:02:32.2626650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:02:32.2640871Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:02:32.2664070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:02:32.2677711Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:02:32.2694554Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:02:32.2695177Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:02:32.2728364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:02:32.2741032Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:02:32.2779540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:02:32.2792052Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:02:32.2830581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:02:32.2842582Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:02:32.2880396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:02:32.2893134Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:02:32.2931420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:02:32.2943969Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:02:32.2982128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:02:32.2994786Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:02:32.3032828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:02:32.3045825Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:02:32.3086607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:02:32.3099130Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:02:32.3134933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:02:32.3146035Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:02:32.3181565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:02:32.3192862Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:02:32.3229739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:02:32.3241153Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:02:32.3276384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:02:32.3286897Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:02:32.3300610Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:32.3301323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:02:32.3331804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:32.3342233Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:02:32.3374210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:02:32.3386564Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:02:32.3416947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:02:32.3427452Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:02:32.3457989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:02:32.3468552Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:02:32.3502121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:02:32.3512717Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:02:32.3549247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:02:32.3559621Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:02:32.3635458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:02:32.3646573Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:02:32.3842452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:02:32.3843176Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:02:32.3843843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:02:32.3844544Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:02:32.3929526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:32.3930376Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:32.5009475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:02:32.5010525Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:32.5047535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:32.5098621Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:02:32.5145780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:02:32.5160035Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:02:32.5285705Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:32.5299662Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:02:32.5331910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:02:32.5344119Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:32.5350288Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:02:32.5359254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:32.5396895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:02:32.5411470Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:02:32.6112055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:02:32.6125690Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:32.7090549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:32.7102238Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:32.8007375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:32.8021078Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:32.8338690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:32.8350668Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:02:32.8905436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:32.8917855Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:02:33.0089710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:33.0102481Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:02:33.0445023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:02:33.0458356Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:02:33.0636276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:33.0647274Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:02:33.0662616Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:33.0663342Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:33.0947458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:33.0961023Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:02:33.0975929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:02:33.0990602Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:02:33.1235226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:02:33.1246640Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:33.2431461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:33.2443920Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:02:33.3786779Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:02:33.3799081Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:33.4406522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:33.4418535Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:33.5939058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:33.5959780Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:02:33.6990475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:02:33.7004108Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:02:33.7472962Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:33.7484470Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:33.8197634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:33.8209169Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:33.8772717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:33.8786098Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:02:33.8814869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:02:33.8827527Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:33.9539064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:33.9551207Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:34.0059534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:34.0071042Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:02:34.0277255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:02:34.0290702Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:34.0334421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:34.0345880Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:34.0870214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:02:34.0882595Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:02:34.1243209Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:34.1255696Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:02:34.1449938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:02:34.1460960Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:02:34.3063787Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:34.3076102Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:34.3378017Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:02:34.3389738Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:02:34.3564698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:02:34.3576400Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:34.6070326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:34.6081827Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:02:34.6672900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:02:34.6673558Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:02:34.6771493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:34.6772343Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:34.7359732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:34.7360563Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:34.7475000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:34.7481051Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:34.8122799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:34.8133258Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:34.8262275Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:02:34.8273648Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:02:34.8389499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:02:34.8404229Z [gw2] [ 88%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:02:34.8478838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:02:34.8491907Z [gw2] [ 88%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:02:35.1815378Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:35.1828496Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:02:35.2998150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:35.3009075Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:35.3607345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:35.3619476Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:02:35.5493125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:35.5504798Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:35.5538115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:02:35.5549153Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:02:35.5582108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:35.5592977Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:35.5623396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:35.5634073Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:35.5664042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:02:35.5674563Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:02:35.5704134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:02:35.5716596Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:02:35.5749147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:02:35.5761113Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:02:35.6294679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:02:35.6305952Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:02:35.6381491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:02:35.6392551Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:02:35.6424802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:02:35.6435576Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:02:35.6468121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:02:35.6479286Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:02:35.7284505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:02:35.7296316Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:02:35.7478235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:02:35.7489346Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:02:35.7757417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:02:35.7758186Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:02:35.7758945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:02:35.7759728Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:02:35.8181557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:02:35.8182619Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:02:35.8242697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:02:35.8382097Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:02:35.9618797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:02:35.9630049Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:02:35.9663279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:02:35.9676804Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:35.9901110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:02:35.9912255Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:02:36.0463539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:02:36.0475560Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:02:36.0575840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:02:36.0586897Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:02:36.0619721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:02:36.0630632Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:02:36.0661585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:02:36.0672259Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:02:36.0705632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:36.0718005Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:36.0750445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:36.0761013Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:36.0790536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:02:36.0800950Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:02:36.0830493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:36.0840937Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:36.0869917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:36.0881882Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:36.0911018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:02:36.0921538Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:02:36.0950774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:02:36.0962725Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:02:36.0991806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:02:36.1002476Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:02:36.1031408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:02:36.1041927Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:02:36.1070692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:02:36.1081084Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:02:36.1110142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:36.1121209Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:36.1152786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:36.1163329Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:36.1181821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:36.1192776Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:36.1211384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:36.1222750Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:36.1256810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:02:36.1268778Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:02:36.1298384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:02:36.1308978Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:02:36.1338145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:36.1348583Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:36.1378671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:36.1390564Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:36.1420092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:02:36.1430625Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:02:36.1460508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:02:36.1472848Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:02:36.1502491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:02:36.1513059Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:02:36.1550634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:36.1560924Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:36.1579138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:36.1589733Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:36.1619373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:02:36.1634026Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:02:36.1663891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:36.1674451Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:36.1704103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:36.1714383Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:36.1743683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:36.1754072Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:36.1783299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:36.1793650Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:36.1822868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:02:36.1833143Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:02:36.1862080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:02:36.1873269Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:02:36.1886049Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:02:36.1886854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:36.1917075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:02:36.1928409Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:36.1966619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:36.1975354Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:36.1987933Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:02:36.1988659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:36.2019672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:36.2025699Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:36.2042528Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:36.2043214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:02:36.2059259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:36.2069844Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:36.2089246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:36.2099330Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:36.2117395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:36.2127640Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:36.2145408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:36.2156907Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:36.2187174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:36.2197361Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:36.2227913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:02:36.2238047Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:02:36.2269919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:02:36.2281658Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:02:36.2315032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:02:36.2327906Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:02:36.2366169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:02:36.2377410Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:02:36.2411138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:02:36.2421912Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:02:36.2451456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:02:36.2461677Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:02:36.2491023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:02:36.2501159Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:02:36.2530635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:02:36.2540948Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:02:36.3009654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:02:36.3019531Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:02:36.3133079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:02:36.3142121Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:02:36.3265711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:02:36.3277156Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:02:36.4227893Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:02:36.4239784Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:02:36.4347823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:02:36.4359780Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:02:36.4444919Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:02:36.4458226Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:02:36.5148277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:02:36.5162170Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:02:36.5486887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:36.5497772Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:02:36.5650425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:02:36.5661528Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:02:36.5870030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:02:36.5881619Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:02:36.5914936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:02:36.5925630Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:02:36.5956649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:02:36.5967733Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:02:36.6447476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:02:36.6459092Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:02:36.6816400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:02:36.6828066Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:02:36.6863112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:02:36.6874672Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:02:36.6906172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:02:36.6917451Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:02:36.6948230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:02:36.6958751Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:02:36.6992122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:02:36.7002454Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:02:36.7032655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:02:36.7044489Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:02:36.7074689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:02:36.7085039Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:02:36.7114647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:02:36.7124764Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:02:36.7133257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:02:36.7144738Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:02:36.7156352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:36.7167594Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:02:36.7461901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:02:36.7473363Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:02:36.7772331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:02:36.7784613Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:02:36.7823131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:02:36.7833857Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:02:36.7866500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:02:36.7876902Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:02:36.7908754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:02:36.7919394Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:02:36.8632861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:02:36.8644897Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:02:36.8811832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:36.8823333Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:02:36.9075176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:36.9087222Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:02:37.0649729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:02:37.0663785Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:02:37.1530416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:02:37.1542541Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:02:37.2253111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:02:37.2265353Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:02:37.2394683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:02:37.2407368Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:02:37.2438172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:02:37.2449801Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:02:37.2461734Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:02:37.2462321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:02:37.2497114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:02:37.2510544Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:02:37.2543422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:02:37.2554114Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:02:37.2586514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:02:37.2597308Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:02:37.2632227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:02:37.2642347Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:02:37.2676289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:02:37.2687917Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:02:37.2719050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:02:37.2729431Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:02:37.2760173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:02:37.2771890Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:02:37.2802207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:02:37.2812605Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:02:37.3001970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:02:37.3014343Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:02:37.3619686Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:37.3627929Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:02:37.3640972Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:02:37.3641561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:02:37.3772936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:02:37.3786093Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:02:37.3836184Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:02:37.3848982Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:02:37.3887906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:02:37.3899680Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:02:37.3935010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:02:37.3946209Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:02:37.3977784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:02:37.3989680Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:02:37.4020542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:02:37.4031130Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:02:37.4130908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:02:37.4144457Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:02:37.4553622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:02:37.4564081Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:02:37.4692390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:02:37.4704052Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:02:37.5091419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:02:37.5102929Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:02:37.5206686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:02:37.5217714Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:02:37.5251079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:02:37.5263360Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:02:37.5294788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:02:37.5306728Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:02:37.5336579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:02:37.5347147Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:02:37.5381587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:02:37.5392264Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:02:37.5422650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:02:37.5433236Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:02:37.5463088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:02:37.5474927Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:02:37.5504877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:02:37.5516113Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:02:37.5545803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:02:37.5556286Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:02:37.5585555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:02:37.5596180Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:02:37.5625437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:02:37.5635762Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:02:37.5665080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:02:37.5676647Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:02:37.5705539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:02:37.5715961Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:02:37.5745220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:02:37.5755761Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:02:37.7901688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:02:37.7912914Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:02:37.8394056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:02:37.8406522Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:02:37.8440777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:02:37.8451752Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:02:37.8484258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:02:37.8495030Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:02:37.8527976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:02:37.8538551Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:02:37.8569534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:02:37.8580043Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:02:37.8610751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:02:37.8626144Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:02:37.8656458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:02:37.8667050Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:02:38.0354181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:02:38.0364257Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:02:38.0798664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:02:38.0810644Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:02:38.1532786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:02:38.1543455Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:02:38.1579617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:38.1590907Z [gw0] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:02:38.1759182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:02:38.1772889Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:02:38.2336147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:02:38.2352384Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:02:38.2358956Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:02:38.2368411Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:02:38.2528488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:02:38.2541217Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:02:38.2889407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:38.2901135Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:02:38.2935905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:02:38.2947452Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:02:38.3036647Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:02:38.3050973Z [gw2] [ 90%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:02:38.3130637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:02:38.3139819Z [gw2] [ 90%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:02:38.3172572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:02:38.3183817Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:02:38.3216533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:02:38.3227246Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:02:38.3259937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:02:38.3272502Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:02:38.3285477Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:02:38.3288124Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:02:38.3317111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:38.3328082Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:02:38.4025938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:02:38.4037334Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:02:38.4685564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:38.4696720Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:02:38.4803828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:02:38.4818099Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:02:38.4956152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:38.4968577Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:02:38.5017136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:02:38.5030170Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:02:38.5275833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:38.5296251Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:02:38.5942877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:02:38.5954836Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:02:38.6875490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:02:38.6886605Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:02:38.7260482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:02:38.7271804Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:02:38.7406335Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:02:38.7416493Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:02:38.8274870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:38.8286322Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:02:38.8656952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:38.8670555Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:02:38.8904070Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:02:38.8917104Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:02:38.8956349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:02:38.8968626Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:02:38.9005025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:02:38.9017221Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:02:38.9805545Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:02:38.9816710Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:02:38.9976438Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:02:38.9989309Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:02:39.0811420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:02:39.0823718Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:02:39.0919058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:02:39.0939233Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:02:39.0979903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:02:39.0992680Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:02:39.1028707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:02:39.1040749Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:02:39.1075565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:02:39.1093657Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:02:39.1128197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:02:39.1140389Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:02:39.1180097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:02:39.1189231Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:02:39.1222299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:02:39.1279295Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:02:39.1280694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:02:39.1288419Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:02:39.1322404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:02:39.1378853Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:02:39.1380313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:02:39.1421690Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:02:39.1422608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:02:39.1461412Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:02:39.3988814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:02:39.4001152Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:02:39.4515377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:02:39.4534283Z [gw3] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:02:39.4569587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:02:39.4579035Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:02:39.4610598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:02:39.4625931Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:02:39.4658874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:02:39.4674076Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:02:39.4703932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:02:39.4719000Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:02:39.4748819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:02:39.4764361Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:02:39.4795141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:02:39.4809654Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:02:39.4842241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:02:39.4856783Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:02:39.4886486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:02:39.4900942Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:02:39.4930299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:02:39.4944745Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:02:39.4974050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:02:39.4988506Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:02:39.5017511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:02:39.5032039Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:02:39.5061478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:02:39.5075838Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:02:39.5104944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:02:39.5119545Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:02:39.5149252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:02:39.5157772Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:02:39.5170578Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:02:39.5171298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:02:39.5202941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:02:39.5219262Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:02:39.5253923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:02:39.5270112Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:02:39.5308615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:02:39.5324841Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:02:39.5360812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:02:39.5377071Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:02:39.5968167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:02:39.5980756Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:02:39.6212630Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:02:39.6232051Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:02:39.6270350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:02:39.6281070Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:02:39.7196882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:02:39.7215166Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:02:39.7349939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:02:39.7368282Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:02:39.7403070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:02:39.7419638Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:02:39.7451719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:02:39.7467478Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:02:39.7498556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:02:39.7513926Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:02:39.7946056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:02:39.7990229Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:02:39.8005665Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:02:39.8040608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:39.8064563Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:02:39.8084994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:39.8099250Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:02:39.8111458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:39.8123922Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:02:39.8476773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:02:39.8487432Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:02:39.9366674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:02:39.9377947Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:02:39.9593660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:02:39.9605152Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:02:40.0795286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:02:40.0808757Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:02:40.1315067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:02:40.1326103Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:02:40.1727118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:40.1738169Z [gw0] [ 91%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:02:40.1771175Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:02:40.1781631Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:02:40.1821047Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:02:40.1823532Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:02:40.1834466Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:02:40.1836933Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:02:40.2154678Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:02:40.2165706Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:02:40.2251237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:02:40.2261952Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:02:40.2294517Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:40.2304693Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:02:40.2317658Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:40.2329372Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:02:40.2337086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:02:40.2347750Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:02:40.2379027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:40.2389502Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:02:40.2419498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:40.2430046Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:02:40.2460738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:40.2471311Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:02:40.2501532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:02:40.2512449Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:02:40.2542324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:40.2552855Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:02:40.2581988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:40.2592539Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:02:40.2624337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:40.2634863Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:02:40.2666289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:40.2676835Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:02:40.2708256Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:40.2718220Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:02:40.3100027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:40.3111055Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:02:40.3789883Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:40.3801491Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:02:40.4704131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:40.4715613Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:02:40.5210878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:40.5222100Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:02:40.6796687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:40.6807690Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:02:40.7450167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:40.7462765Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:02:40.8140978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:02:40.8152440Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:02:40.8249210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:40.8260706Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:02:40.8454217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:02:40.8465136Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:02:40.8744918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:02:40.8758147Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:02:40.9286144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:40.9297269Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:02:40.9885552Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:40.9895783Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:02:41.0160817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:41.0172743Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:02:41.0486497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:02:41.0498629Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:02:41.0534481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:02:41.0545861Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:02:41.0577581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:02:41.0587849Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:02:41.0618762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:02:41.0628935Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:02:41.0659462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:02:41.0669686Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:02:41.0699448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:02:41.0709606Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:02:41.0740850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:02:41.0750849Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:02:41.0779861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:02:41.0790039Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:02:41.0818695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:02:41.0828742Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:02:41.0863687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:02:41.0873451Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:02:41.0902133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:02:41.0912414Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:02:41.0941135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:02:41.0952834Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:02:41.0981962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:02:41.0992382Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:02:41.1021615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:02:41.1031469Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:02:41.1060062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:02:41.1072153Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:02:41.1101484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:02:41.1111478Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:02:41.2220688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:02:41.2237115Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:02:42.0788396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:42.0800309Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:02:42.2690149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:02:42.2704399Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:02:42.2744426Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:42.2755672Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:42.2794641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:42.2805410Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:42.2837530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:42.2848617Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:42.2880000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:42.2891150Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:42.2923846Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:02:42.2934787Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:02:42.2964332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:02:42.2974503Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:02:42.3004377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:42.3014562Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:42.3048069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:42.3058294Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:42.3087806Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:02:42.3097957Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:02:42.3881177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:42.3893409Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:02:42.8585884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:42.8594197Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:42.9258968Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:42.9265960Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:43.0433479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:43.0440877Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:43.0729434Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:02:43.0739203Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:02:43.0768888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:43.0776472Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:43.0803145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:43.0810361Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:43.0834860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:43.0844292Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:43.0868987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:43.0878439Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:43.2698110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:43.2709068Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:43.2873514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:02:43.2882924Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:02:43.7221224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:02:43.7232264Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:02:43.8469830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:43.8482499Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:02:43.9430186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:02:43.9441195Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:02:44.0332367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:44.0343902Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:02:44.0491648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:44.0500267Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:02:44.0518332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:44.0528590Z [gw2] [ 92%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:44.0923813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:44.0934083Z [gw2] [ 92%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:44.4598770Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:02:44.4611316Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:02:44.5239529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:02:44.5251046Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:02:44.6125413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:44.6138586Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:44.6331296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:44.6343091Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:44.6384235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:44.6396779Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:44.6433724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:44.6445134Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:45.0762087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:02:45.0775289Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:02:45.1569329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:02:45.1580768Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:02:45.2531260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:02:45.2542957Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:02:45.2836107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:02:45.2846698Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:02:45.6855868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:02:45.6868571Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:02:45.7582347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:02:45.7595551Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:02:46.1459998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:46.1473203Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:46.2270517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:02:46.2282860Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:02:47.0502720Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:47.0514980Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:02:47.3468939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:47.3484166Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:02:51.2397414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:51.2406204Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:52.3416325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:52.3430405Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:55.1502497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:02:55.1515598Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:02:55.5472909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:02:55.5488037Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:02:55.9080542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:02:55.9095176Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:02:55.9689285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:02:55.9702917Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:02:55.9970453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:55.9985352Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:56.0063395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:02:56.0076333Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:02:56.1189806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:56.1205185Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:56.1454524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:56.1467443Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:56.2328653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:02:56.2342219Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:02:56.2568681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:02:56.2582249Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:02:56.8506666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:02:56.8518359Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:02:56.9084980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:02:56.9095519Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:02:57.7504199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:57.7516916Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:02:57.9192518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:57.9202676Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:58.0343303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:02:58.0355125Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:02:58.0383899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:02:58.0393678Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:02:58.0419196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:02:58.0427657Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:02:58.0600597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:02:58.0608511Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:02:58.0663631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:02:58.0671977Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:02:58.0712197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:02:58.0723811Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:02:58.0961084Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:02:58.0972649Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:02:58.1048822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:02:58.1059939Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:02:58.1269529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:02:58.1281332Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:02:58.1358821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:02:58.1372143Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:02:58.1497979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:02:58.1509492Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:02:58.2096796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:58.2107605Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:58.2253391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:02:58.2263833Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:02:58.2340555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:02:58.2350928Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:02:58.2422861Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:02:58.2434343Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:02:58.2483388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:02:58.2494206Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:02:58.3701398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:02:58.3713597Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:02:58.4011359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:02:58.4024050Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:02:58.4065550Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:02:58.4077456Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:02:58.4110615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:02:58.4122241Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:02:58.4160262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:02:58.4172025Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:02:58.4208203Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:02:58.4219471Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:02:58.4254024Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:02:58.4265574Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:02:58.4300638Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:02:58.4311692Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:02:58.4346414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:02:58.4358529Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:02:58.4391734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:02:58.4402532Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:02:58.4519956Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:02:58.4531268Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:02:58.4567975Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:02:58.4578818Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:02:58.4612526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:02:58.4623567Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:02:58.5951895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:02:58.5964861Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:02:58.6299800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:02:58.6311983Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:02:58.6352366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:02:58.6363775Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:02:58.6396558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:02:58.6407729Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:02:58.6444864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:02:58.6455662Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:02:59.0200766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:02:59.0217276Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:02:59.0786847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:02:59.0798691Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:03:00.0062686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:03:00.0076157Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:03:00.1473887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:03:00.1486127Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:03:00.3435760Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:03:00.3448992Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:03:00.3965890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:03:00.3990588Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:03:00.4445766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:03:00.4457542Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:03:00.4543308Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:03:00.4552024Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:03:00.5020939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:03:00.5033363Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:03:00.5179635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:03:00.5189363Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:03:00.5864071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:03:00.5875720Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:03:00.5993367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:03:00.6003869Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:03:00.6471778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:03:00.6482804Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:03:00.6559328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:03:00.6566561Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:03:00.7004906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:03:00.7014936Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:03:00.7124876Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:03:00.7135913Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:03:00.9381565Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:03:00.9394440Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:03:00.9712125Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:03:00.9724221Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:03:01.0188509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:03:01.0200509Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:03:01.0336062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:03:01.0348895Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:03:01.0655814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:03:01.0666985Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:03:01.0726919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:03:01.0738088Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:03:01.0828377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:03:01.0840176Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:03:01.1168945Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:03:01.1179986Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:03:01.2737807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:03:01.2749683Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:03:01.3108738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:03:01.3120133Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:03:01.3343739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:03:01.3356757Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:03:01.4879454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:03:01.4892000Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:03:01.5623520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:03:01.5636708Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:03:01.5952932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:03:01.5964196Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:03:01.7437269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:03:01.7449334Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:03:01.8672810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:03:01.8685037Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:03:01.9074988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:03:01.9087582Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:03:01.9399763Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:03:01.9412771Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:03:01.9473164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:03:01.9485526Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:03:01.9586551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:03:01.9599998Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:03:01.9999894Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:03:02.0011973Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:03:02.0415495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:03:02.0428774Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:03:02.0496856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:03:02.0509253Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:03:02.0681892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:03:02.0694311Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:03:02.0708776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:03:02.0720976Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:03:02.0898913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:03:02.0911881Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:03:02.0970947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:03:02.0984317Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:03:02.1235286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:03:02.1247769Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:03:02.3012073Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:03:02.3025422Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:03:02.3250032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:03:02.3261978Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:03:02.3291775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:03:02.3299569Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:03:02.3462316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:03:02.3473403Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:03:02.3522777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:03:02.3535107Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:03:02.3681623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:03:02.3690742Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:03:02.3838013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:03:02.3846836Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:03:02.3991779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:03:02.4004465Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:03:02.4085405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:03:02.4098107Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:03:02.4511594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:03:02.4522354Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:03:02.4731019Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:03:02.4741052Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:03:02.6343324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:03:02.6356981Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:03:02.6380091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:03:02.6394763Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:03:02.6782650Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:03:02.6795289Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:03:02.6831693Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:03:02.6844743Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:03:02.6885282Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:03:02.6897716Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:03:02.7718435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:03:02.7730565Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:03:02.7922180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:03:02.7934880Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:03:02.7958963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:03:02.7971711Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:03:02.8009361Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:03:02.8022140Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:03:02.8059430Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:03:02.8071472Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:03:02.8202186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:03:02.8214860Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:03:02.8266811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:03:02.8278904Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:03:02.8314577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:03:02.8327188Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:03:02.8369662Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:03:02.8382064Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:03:02.8417047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:03:02.8428913Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:03:02.8465325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:03:02.8477492Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:03:02.8512167Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:03:02.8524242Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:03:02.8560503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:03:02.8572677Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:03:02.8607464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:03:02.8618070Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:03:02.8643914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:03:02.8651436Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:03:02.8676536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:03:02.8685046Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:03:02.8715396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:03:02.8718131Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:03:02.8725752Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:03:02.8728499Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:03:02.8752286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:03:02.8762347Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:03:02.8877636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:03:02.8888991Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:03:02.9127199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:03:02.9139090Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:03:02.9457087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:03:02.9468764Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:03:02.9614046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:03:02.9625342Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:03:02.9975159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:03:02.9986690Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:03:03.0310061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:03:03.0322612Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:03:03.0535402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:03:03.0547387Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:03:03.0728595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:03:03.0740007Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:03:03.0922213Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:03:03.0933585Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:03:03.1835299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:03:03.1841679Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:03:03.1857251Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:03:03.1858800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:03:03.1912453Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:03:03.1926317Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:03:03.4508935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:03:03.4520966Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:03:03.4664358Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:03:03.4676233Z [gw0] [ 94%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:03:03.6069192Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:03:03.6083354Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:03:03.7518711Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:03:03.7562385Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:03:03.9320880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:03:03.9333683Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:03:04.0502845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:03:04.0515081Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:03:04.0598224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:03:04.0611246Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:03:04.0783206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:03:04.0795724Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:03:04.5271814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:03:04.5284490Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:03:04.5510618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:03:04.5521465Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:03:04.5562580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:03:04.5574525Z [gw0] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:03:04.5756172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:03:04.5768283Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:03:04.7561620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:03:04.7571800Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:03:04.9174192Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:03:04.9187042Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:03:05.0161097Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:03:05.0173992Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:03:07.0514151Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:03:07.0527262Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:03:07.4432818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:03:07.4445825Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:03:08.3230775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:03:08.3242423Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:03:08.3635688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:03:08.3648197Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:03:08.6835653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:03:08.6847276Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:03:09.4091300Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:03:09.4102687Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:03:09.4687510Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:03:09.4698950Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:03:09.5513143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:03:09.5524778Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:03:09.6156292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:03:09.6170369Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:03:09.7643428Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:03:09.7655013Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:03:09.8447267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:03:09.8458558Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:03:09.9080095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:03:09.9091419Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:03:09.9923389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:03:09.9935532Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:03:10.0004082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:03:10.0015339Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:03:10.1014982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:03:10.1027205Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:03:10.2253563Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:03:10.2265046Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:03:10.3604208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:03:10.3616028Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:03:10.3682284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:03:10.3692692Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:03:10.3741236Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:03:10.3751701Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:03:10.3822591Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:03:10.3834384Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:03:10.4115908Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:03:10.4128360Z [gw2] [ 94%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:03:11.0542368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:03:11.0552276Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:03:11.1878519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:03:11.1891304Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:03:11.3338207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:03:11.3349872Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:03:11.4462657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:03:11.4475495Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:03:11.4489575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:03:11.4500233Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:03:11.4768249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:03:11.4779481Z [gw1] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:03:11.4813224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:11.4824666Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:03:11.4856710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:11.4867275Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:03:11.5045730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:03:11.5056889Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:03:11.5091749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:03:11.5102376Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:03:11.5135530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:03:11.5145968Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:03:11.5176665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:03:11.5187252Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:03:11.5217840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:03:11.5228115Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:03:11.5258922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:03:11.5269055Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:03:11.5305355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:03:11.5316328Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:03:11.5346893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:03:11.5357248Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:03:11.5388134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:03:11.5398209Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:03:11.5428279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:03:11.5438480Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:03:11.5469028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:03:11.5479390Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:03:11.5511229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:03:11.5521348Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:03:11.5714976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:03:11.5726925Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:03:11.5762783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:03:11.5773160Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:03:11.5808008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:03:11.5818457Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:03:11.6193350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:03:11.6205670Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:03:11.7987999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:03:11.7999994Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:03:12.0230241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:03:12.0242454Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:03:12.0773134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:03:12.0780507Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:03:12.1060840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:03:12.1069567Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:03:12.1101498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:03:12.1106085Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:03:12.1137127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:03:12.1147511Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:03:12.1174680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:03:12.1181919Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:03:12.1209008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:03:12.1216128Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:03:12.1243443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:03:12.1250427Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:03:12.1276592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:03:12.1283161Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:03:12.1308790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:03:12.1315928Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:03:12.1341028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:03:12.1348196Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:03:12.1374759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:03:12.1381654Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:03:12.1406891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:03:12.1413827Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:03:12.1438891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:03:12.1445780Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:03:12.1470656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:03:12.1477546Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:03:12.1502518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:03:12.1509656Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:03:12.1535005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:03:12.1541910Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:03:12.1569067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:03:12.1575998Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:03:12.1600789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:03:12.1607797Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:03:12.1632618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:03:12.1639534Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:03:12.1664203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:03:12.1671214Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:03:12.1761052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:03:12.1770249Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:03:12.1939018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:03:12.1949383Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:03:12.2042351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:03:12.2049623Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:03:12.2197875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:03:12.2207539Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:03:12.2848857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:03:12.2856808Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:03:12.3004995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:03:12.3012783Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:03:12.3042490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:03:12.3050115Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:03:12.3077225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:03:12.3084580Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:03:12.3110874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:03:12.3117972Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:03:12.3144392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:03:12.3151496Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:03:12.3231352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:03:12.3242479Z [gw1] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:03:12.3268068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:03:12.3277642Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:03:12.3303703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:03:12.3310843Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:03:12.3336770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:03:12.3343812Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:03:12.3369421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:03:12.3376986Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:03:12.3403935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:03:12.3411086Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:03:12.3436795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:03:12.3443953Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:03:12.3469423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:03:12.3476498Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:03:12.3501831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:03:12.3508879Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:03:12.3534084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:03:12.3541068Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:03:12.3569594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:03:12.3576241Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:03:12.3601623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:03:12.3608745Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:03:12.3880068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:03:14.8074981Z [gw1] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:03:14.8084376Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:03:14.8195538Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:03:14.8203564Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:03:14.8741703Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:03:14.8749401Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:03:14.8822585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:03:14.8832192Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:03:14.9106845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:03:14.9118314Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:03:14.9199679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:03:14.9209344Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:03:14.9259629Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:03:14.9269229Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:03:14.9336609Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:03:14.9345987Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:03:14.9425403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:03:14.9435047Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:03:14.9774204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:03:14.9784638Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:03:15.0030305Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:03:15.0040263Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:03:15.0662702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:03:15.0671293Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:03:15.0857364Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:03:15.0867826Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:03:15.1083735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:03:15.1092293Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:03:15.1287217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:03:15.1295455Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:03:15.1453537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:03:15.1461700Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:03:15.1646469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:03:15.1654712Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:03:15.1896677Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:03:15.1904859Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:03:15.2418494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:03:15.2430331Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:03:15.3594796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:03:15.3603481Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:03:15.3782077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:03:15.3794349Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:03:15.4128578Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:03:15.4139734Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:03:15.4289786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:03:15.4300950Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:03:15.7564651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:03:15.7575214Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:03:15.7992232Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:03:18.4455350Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:03:18.4464526Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:03:18.4926089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:03:18.4935820Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:03:18.7289431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:03:18.7299431Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:03:18.7329416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:03:18.7337180Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:03:18.8474305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:03:18.8486215Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:03:18.8725780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:03:18.8736067Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:03:18.8765030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:03:18.8772149Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:03:18.8975694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:03:18.8986283Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:03:18.9231348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:03:18.9239113Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:03:19.0003280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:03:19.0012301Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:03:19.0988400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:03:19.0999590Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:03:19.3086082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:03:19.3094499Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:03:19.3684223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:03:19.3694200Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:03:19.4319965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:03:19.4330283Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:03:19.4910721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:03:19.4918522Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:03:19.5417912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:03:19.5425846Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:03:19.5995820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:03:19.6004539Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:03:19.6709432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:03:19.6716970Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:03:19.8474985Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:03:19.8497353Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:03:20.2813009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:03:20.2820758Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:03:20.3427120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:03:20.3435763Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:03:20.4356933Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:03:20.4367800Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:03:20.4749118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:03:20.4759527Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:03:21.6060212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:03:21.6068692Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:03:21.8143126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:03:21.8154102Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:03:21.9143977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:03:21.9154008Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:03:21.9292702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:03:21.9300294Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:03:22.0504696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:03:22.0516076Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:03:26.0852328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:03:26.0860313Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:03:31.1859031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:03:31.1870448Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:03:33.8231292Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:03:33.8239238Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:03:33.8267074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:03:33.8268122Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:03:33.9470121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:03:33.9479611Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:03:33.9496621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:03:33.9506230Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:03:34.1485178Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:03:34.1493614Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:03:34.1513768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:03:34.1521082Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:03:34.2373586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:03:34.2385171Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:03:34.2580500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:03:34.2590761Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:03:34.3171598Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:03:34.3178944Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:03:34.3209456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:03:34.3216603Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:03:34.3240474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:03:34.3249811Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:03:34.3599100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:03:34.3607575Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:03:34.5895176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:03:34.5902916Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:03:34.9929071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:03:34.9940373Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:03:35.0653599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:03:35.0663231Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:03:35.3670592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:03:35.3678239Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:03:35.4302349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:03:35.4312195Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:03:36.3952790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:03:36.3963240Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:03:36.5836906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:03:36.5846653Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:03:36.8194322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:03:36.8204423Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:03:36.8678733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:03:36.8688429Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:03:37.1050612Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:03:37.1062033Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:03:37.1537262Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:03:37.1546901Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:03:37.5246939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:03:37.5254543Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:03:37.6064410Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:03:37.6074534Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:03:37.6101602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:03:37.6111206Z [gw0] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:03:37.6556565Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:03:37.6565842Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:03:37.6668373Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:03:37.6677814Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:03:37.7128429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:03:37.7135348Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:03:37.7236283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:03:37.7245483Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:03:38.7047535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:03:38.7056241Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:03:38.8618380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:03:38.8628332Z [gw0] [ 96%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:03:38.8764935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:03:38.8775270Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:03:38.8996634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:03:38.9008101Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:03:38.9904711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:03:38.9914727Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:03:39.0057327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:03:39.0064988Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:03:39.0094132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:03:39.0102079Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:03:39.0251946Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:03:39.0261859Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:03:39.1083008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:03:39.1093881Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:03:39.1456370Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:03:39.1466817Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:03:39.1766520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:03:39.1776869Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:03:39.3113492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:03:39.3122320Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:03:39.3426363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:03:39.3437521Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:03:39.3585241Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:03:39.3592863Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:03:39.3798361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:03:39.3806091Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:03:39.4846628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:03:39.4854056Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:03:39.5045755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:03:39.5054240Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:03:39.5723418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:03:39.5730884Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:03:39.5891527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:03:39.5898959Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:03:39.6083451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:03:39.6091595Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:03:40.5340196Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:03:40.5348275Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:03:40.7282745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:03:40.7293324Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:03:41.6828276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:03:41.6839550Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:03:41.8816183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:03:41.8826319Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:03:47.1272283Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:03:47.1283096Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:03:48.1197760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:03:48.1205564Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:03:48.1419164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:03:48.1443900Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:03:48.2010844Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:03:48.2064162Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:03:48.2092621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T16:03:48.2102861Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T16:03:48.2129015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T16:03:48.2138611Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T16:03:49.3766483Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T16:03:49.3774605Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T16:03:49.6273916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T16:03:49.6281861Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T16:03:49.7123004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:03:49.7131179Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:03:49.7321115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T16:03:49.7329311Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T16:03:50.8431580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:03:50.8439438Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:03:50.9948227Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T16:03:50.9958363Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T16:03:51.0736683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:03:51.0747230Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:03:51.0903695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:03:51.0911298Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:03:51.0929838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T16:03:51.0937290Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T16:03:51.0954934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:03:51.0962761Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:03:51.0990101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T16:03:51.0997707Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T16:03:51.1022645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T16:03:51.1032508Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T16:03:51.1058555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T16:03:51.1065668Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T16:03:51.1091212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T16:03:51.1098048Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T16:03:51.1123614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T16:03:51.1130499Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T16:03:51.1157338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T16:03:51.1164296Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T16:03:51.1669181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T16:03:51.1676958Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T16:03:51.1796628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T16:03:51.1804792Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T16:04:05.1584540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:04:05.1594195Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:04:05.2379664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:04:05.2389401Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:04:05.2556281Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:04:05.2566397Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:04:05.6486361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:04:05.6494994Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:04:05.7137524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:04:05.7147327Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:04:05.8522459Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:04:05.8531894Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:04:05.8953602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:04:05.8962646Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:04:05.8978501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:04:05.8988036Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:04:05.9002466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:04:05.9011749Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:04:05.9025837Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:04:05.9035181Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:04:05.9049202Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:04:05.9058348Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:04:05.9548870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:04:05.9561337Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:04:05.9676405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:04:05.9685770Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:04:06.7286229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:04:06.7293899Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:04:06.8705749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:04:06.8715409Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:04:08.0317411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:04:08.0326033Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:04:08.2661942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:04:08.2672015Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:04:08.9978308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:04:08.9987039Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:04:09.1218926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:04:09.1227605Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:04:11.1128031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:04:11.1139232Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:04:11.3903745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:04:11.3913606Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:04:11.9138666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:04:11.9148838Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:04:11.9280243Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:04:11.9287896Z [gw0] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:04:11.9317211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:04:11.9324584Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:04:11.9351253Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:04:11.9358262Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:04:11.9384432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:04:11.9391452Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:04:11.9415564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:04:11.9424882Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:04:11.9448118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:04:11.9457277Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:04:11.9482033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:04:11.9488680Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:04:11.9517812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:04:11.9524387Z [gw0] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:04:12.0130681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:04:12.0141299Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:04:12.0279000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:04:12.0290394Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:04:12.0774706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:04:12.0782285Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:04:12.0896989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:04:12.0907934Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:04:12.1565106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:04:12.1576147Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:04:12.1716853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:04:12.1726886Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:04:12.2552965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:04:12.2560401Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:04:12.4459128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:04:12.4467660Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:04:12.4830207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:04:12.4837504Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:04:12.9197050Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:04:12.9207591Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:04:12.9997908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:04:13.0007699Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:04:13.1060722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:04:13.1070810Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:04:13.1269131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:04:13.1276802Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:04:13.2041343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:04:13.2051523Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:04:13.2224490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:04:13.2232165Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:04:13.3536333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:04:13.3546868Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:04:13.3821799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:04:13.3831809Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:04:13.3861245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:04:13.3868648Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:04:13.3895398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:04:13.3902331Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:04:13.3928488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:04:13.3936026Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:04:13.3960204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:04:13.3969645Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:04:13.4340305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:04:13.4347925Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:04:13.4440626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:04:13.4448058Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:04:13.4807156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:04:13.4814317Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:04:13.4906208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:04:13.4914376Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:04:13.7994360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:04:13.8002595Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:04:13.8645579Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:04:13.8655720Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:04:14.5975515Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:04:14.5983160Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:04:14.7377920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:04:14.7389253Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:04:14.7449505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:04:14.7457131Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:04:14.7550229Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:04:14.7558717Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:04:14.7578729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:04:14.7586062Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:04:14.7604503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:04:14.7611622Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:04:14.8309453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:04:14.8319978Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:04:14.8464004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:04:14.8471409Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:04:15.3012287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:04:15.3023645Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:04:15.3864136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:04:15.3874632Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:04:15.6693424Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:04:15.6701420Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:04:15.7248752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:04:15.7259685Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:04:16.0331771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:04:16.0340607Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:04:16.1058334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:04:16.1069527Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:04:16.3131765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:04:16.3140760Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:04:16.5129669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:04:16.5140261Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:04:16.7079732Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:04:16.7089274Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:04:17.1047553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:04:17.1056860Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:04:17.2969037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:04:17.2979104Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:04:17.3008114Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:04:17.3015429Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:04:17.3041156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:04:17.3050898Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:04:17.3077119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:04:17.3083959Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:04:17.4089875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:04:17.4099003Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:04:17.4314277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:04:17.4324339Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:04:17.4762935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:04:17.4770605Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:04:17.5169680Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:04:17.5180030Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:04:17.5238249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:04:17.5245212Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:04:17.5273288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:04:17.5280890Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:04:17.5305731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:04:17.5315461Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:04:17.5915838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:04:17.5923667Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:04:17.6059524Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:04:17.6069409Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:04:17.6123921Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:04:17.6134179Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:04:17.6161418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:04:17.6168692Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:04:17.6520966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:04:17.6529060Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:04:17.6606684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:04:17.6616423Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:04:17.7552400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:04:17.7561509Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:04:17.7766241Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:04:17.7774125Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:04:17.8120684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:04:17.8131863Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:04:17.8209525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:04:17.8216691Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:04:17.9803227Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:04:17.9813494Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:04:18.0094603Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:04:18.0104777Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:04:18.1374339Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:04:18.1382210Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:04:18.1664464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:04:18.1673859Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:04:18.4165991Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:04:18.4174153Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:04:18.4194526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:04:18.4201892Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:04:18.4220391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:04:18.4227618Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:04:18.4255976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:04:18.4263089Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:04:18.4287802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:04:18.4297673Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:04:18.4326503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:04:18.4333700Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:04:18.4361101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:04:18.4368319Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:04:18.4395607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:04:18.4402775Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:04:18.4429465Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:18.4436563Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:18.4463063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:18.4470258Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:18.4488247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:18.4495312Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:18.4512560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:18.4520724Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:18.4637446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:04:18.4644583Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:04:18.4793746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:04:18.4801133Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:04:18.4842158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:04:18.4849617Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:04:18.4879344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:04:18.4887717Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:04:18.5020765Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:04:18.5029337Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:04:18.5216872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:04:18.5227705Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:04:18.5437222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:04:18.5444239Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:04:18.5469917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:04:18.5479582Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:04:18.5494539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:04:18.5504036Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:04:18.5689344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:04:18.5698285Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:04:18.5724608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:04:18.5734472Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:04:18.5759386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:04:18.5768891Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:04:18.5792281Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:04:18.5801548Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:04:18.5824544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:04:18.5833679Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:04:18.6023445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:04:18.6030953Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:04:18.6203156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:04:18.6210366Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:04:18.6632314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:04:18.6639769Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:04:18.6670006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:04:18.6677262Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:04:18.6705434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:04:18.6713085Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:04:18.6730437Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:18.6738793Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:18.6753511Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:18.6762961Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:18.6777243Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:18.6786656Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:18.6800792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:18.6810013Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:18.6835227Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:04:18.6844855Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:04:18.7818584Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:04:18.7827321Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:04:18.7852932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:04:18.7862884Z [gw0] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:04:18.8506555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:04:18.8514456Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:04:18.8657749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:04:18.8665393Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:04:18.9900343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:04:18.9908704Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:04:19.0146310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:04:19.0155225Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:04:19.1745137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:04:19.1753904Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:04:19.2051830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:04:19.2060755Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:04:19.2393449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:04:19.2402071Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:04:19.2485810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:04:19.2493273Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:04:19.3167498Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:04:19.3177279Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:04:19.3317218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:04:19.3326654Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:04:19.4632394Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:04:19.4641155Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:04:19.4906484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:04:19.4915836Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:04:19.8719152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:04:19.8729952Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:04:19.9482792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:04:19.9490333Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:04:20.2345366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:04:20.2353962Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:04:20.2993191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:04:20.3000568Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:04:20.7182150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:04:20.7190002Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:04:20.8017906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:04:20.8028766Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:04:21.1886959Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:04:21.1894526Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:04:21.2893968Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:04:21.2905680Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:04:21.7283800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:04:21.7291655Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:04:21.8137772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:04:21.8146149Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:04:22.1821031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:04:22.1828780Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:04:22.2560226Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:04:22.2567110Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:04:22.5565651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:04:22.5574316Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:04:22.6151255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:04:22.6160459Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:04:35.2969452Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:04:35.2979500Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:04:37.1996126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:04:37.2007820Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:04:54.6356346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:04:54.6366131Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:04:55.1069144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:04:55.1081266Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:04:55.1855006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:04:55.1864895Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:04:55.2398657Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:04:55.2408414Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:04:55.2534862Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:04:55.2544629Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:04:55.3631829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:04:55.3641124Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:04:55.3864551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:04:55.3874544Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:04:55.5636931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:04:55.5647908Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:04:55.6022445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:04:55.6029803Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:04:55.6356051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:04:55.6365828Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:04:55.6445368Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:04:55.6454782Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:04:55.6741897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:04:55.6751871Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:04:55.6825731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:04:55.6835248Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:04:56.1345875Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:04:56.1356326Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:04:56.2302183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:04:57.3293006Z [gw0] [100%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:04:57.3293285Z 2022-09-27T16:04:57.3293576Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients.xml - 2022-09-27T16:04:57.3295965Z == 3431 passed, 4024 skipped, 73 xfailed, 219 warnings in 405.64s (0:06:45) === 2022-09-27T16:04:57.3296466Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:04:58.2086518Z Running test_quantization ... [2022-09-27 16:04:58.196418] 2022-09-27T16:04:58.2087011Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:04:58.196418] 2022-09-27T16:05:00.3132744Z 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-09-27T16:05:00.3133304Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:05:00.4006130Z 2022-09-27T16:05:00.4006432Z Running tests... 2022-09-27T16:05:00.4006717Z ---------------------------------------------------------------------- 2022-09-27T16:05:00.4007077Z Test results will be stored in test-reports\python-unittest\test_quantization 2022-09-27T16:05:00.4015831Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:05:00.4753138Z Tests the migration of the torch.nn.quantized.functional ... ok (0.079s) 2022-09-27T16:05:00.4764916Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4774719Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4784295Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4793586Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4807659Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4820093Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4830869Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4843699Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4855737Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4868545Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4880268Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4892298Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4904355Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4917164Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4929001Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4942734Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4952883Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4961765Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4965445Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:05:00.4972537Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-09-27T16:05:00.4976833Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:05:00.4984273Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-09-27T16:05:00.4993341Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.4997195Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:05:00.5004166Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.000s) 2022-09-27T16:05:00.5015099Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.5024718Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-09-27T16:05:00.5028320Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:05:00.5048578Z Tests the migration of the torch.nn.quantized.modules ... ok (0.016s) 2022-09-27T16:05:00.5055739Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T16:05:00.5065580Z Tests the migration of the torch.nn.quantized.modules ... ok (0.000s) 2022-09-27T16:05:00.5079790Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5089887Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5100517Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5112659Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5124258Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5133526Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5145968Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5157322Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5168021Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5177328Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5191192Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.016s) 2022-09-27T16:05:00.5200185Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5208955Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5217678Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5226641Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5235428Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5244236Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5253140Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5261956Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5270781Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5279604Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5288433Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-09-27T16:05:00.5303574Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5316534Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5331139Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5342440Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5354206Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.016s) 2022-09-27T16:05:00.5366305Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5378221Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5390204Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5401688Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5414778Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5428114Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5441415Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5450155Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5458899Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5467730Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5476466Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5485161Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5493868Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5502842Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.016s) 2022-09-27T16:05:00.5511371Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T16:05:00.5520319Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5529010Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5537749Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5546487Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-09-27T16:05:00.5591996Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5610806Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5623601Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5649106Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5665712Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.016s) 2022-09-27T16:05:00.5701944Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5714512Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5727407Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5740194Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5752315Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5765792Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5779666Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5792753Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5805381Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5818351Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5830154Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.016s) 2022-09-27T16:05:00.5842612Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5855000Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5867600Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5891514Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5904141Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:00.5918787Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-09-27T16:05:01.1954840Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.605s) 2022-09-27T16:05:01.3278582Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.136s) 2022-09-27T16:05:01.9286819Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.596s) 2022-09-27T16:05:02.1905205Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.267s) 2022-09-27T16:05:02.2007340Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.000s) 2022-09-27T16:05:02.3439841Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.144s) 2022-09-27T16:05:02.3488140Z 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-09-27T16:05:02.3489231Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-09-27T16:05:02.3490202Z 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-09-27T16:05:02.3490988Z warnings.warn( 2022-09-27T16:05:02.3491826Z 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-09-27T16:05:02.3492607Z warnings.warn( 2022-09-27T16:05:02.4108777Z 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-09-27T16:05:02.4109346Z warnings.warn( 2022-09-27T16:05:02.4673073Z 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-09-27T16:05:02.4673610Z warnings.warn( 2022-09-27T16:05:02.5241061Z ok (0.190s) 2022-09-27T16:05:02.5298979Z 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-09-27T16:05:02.5299646Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-09-27T16:05:02.5300234Z 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-09-27T16:05:02.5300782Z warnings.warn( 2022-09-27T16:05:02.5301345Z 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-09-27T16:05:02.5301831Z warnings.warn( 2022-09-27T16:05:02.5905259Z 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-09-27T16:05:02.5906096Z warnings.warn( 2022-09-27T16:05:02.6254113Z ok (0.094s) 2022-09-27T16:05:02.6262353Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:05:02.6274710Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:05:02.6303129Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.016s) 2022-09-27T16:05:02.6315512Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:05:02.6418382Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.000s) 2022-09-27T16:05:02.6431556Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:05:02.6456942Z 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-09-27T16:05:02.6457769Z warnings.warn( 2022-09-27T16:05:02.6482110Z ok (0.016s) 2022-09-27T16:05:02.6502462Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:05:02.6503527Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:05:02.6509077Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T16:05:02.6522362Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.000s) 2022-09-27T16:05:02.7497760Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.096s) 2022-09-27T16:05:02.7529015Z 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-09-27T16:05:02.7530004Z warnings.warn( 2022-09-27T16:05:03.0112943Z ok (0.255s) 2022-09-27T16:05:03.0133446Z 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-09-27T16:05:03.0134410Z warnings.warn( 2022-09-27T16:05:03.2619170Z ok (0.253s) 2022-09-27T16:05:03.2640203Z 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-09-27T16:05:03.2641273Z warnings.warn( 2022-09-27T16:05:03.5175118Z ok (0.268s) 2022-09-27T16:05:03.5195375Z 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-09-27T16:05:03.5196411Z warnings.warn( 2022-09-27T16:05:03.7439210Z ok (0.223s) 2022-09-27T16:05:03.7459530Z 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-09-27T16:05:03.7460581Z warnings.warn( 2022-09-27T16:05:03.9801171Z ok (0.234s) 2022-09-27T16:05:03.9820576Z 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-09-27T16:05:03.9821420Z warnings.warn( 2022-09-27T16:05:04.2163197Z ok (0.234s) 2022-09-27T16:05:04.2257011Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.010s) 2022-09-27T16:05:09.4012635Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (5.183s) 2022-09-27T16:05:09.5501844Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.145s) 2022-09-27T16:05:09.5538638Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-09-27T16:05:09.5568540Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-09-27T16:05:09.5599260Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-09-27T16:05:09.5630308Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.016s) 2022-09-27T16:05:09.5658831Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-09-27T16:05:09.5687599Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-09-27T16:05:09.5763827Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5771307Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5829856Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5839019Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5848384Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5857067Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5867175Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5876434Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5886015Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5893148Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5906827Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5968912Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5977395Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.5985909Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.6036606Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.6047462Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.6070925Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.6166786Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.6177527Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:05:09.6236677Z ok (0.051s) 2022-09-27T16:05:10.5109917Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.887s) 2022-09-27T16:05:10.5358176Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.031s) 2022-09-27T16:05:10.7530965Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.212s) 2022-09-27T16:05:11.2013679Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.456s) 2022-09-27T16:05:11.9815191Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.772s) 2022-09-27T16:05:11.9828559Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:05:11.9842154Z Sanity checks on _equalize.converged working ... ok (0.000s) 2022-09-27T16:05:11.9848281Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:05:11.9867297Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.016s) 2022-09-27T16:05:11.9880848Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:05:12.0010616Z First checks to see if _equalize.equalize can handle multiple ... ok (0.000s) 2022-09-27T16:05:12.0033559Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:05:12.0284927Z Checks to see if eager mode equalization supports fused ... ok (0.041s) 2022-09-27T16:05:12.0306075Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T16:05:12.0511194Z Checks to see if eager mode equalization supports fused ... ok (0.016s) 2022-09-27T16:05:12.2946525Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.239s) 2022-09-27T16:05:12.2965885Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:12.5212733Z 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:1497: 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-09-27T16:05:12.5213318Z warnings.warn( 2022-09-27T16:05:12.5213860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:1503: 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-09-27T16:05:12.5214496Z warnings.warn( 2022-09-27T16:05:12.6128385Z ok (0.326s) 2022-09-27T16:05:12.6147449Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:12.6262334Z Tests that graphs containing branches are prepared correctly. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:741: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-09-27T16:05:12.6263033Z warnings.warn( 2022-09-27T16:05:12.6270609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\prepare.py:741: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-09-27T16:05:12.6271198Z warnings.warn( 2022-09-27T16:05:12.6400398Z ok (0.031s) 2022-09-27T16:05:12.6416944Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:12.8001227Z 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-09-27T16:05:12.8002308Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:12.8544112Z 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-09-27T16:05:12.8545036Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:13.1273822Z 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-09-27T16:05:13.1274773Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:13.9685360Z 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-09-27T16:05:13.9686331Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:14.2294553Z 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-09-27T16:05:14.2295189Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:15.4739689Z 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-09-27T16:05:15.4740633Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:15.8053342Z ok (3.158s) 2022-09-27T16:05:15.8065343Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:15.8701456Z After applying the equalization functions, check if the equalization ... ok (0.067s) 2022-09-27T16:05:15.8755479Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:15.8880212Z 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-09-27T16:05:15.8881040Z warnings.warn( 2022-09-27T16:05:15.8883109Z 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-09-27T16:05:15.8883824Z warnings.warn( 2022-09-27T16:05:15.8884553Z 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-09-27T16:05:15.8885222Z warnings.warn( 2022-09-27T16:05:15.8887660Z 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-09-27T16:05:15.8888218Z warnings.warn( 2022-09-27T16:05:16.3483020Z ok (0.472s) 2022-09-27T16:05:16.3500333Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:16.5398056Z Tests that graphs created after prepare_fx is as expected ... ok (0.202s) 2022-09-27T16:05:16.5409286Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:16.8328040Z Tests that for small models, the results of quantized models that ... ok (0.280s) 2022-09-27T16:05:16.8341806Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:16.8991090Z After applying the equalization functions check if the weights and ... ok (0.073s) 2022-09-27T16:05:16.9013500Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T16:05:17.0434277Z Tests that we are able to run numeric suite on the equalized model ... ok (0.145s) 2022-09-27T16:05:17.2051977Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.165s) 2022-09-27T16:05:17.2569708Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.047s) 2022-09-27T16:05:17.2953102Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.031s) 2022-09-27T16:05:17.2965114Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:05:17.4227999Z Verify that graph matching works on methods ... ok (0.140s) 2022-09-27T16:05:17.5797619Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.151s) 2022-09-27T16:05:17.6031324Z 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-09-27T16:05:17.6031881Z warnings.warn( 2022-09-27T16:05:17.7077480Z ok (0.134s) 2022-09-27T16:05:17.7111324Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:05:17.7171460Z Tests that the mapping of op relationships is complete. ... ok (0.000s) 2022-09-27T16:05:17.8637584Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.151s) 2022-09-27T16:05:17.8855301Z 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-09-27T16:05:17.8856335Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:17.9506720Z ok (0.083s) 2022-09-27T16:05:18.1114425Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.171s) 2022-09-27T16:05:18.1740869Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.057s) 2022-09-27T16:05:18.3199542Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.145s) 2022-09-27T16:05:18.4104217Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.089s) 2022-09-27T16:05:18.4118254Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T16:05:18.5317182Z Verify that graph matching works on user defined functions ... ok (0.119s) 2022-09-27T16:05:18.5327542Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-09-27T16:05:18.5335997Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-09-27T16:05:18.5344968Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:05:21.0776950Z 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-09-27T16:05:21.0777946Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:05:21.4045295Z ok (2.878s) 2022-09-27T16:05:21.4055456Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:05:21.7009181Z 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-09-27T16:05:21.7009922Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:22.1562489Z ok (0.751s) 2022-09-27T16:05:22.6341702Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.482s) 2022-09-27T16:05:22.6349173Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:22.7866048Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:05:22.7866582Z Verify that add_loggers works on methods ... ok (0.151s) 2022-09-27T16:05:22.7867251Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-09-27T16:05:22.7867968Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T16:05:23.8474781Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.058s) 2022-09-27T16:05:24.3817502Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.529s) 2022-09-27T16:05:24.5345118Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.166s) 2022-09-27T16:05:24.5915679Z 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-09-27T16:05:24.5916881Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:24.5917786Z 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-09-27T16:05:24.5918654Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:24.5919527Z 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-09-27T16:05:24.5920355Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:24.5921503Z 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-09-27T16:05:24.5922343Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:05:25.5200722Z ok (0.981s) 2022-09-27T16:05:26.6675830Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.146s) 2022-09-27T16:05:26.6684093Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:05:26.9006471Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.234s) 2022-09-27T16:05:26.9998608Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.099s) 2022-09-27T16:05:27.4736563Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.474s) 2022-09-27T16:05:27.9486842Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.476s) 2022-09-27T16:05:29.1563017Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.204s) 2022-09-27T16:05:30.3480337Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.198s) 2022-09-27T16:05:30.4877508Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.135s) 2022-09-27T16:05:30.6660211Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:05:30.6661294Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T16:05:30.6662201Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.176s) 2022-09-27T16:05:30.6662962Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-09-27T16:05:30.6663843Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-09-27T16:05:30.6664708Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-09-27T16:05:30.6665590Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-09-27T16:05:30.8403052Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.172s) 2022-09-27T16:05:30.9511665Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.120s) 2022-09-27T16:05:31.1224616Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.171s) 2022-09-27T16:05:31.5079815Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.383s) 2022-09-27T16:05:31.9641270Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.457s) 2022-09-27T16:05:32.4027159Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.440s) 2022-09-27T16:05:32.4612526Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.063s) 2022-09-27T16:05:32.7938241Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.332s) 2022-09-27T16:05:32.8442897Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.041s) 2022-09-27T16:05:33.0156876Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.179s) 2022-09-27T16:05:33.0166241Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:34.2687069Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:34.2687933Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:34.2688578Z Verifies that logging inputs works correctly ... ok (1.248s) 2022-09-27T16:05:34.3560521Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.094s) 2022-09-27T16:05:35.0566037Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.695s) 2022-09-27T16:05:35.4902068Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.429s) 2022-09-27T16:05:35.4909409Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:35.7500277Z Verify that add_loggers works on methods ... ok (0.270s) 2022-09-27T16:05:36.4950641Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.742s) 2022-09-27T16:05:36.8631570Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.371s) 2022-09-27T16:05:38.5846474Z skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:05:38.5847258Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-09-27T16:05:38.5848120Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:05:38.5848932Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.721s) 2022-09-27T16:05:38.5849788Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:05:38.5850573Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-09-27T16:05:38.5851280Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-09-27T16:05:38.5852112Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:05:38.5853004Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:05:38.5853883Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:38.5854697Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:05:38.5855520Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-09-27T16:05:38.5856286Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T16:05:38.5857040Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-09-27T16:05:38.5857774Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T16:05:38.5858859Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:38.5859687Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:05:38.5883175Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:38.5954522Z Tests that all the ops quantization cares about have input and output ... ok (0.000s) 2022-09-27T16:05:38.5962909Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:39.3604114Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:05:39.3605088Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:05:39.3605974Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:05:39.3606627Z Verify that shadowing works with ops which accept either fp32 or ... ok (0.775s) 2022-09-27T16:05:39.3607368Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:05:39.3608269Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T16:05:39.3609052Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T16:05:39.7264513Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.365s) 2022-09-27T16:05:39.7265367Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:39.7266207Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:05:39.7267063Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:39.7267873Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T16:05:39.7273122Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:40.2532209Z Verifies that we can match pairs of ops which have the same aten ... ok (0.520s) 2022-09-27T16:05:40.3429049Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.088s) 2022-09-27T16:05:40.5139019Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.171s) 2022-09-27T16:05:40.5146265Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:40.9238100Z 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-09-27T16:05:40.9238836Z Copying a `call_function` node is not implemented, test that this ... ok (0.416s) 2022-09-27T16:05:40.9239621Z 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-09-27T16:05:40.9240574Z 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-09-27T16:05:40.9269460Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:41.1734775Z 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-09-27T16:05:41.3123925Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:05:41.3124681Z 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-09-27T16:05:41.3125237Z 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-09-27T16:05:41.3125606Z ok (0.390s) 2022-09-27T16:05:41.3143211Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T16:05:41.3155675Z 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-09-27T16:05:41.3156208Z warnings.warn( 2022-09-27T16:05:41.5749876Z ok (0.265s) 2022-09-27T16:05:41.7714779Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.192s) 2022-09-27T16:05:43.0729087Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.303s) 2022-09-27T16:05:43.8768030Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.809s) 2022-09-27T16:05:43.8942300Z 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-09-27T16:05:43.8943545Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-09-27T16:05:43.8944558Z 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-09-27T16:05:43.8945532Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-09-27T16:05:44.0198673Z ok (0.138s) 2022-09-27T16:05:45.5365457Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.517s) 2022-09-27T16:05:46.2788446Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.739s) 2022-09-27T16:05:46.4959419Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.223s) 2022-09-27T16:05:47.3395009Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.844s) 2022-09-27T16:05:47.7425085Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.389s) 2022-09-27T16:05:48.1367125Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.399s) 2022-09-27T16:05:48.1375580Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.000s) 2022-09-27T16:05:48.1382171Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.000s) 2022-09-27T16:05:53.9564992Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (5.816s) 2022-09-27T16:05:59.8953223Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:05:59.8954124Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (5.938s) 2022-09-27T16:05:59.8955348Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:05:59.8955996Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:59.8956636Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:05:59.8957320Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:59.8958109Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:05:59.8958777Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:05:59.8959336Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:05:59.8959857Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T16:05:59.8960375Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T16:06:00.0968675Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.206s) 2022-09-27T16:06:00.1010117Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.000s) 2022-09-27T16:06:00.1028473Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.016s) 2022-09-27T16:06:00.1032607Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:06:00.3129617Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.205s) 2022-09-27T16:06:00.3296403Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:00.3302038Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:00.3305262Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:06:00.3373286Z Tests the backward method. ... skip: temporarily disable the test (0.000s) 2022-09-27T16:06:00.3494728Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:00.3500123Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:00.3606984Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:01.1463279Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.790s) 2022-09-27T16:06:01.1517899Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.000s) 2022-09-27T16:06:01.2725317Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.120s) 2022-09-27T16:06:01.2782106Z 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-09-27T16:06:01.2783170Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:06:01.2811476Z ok (0.016s) 2022-09-27T16:06:01.2815498Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:06:01.4302518Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.140s) 2022-09-27T16:06:01.4439463Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:01.4445055Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:01.4590357Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:01.4601939Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T16:06:01.6452506Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.181s) 2022-09-27T16:06:01.6577664Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:01.6583391Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:01.6651724Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:01.8312349Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.155s) 2022-09-27T16:06:01.8399007Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-09-27T16:06:01.8461343Z 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.010s) 2022-09-27T16:06:01.8518955Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:02.2198899Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.373s) 2022-09-27T16:06:02.2258174Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:02.4090060Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.187s) 2022-09-27T16:06:02.4148174Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:02.4205008Z 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.016s) 2022-09-27T16:06:02.4257261Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T16:06:02.5124860Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.077s) 2022-09-27T16:06:02.5422062Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.031s) 2022-09-27T16:06:02.5444034Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-09-27T16:06:02.5596013Z Test case that checks whether forward pre hooks of the first module and ... ok (0.016s) 2022-09-27T16:06:02.6070689Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.057s) 2022-09-27T16:06:02.9309218Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.328s) 2022-09-27T16:06:02.9625085Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.031s) 2022-09-27T16:06:02.9685284Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.000s) 2022-09-27T16:06:02.9718964Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.000s) 2022-09-27T16:06:03.6265290Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.665s) 2022-09-27T16:06:03.7102901Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.079s) 2022-09-27T16:06:03.7132805Z 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.000s) 2022-09-27T16:06:03.7447275Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.032s) 2022-09-27T16:06:03.7521878Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.000s) 2022-09-27T16:06:03.7615411Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.016s) 2022-09-27T16:06:03.7669885Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.000s) 2022-09-27T16:06:03.7752499Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.016s) 2022-09-27T16:06:03.7774079Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:06:03.7815910Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.000s) 2022-09-27T16:06:03.7839325Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:06:03.7896242Z This test tests two keys in backend_config: root_node_getter and ... ok (0.016s) 2022-09-27T16:06:03.8052694Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.016s) 2022-09-27T16:06:03.8066243Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T16:06:03.8449874Z TODO: add test for all fused modules ... ok (0.031s) 2022-09-27T16:06:03.8520937Z 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-09-27T16:06:03.8522208Z warnings.warn(msg, FutureWarning) 2022-09-27T16:06:03.8528082Z ok (0.016s) 2022-09-27T16:06:03.8607377Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.000s) 2022-09-27T16:06:03.8631780Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:06:03.8765726Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.016s) 2022-09-27T16:06:03.8791686Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T16:06:03.9190693Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.049s) 2022-09-27T16:06:03.9312101Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:06:03.9463611Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:06:03.9650093Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:06:03.9899282Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:06:04.0221119Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.031s) 2022-09-27T16:06:04.0237976Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:06:04.0305129Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.000s) 2022-09-27T16:06:04.0409733Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.016s) 2022-09-27T16:06:04.0641368Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.016s) 2022-09-27T16:06:04.1276495Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.063s) 2022-09-27T16:06:04.1825534Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.064s) 2022-09-27T16:06:04.1961152Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.016s) 2022-09-27T16:06:04.2217450Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.016s) 2022-09-27T16:06:04.3330134Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.110s) 2022-09-27T16:06:04.3580278Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.031s) 2022-09-27T16:06:04.3947793Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.032s) 2022-09-27T16:06:04.3968175Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:06:04.4126120Z Tests the constructor of the ModelReport class. ... ok (0.016s) 2022-09-27T16:06:04.4137477Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:06:04.4719292Z Tests for generation of qconfigs by ModelReport API ... ok (0.063s) 2022-09-27T16:06:04.4740624Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:06:04.5263877Z 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-09-27T16:06:04.5265022Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-09-27T16:06:04.7189343Z ok (0.246s) 2022-09-27T16:06:04.7203174Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:06:04.7534681Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.041s) 2022-09-27T16:06:04.7556552Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:06:04.7828709Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.026s) 2022-09-27T16:06:04.7843885Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T16:06:04.9252426Z Tests for generation of qconfigs by ModelReport API ... ok (0.140s) 2022-09-27T16:06:05.0030965Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.083s) 2022-09-27T16:06:05.0054426Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-09-27T16:06:05.0279509Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.016s) 2022-09-27T16:06:05.0302813Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-09-27T16:06:05.0333296Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.016s) 2022-09-27T16:06:05.0359332Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-09-27T16:06:05.0377956Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-09-27T16:06:05.0508334Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.016s) 2022-09-27T16:06:05.0720208Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.016s) 2022-09-27T16:06:05.1908212Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.124s) 2022-09-27T16:06:05.1950668Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.000s) 2022-09-27T16:06:05.2099801Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.016s) 2022-09-27T16:06:05.2109552Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:06:05.2452297Z Tests the generate_table_view() ... ok (0.031s) 2022-09-27T16:06:05.2461253Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:06:05.2798175Z Tests the generate_table_view() ... ok (0.041s) 2022-09-27T16:06:05.2806651Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:06:05.3139865Z Tests the generate_table_view() ... ok (0.026s) 2022-09-27T16:06:05.3153841Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T16:06:05.3499075Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.047s) 2022-09-27T16:06:29.6293605Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (24.266s) 2022-09-27T16:06:35.2361314Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (5.619s) 2022-09-27T16:06:35.6431031Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.394s) 2022-09-27T16:06:36.4053298Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.763s) 2022-09-27T16:06:37.0068008Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.613s) 2022-09-27T16:06:37.1771058Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.158s) 2022-09-27T16:06:37.2365448Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.063s) 2022-09-27T16:06:37.3107094Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.080s) 2022-09-27T16:06:37.5931141Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.285s) 2022-09-27T16:06:37.7037662Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.110s) 2022-09-27T16:06:37.8172997Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.111s) 2022-09-27T16:06:37.8232138Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-09-27T16:06:38.1680048Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.347s) 2022-09-27T16:06:38.1770510Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-09-27T16:06:38.3100808Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.126s) 2022-09-27T16:06:38.4205714Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.110s) 2022-09-27T16:06:38.4256782Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-09-27T16:06:38.7677878Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.348s) 2022-09-27T16:06:38.7754614Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-09-27T16:06:39.0858547Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.301s) 2022-09-27T16:06:39.0966205Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-09-27T16:06:39.1918988Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.094s) 2022-09-27T16:06:39.1965006Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-09-27T16:06:39.5393750Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.347s) 2022-09-27T16:06:39.5459743Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-09-27T16:06:39.5468564Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-09-27T16:06:39.5473297Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-09-27T16:06:39.5492999Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.016s) 2022-09-27T16:06:39.5508651Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-09-27T16:06:39.5515405Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:06:39.5573085Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.000s) 2022-09-27T16:06:39.5583240Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:06:39.5597259Z Smoke test on saving/loading state_dict ... ok (0.000s) 2022-09-27T16:06:39.5816787Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.032s) 2022-09-27T16:06:39.6045129Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.016s) 2022-09-27T16:06:39.6054957Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:06:39.6055671Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:06:39.7058736Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.095s) 2022-09-27T16:06:40.0205279Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.318s) 2022-09-27T16:06:40.1017273Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.091s) 2022-09-27T16:06:40.1028262Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-09-27T16:06:40.3604580Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.249s) 2022-09-27T16:06:40.3609657Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:06:40.3632000Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.000s) 2022-09-27T16:06:40.3704709Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:750: UserWarning: non-inplace resize is deprecated 2022-09-27T16:06:40.3705177Z warnings.warn("non-inplace resize is deprecated") 2022-09-27T16:06:48.9460150Z ok (8.587s) 2022-09-27T16:06:49.3842147Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (0.436s) 2022-09-27T16:07:12.2658285Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... ok (22.892s) 2022-09-27T16:07:12.2678916Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2700962Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2715805Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2729171Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2756045Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2774531Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2793693Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2804188Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.016s) 2022-09-27T16:07:12.2818136Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2829665Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:07:12.2843533Z 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-09-27T16:07:12.3094850Z 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-09-27T16:07:12.3095474Z warnings.warn( 2022-09-27T16:07:12.3155506Z ok (0.026s) 2022-09-27T16:07:12.3899163Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.077s) 2022-09-27T16:07:12.3945420Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.000s) 2022-09-27T16:07:12.5292805Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.135s) 2022-09-27T16:07:12.5484933Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.016s) 2022-09-27T16:07:12.6208672Z 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:483.) 2022-09-27T16:07:12.6210273Z if param.grad is not None: 2022-09-27T16:07:12.6926037Z ok (0.145s) 2022-09-27T16:07:12.7822106Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.088s) 2022-09-27T16:07:13.6154777Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.848s) 2022-09-27T16:07:13.6357800Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.016s) 2022-09-27T16:07:13.6790370Z 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-09-27T16:07:13.9518168Z ok (0.317s) 2022-09-27T16:07:14.2769755Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.316s) 2022-09-27T16:07:14.6673612Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.399s) 2022-09-27T16:07:14.7834240Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.110s) 2022-09-27T16:07:15.3952396Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.616s) 2022-09-27T16:07:15.5097829Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.111s) 2022-09-27T16:07:15.5536045Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.047s) 2022-09-27T16:07:15.5964725Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.048s) 2022-09-27T16:07:15.6192407Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.016s) 2022-09-27T16:07:15.7815872Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.158s) 2022-09-27T16:07:15.7824217Z 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.000s) 2022-09-27T16:07:15.7838768Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.000s) 2022-09-27T16:07:15.8055647Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:15.8267082Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:15.8555150Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.032s) 2022-09-27T16:07:15.8758665Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:15.8962539Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.031s) 2022-09-27T16:07:15.9203520Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:16.3784964Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.459s) 2022-09-27T16:07:16.3914702Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:16.3955011Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-09-27T16:07:16.4145292Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:16.4181437Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.016s) 2022-09-27T16:07:16.4229843Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.000s) 2022-09-27T16:07:16.4243664Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:16.4271783Z Test post-training dynamic quantization on preserving ... ok (0.000s) 2022-09-27T16:07:16.5290597Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.111s) 2022-09-27T16:07:16.5303433Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:17.3242317Z Test quantization for nested model, top level 'fc3' and ... ok (0.792s) 2022-09-27T16:07:17.3256270Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:18.2496006Z Another test case for quantized, we will quantize all submodules ... ok (0.922s) 2022-09-27T16:07:18.2509104Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:19.1638235Z More complicated nested test case with child qconfig overrides ... ok (0.918s) 2022-09-27T16:07:19.1649689Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:19.5569157Z Test quantization for per_channel dynamic quantization ... ok (0.383s) 2022-09-27T16:07:19.5596715Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:20.9784556Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (1.421s) 2022-09-27T16:07:20.9803924Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:21.6611679Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (0.690s) 2022-09-27T16:07:21.6625447Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:22.0775849Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (0.408s) 2022-09-27T16:07:22.0787358Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:22.4572477Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.390s) 2022-09-27T16:07:22.4585217Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T16:07:23.0055826Z Test quantization for nested model, top level 'fc3' and ... ok (0.539s) 2022-09-27T16:07:23.0067488Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:23.7585791Z Test quantization of activations ... ok (0.764s) 2022-09-27T16:07:23.7593772Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:23.7612112Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.000s) 2022-09-27T16:07:23.7618315Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:23.7633931Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.000s) 2022-09-27T16:07:23.7806943Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.016s) 2022-09-27T16:07:23.7873314Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.016s) 2022-09-27T16:07:24.1312893Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.337s) 2022-09-27T16:07:24.1322000Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:24.5884012Z User inserts QuantStub and DeQuantStub in model code ... ok (0.456s) 2022-09-27T16:07:24.5900082Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:25.2183240Z Test quantization for nested model, top level 'fc3' and ... ok (0.633s) 2022-09-27T16:07:25.5738809Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.349s) 2022-09-27T16:07:25.5754400Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:26.3642897Z More complicated nested test case with child qconfig overrides ... ok (0.791s) 2022-09-27T16:07:26.3657932Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:26.8048361Z 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-09-27T16:07:26.8049015Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-09-27T16:07:26.9068138Z ok (0.554s) 2022-09-27T16:07:26.9085537Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:27.0024551Z Test the post-training quantization flow, serialization and scripting ... ok (0.095s) 2022-09-27T16:07:27.0049821Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:27.1044116Z Test the post-training quantization flow, serialization and scripting ... ok (0.095s) 2022-09-27T16:07:27.1097350Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.000s) 2022-09-27T16:07:27.1109310Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:27.3103166Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.206s) 2022-09-27T16:07:27.3116898Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:27.9530703Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (0.649s) 2022-09-27T16:07:27.9546860Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:29.6686227Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (1.714s) 2022-09-27T16:07:29.6698684Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:31.4671774Z The case when we want to skip quantizing some layers ... ok (1.798s) 2022-09-27T16:07:31.4684646Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T16:07:31.9238520Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (0.445s) 2022-09-27T16:07:31.9298082Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-09-27T16:07:32.6300120Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.705s) 2022-09-27T16:07:32.6312082Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T16:07:32.6322915Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.000s) 2022-09-27T16:07:32.8778181Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.246s) 2022-09-27T16:07:33.2181448Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.331s) 2022-09-27T16:07:33.5542800Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.334s) 2022-09-27T16:07:33.8030669Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.253s) 2022-09-27T16:07:33.8099436Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-09-27T16:07:33.8105229Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T16:07:33.8265511Z Using FakeQuant in evaluation only mode, ... ok (0.016s) 2022-09-27T16:07:33.8409436Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-09-27T16:07:34.2973417Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.443s) 2022-09-27T16:07:34.3029127Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-09-27T16:07:34.3066473Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-09-27T16:07:34.3085874Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T16:07:34.4050176Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.094s) 2022-09-27T16:07:35.4173660Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.021s) 2022-09-27T16:07:35.7893489Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.364s) 2022-09-27T16:07:35.8034690Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.016s) 2022-09-27T16:07:35.8106243Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.016s) 2022-09-27T16:07:35.8161491Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-09-27T16:07:35.8175628Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-09-27T16:07:35.8393788Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.026s) 2022-09-27T16:07:35.8423920Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-09-27T16:07:35.8435813Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:35.8656488Z Verifies that calculating a size of a quantized tensor works ... ok (0.026s) 2022-09-27T16:07:35.9376307Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.063s) 2022-09-27T16:07:35.9406632Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:37.3611217Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.430s) 2022-09-27T16:07:37.3620760Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:38.8538995Z Test quantizing conv and linear ... ok (1.489s) 2022-09-27T16:07:38.8578429Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:40.4106409Z Test quantizing functional conv and linear with reference option ... ok (1.554s) 2022-09-27T16:07:40.4805877Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.080s) 2022-09-27T16:07:40.4830704Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:40.4849832Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:40.4864464Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:40.4878753Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:40.5190486Z 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:560: 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-09-27T16:07:40.5191375Z warnings.warn( 2022-09-27T16:07:40.5434545Z 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-09-27T16:07:40.5435402Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:07:40.5929782Z 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-09-27T16:07:40.5930684Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:07:40.5946202Z ok (0.110s) 2022-09-27T16:07:40.5956122Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:40.6058845Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.016s) 2022-09-27T16:07:40.6085338Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:40.6499228Z Test the output of CopyNode to have the same ... ok (0.047s) 2022-09-27T16:07:40.7342150Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.079s) 2022-09-27T16:07:40.7367258Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:40.7605406Z Tests that the flow still works when the input of custom module ... ok (0.017s) 2022-09-27T16:07:40.7752379Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-09-27T16:07:40.7764050Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:40.7963773Z Make sure default quant is inserted properly ... ok (0.032s) 2022-09-27T16:07:40.7975845Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.0592391Z Test to make sure dequantize node are placed before ... ok (0.254s) 2022-09-27T16:07:41.0603399Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.0790909Z Make sure quantization runs for models with dictionary output ... ok (0.031s) 2022-09-27T16:07:41.0808032Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.1215777Z Tests input for dynamic linear being used by multiple ops ... ok (0.031s) 2022-09-27T16:07:41.2678161Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.144s) 2022-09-27T16:07:41.2691056Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.2842740Z Test that weight observer is run in convert step ... ok (0.016s) 2022-09-27T16:07:41.2865363Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.3108531Z 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-09-27T16:07:41.3109561Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:07:41.3384116Z ok (0.062s) 2022-09-27T16:07:41.3400937Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.3765331Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.032s) 2022-09-27T16:07:41.3783035Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.4013725Z Test that the sequence of quant-dequant nodes in the ... ok (0.031s) 2022-09-27T16:07:41.4246509Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:41.4469484Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:41.4486338Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.4987991Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.048s) 2022-09-27T16:07:41.5006243Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:41.5022183Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:41.5036109Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:41.5308448Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:41.5323572Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.5516578Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.016s) 2022-09-27T16:07:41.5534503Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:41.6068520Z Verifies that binary ops get quantized correctly if some ... ok (0.064s) 2022-09-27T16:07:42.6644466Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.060s) 2022-09-27T16:07:42.6658259Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:42.6828742Z Test support for qint8 activation in reference pattern ... ok (0.016s) 2022-09-27T16:07:42.7087476Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:42.7379413Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:42.7390573Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:42.7576884Z Verifies that an observer is not inserted between an unmatched ... ok (0.032s) 2022-09-27T16:07:42.7728093Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:42.7736869Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:42.7888428Z Test quantizing a not used value ... ok (0.016s) 2022-09-27T16:07:42.7907800Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:42.8150255Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.016s) 2022-09-27T16:07:42.8160455Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:42.8347618Z Verify that specifying complicated output types does not crash. ... ok (0.016s) 2022-09-27T16:07:42.9591852Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.126s) 2022-09-27T16:07:42.9605549Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:42.9657486Z test MatchAllNode with ... ok (0.016s) 2022-09-27T16:07:42.9903309Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:42.9941542Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:42.9961872Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:42.9976418Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:42.9991161Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:43.0005393Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:43.0019393Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:43.0033539Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:43.0051505Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:43.0069075Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:43.0100426Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:43.0626893Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.048s) 2022-09-27T16:07:43.0638616Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:43.0836604Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.016s) 2022-09-27T16:07:43.1031935Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:43.1048569Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:43.1266555Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.031s) 2022-09-27T16:07:43.1279435Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:43.1427094Z Test tuple input type is preserved ... ok (0.016s) 2022-09-27T16:07:43.1701546Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:43.1967236Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:43.2240967Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:43.2505581Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:43.2759903Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:43.3027750Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:43.3293135Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:43.6350470Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.301s) 2022-09-27T16:07:43.6356480Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:07:43.7467149Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.111s) 2022-09-27T16:07:43.9165980Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.174s) 2022-09-27T16:07:44.0360972Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.111s) 2022-09-27T16:07:44.0680050Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:44.1301746Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.063s) 2022-09-27T16:07:44.1501723Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:44.1532346Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.1548297Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.1577659Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.1623440Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.1656583Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:44.1686314Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.1713352Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.2491979Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.079s) 2022-09-27T16:07:44.2735294Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:44.2979148Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:44.3186153Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:44.3403559Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:44.3725843Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:44.4305165Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.047s) 2022-09-27T16:07:44.4323457Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:44.4634198Z Test that the FQN of input_scale/zero_point is set ... ok (0.032s) 2022-09-27T16:07:44.4658727Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:44.6492559Z If the output is hardcoded to be quantized, ensure that ... ok (0.191s) 2022-09-27T16:07:44.6712359Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:44.6928826Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:44.6942365Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:44.7306758Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.031s) 2022-09-27T16:07:44.7323999Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:44.8694263Z Make sure the numerics for models with ref conv module ... ok (0.144s) 2022-09-27T16:07:44.8709421Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:44.9175778Z Make sure the numerics for models with ref linear module ... ok (0.047s) 2022-09-27T16:07:44.9211706Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.000s) 2022-09-27T16:07:44.9422224Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:44.9596055Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:44.9855963Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:45.0120580Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T16:07:45.0241457Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:45.1519382Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.126s) 2022-09-27T16:07:45.7594853Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.602s) 2022-09-27T16:07:46.1332679Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.384s) 2022-09-27T16:07:46.1345958Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:46.1610882Z Make sure that shape does not dequantize ... ok (0.026s) 2022-09-27T16:07:46.2714485Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.104s) 2022-09-27T16:07:46.2965677Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:07:46.4106881Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.120s) 2022-09-27T16:07:46.5211060Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.098s) 2022-09-27T16:07:46.5243460Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T16:07:46.7049424Z Make sure packed params appear in state_dict ... ok (0.197s) 2022-09-27T16:07:46.7260369Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:46.7515789Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:46.7774331Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:07:46.7961048Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.010s) 2022-09-27T16:07:46.8221573Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:46.8480009Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-09-27T16:07:46.8725783Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T16:07:46.8987735Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T16:07:46.8996976Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-09-27T16:07:46.9012061Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-09-27T16:07:47.1670187Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.269s) 2022-09-27T16:07:47.4590274Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.291s) 2022-09-27T16:07:47.5660900Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.115s) 2022-09-27T16:07:47.5669252Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-09-27T16:07:48.1597183Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.586s) 2022-09-27T16:07:48.1612289Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-09-27T16:07:48.1626601Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.000s) 2022-09-27T16:07:48.1648511Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-09-27T16:07:55.8322378Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.680s) 2022-09-27T16:08:03.7086842Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.870s) 2022-09-27T16:08:03.7545899Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.047s) 2022-09-27T16:08:03.7557828Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:03.7721045Z A test that checks correct patterns are produced for ... ok (0.010s) 2022-09-27T16:08:03.7733807Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:08:03.7745555Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:03.7870207Z int8 is not supported for bmm so we won't produce reference ... ok (0.026s) 2022-09-27T16:08:03.7880597Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:03.8033654Z Make sure we don't insert observer for boolean Tensors ... ok (0.016s) 2022-09-27T16:08:03.8056703Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:04.3070198Z quantization of the output of cat will depend on the ... ok (0.499s) 2022-09-27T16:08:04.3273573Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.016s) 2022-09-27T16:08:05.7964983Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.472s) 2022-09-27T16:08:06.2594978Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.472s) 2022-09-27T16:08:06.2601292Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:08:06.2606149Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:08:06.2612494Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:06.2753342Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.016s) 2022-09-27T16:08:06.2759358Z 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-09-27T16:08:07.0757330Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.794s) 2022-09-27T16:08:07.1585880Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.083s) 2022-09-27T16:08:07.2316900Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.073s) 2022-09-27T16:08:07.6257359Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.395s) 2022-09-27T16:08:07.6644537Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.041s) 2022-09-27T16:08:07.6656928Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:07.6791584Z Test that a proper error message is shown when user don't specify the correct ... ok (0.016s) 2022-09-27T16:08:07.7428945Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.063s) 2022-09-27T16:08:07.8379020Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.098s) 2022-09-27T16:08:17.7548111Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.919s) 2022-09-27T16:08:31.5747823Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.809s) 2022-09-27T16:08:31.5755859Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-09-27T16:08:31.5767158Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:08:31.5804624Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:31.8300790Z A test that checks dequantize will be swapped for ... ok (0.252s) 2022-09-27T16:08:31.8328249Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:31.9069312Z A test that checks correct patterns are produced for ... ok (0.079s) 2022-09-27T16:08:31.9092293Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:31.9563668Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.047s) 2022-09-27T16:08:32.7544434Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.805s) 2022-09-27T16:08:34.4885271Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.728s) 2022-09-27T16:08:34.4897054Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:34.5038306Z If the inputs to the graph are quantized and the only node ... ok (0.016s) 2022-09-27T16:08:35.1082621Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.617s) 2022-09-27T16:08:35.8203040Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.712s) 2022-09-27T16:08:36.3243701Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.491s) 2022-09-27T16:08:40.7096106Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.392s) 2022-09-27T16:08:41.2419045Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.539s) 2022-09-27T16:08:41.2432729Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:08:49.0468301Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.800s) 2022-09-27T16:08:56.8103369Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.764s) 2022-09-27T16:08:56.8119601Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:08:56.9313615Z Test multiple qconfigs for a single value ... ok (0.114s) 2022-09-27T16:08:57.0475714Z 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:188: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-09-27T16:08:57.0476772Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-09-27T16:08:57.1521660Z 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-09-27T16:08:57.1522566Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:08:57.3546113Z ok (0.429s) 2022-09-27T16:08:57.7371822Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.379s) 2022-09-27T16:08:58.1447521Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.415s) 2022-09-27T16:08:59.9271924Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.769s) 2022-09-27T16:09:00.0660472Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.143s) 2022-09-27T16:09:00.0932240Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.031s) 2022-09-27T16:09:00.0953679Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:09:02.2798590Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.184s) 2022-09-27T16:09:02.3059953Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.032s) 2022-09-27T16:09:02.3325698Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.016s) 2022-09-27T16:09:02.3623318Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.032s) 2022-09-27T16:09:02.8742647Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.511s) 2022-09-27T16:09:03.7611452Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.887s) 2022-09-27T16:09:03.7625583Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:09:03.7633390Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.016s) 2022-09-27T16:09:03.7644290Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:09:03.7648888Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:09:03.7658580Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:09:04.5412721Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.777s) 2022-09-27T16:09:04.7356449Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.191s) 2022-09-27T16:09:04.7371763Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-09-27T16:09:04.7396431Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:09:04.7799309Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:09:04.7822067Z ok (0.048s) 2022-09-27T16:09:05.0549633Z 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:483.) 2022-09-27T16:09:05.0550614Z if param.grad is not None: 2022-09-27T16:09:05.5530841Z ok (0.761s) 2022-09-27T16:09:05.5546737Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-09-27T16:09:06.5977932Z Test observers with ignored function and make sure it works in ... ok (1.057s) 2022-09-27T16:09:07.3049682Z 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-09-27T16:09:08.2776669Z warnings.warn( 2022-09-27T16:09:08.2776980Z ok (1.677s) 2022-09-27T16:09:08.2792057Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-09-27T16:09:11.0971147Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (2.807s) 2022-09-27T16:09:11.1702747Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.064s) 2022-09-27T16:09:14.4735375Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.300s) 2022-09-27T16:09:14.4750656Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-09-27T16:09:14.4760337Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:09:15.3694734Z Make sure dequantize can support Tuple of tensor ... ok (0.906s) 2022-09-27T16:09:17.4384261Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.063s) 2022-09-27T16:09:17.4423427Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:09:17.5938592Z A test that checks dequantize will be swapped for ... ok (0.158s) 2022-09-27T16:09:17.5979321Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:09:17.9946458Z A test that checks correct patterns are produced for ... ok (0.396s) 2022-09-27T16:09:20.6231358Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.638s) 2022-09-27T16:09:22.2174537Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.586s) 2022-09-27T16:09:22.7295443Z 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-09-27T16:09:22.9293848Z [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-09-27T16:09:23.5348056Z [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-09-27T16:09:23.7345568Z [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-09-27T16:09:24.4672324Z [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-09-27T16:09:24.7299597Z [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-09-27T16:09:24.8786553Z ok (2.655s) 2022-09-27T16:09:27.6890309Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.822s) 2022-09-27T16:09:41.5670559Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (13.875s) 2022-09-27T16:09:49.7112175Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.135s) 2022-09-27T16:09:55.0738303Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.374s) 2022-09-27T16:10:00.4816825Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.409s) 2022-09-27T16:10:11.3722879Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.891s) 2022-09-27T16:10:16.1294517Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.752s) 2022-09-27T16:10:16.1308710Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:10:17.3295049Z Test quant fusion for multiple aten::add using same ... ok (1.208s) 2022-09-27T16:10:25.1048124Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.766s) 2022-09-27T16:10:25.1096456Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:10:41.3745825Z Test quant fusion for multiple aten::add using same ... ok (16.268s) 2022-09-27T16:10:44.1329549Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.755s) 2022-09-27T16:10:48.7366141Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.617s) 2022-09-27T16:10:48.7383390Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:10:49.9473105Z quantization of the output of cat will be depend on the ... ok (1.207s) 2022-09-27T16:10:52.1301205Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.174s) 2022-09-27T16:10:52.1323849Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:11:01.1807611Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (9.058s) 2022-09-27T16:11:02.6938725Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.514s) 2022-09-27T16:11:10.4799217Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.786s) 2022-09-27T16:11:11.9954358Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.506s) 2022-09-27T16:11:16.2088350Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.225s) 2022-09-27T16:11:16.2829016Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.073s) 2022-09-27T16:11:16.3591152Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.073s) 2022-09-27T16:11:16.3683745Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.016s) 2022-09-27T16:11:16.4443166Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-09-27T16:11:16.5199006Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.073s) 2022-09-27T16:11:17.5451336Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.028s) 2022-09-27T16:11:17.6311768Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.094s) 2022-09-27T16:11:17.6323981Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:17.6401624Z Test that we don't fuse the cases when module type does not match ... ok (0.010s) 2022-09-27T16:11:17.8948825Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.250s) 2022-09-27T16:11:17.9669101Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-09-27T16:11:18.0389311Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.073s) 2022-09-27T16:11:18.0911938Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-09-27T16:11:18.2562634Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.161s) 2022-09-27T16:11:18.3003640Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.041s) 2022-09-27T16:11:18.3545313Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.057s) 2022-09-27T16:11:18.3557546Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:18.3990693Z Make sure we skip observers for ops that doesn't require ... ok (0.047s) 2022-09-27T16:11:18.5513592Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.144s) 2022-09-27T16:11:18.5537000Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:18.9455745Z check quantization for if works as long as ... ok (0.400s) 2022-09-27T16:11:19.1008176Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.161s) 2022-09-27T16:11:19.1383023Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.031s) 2022-09-27T16:11:19.3243662Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.187s) 2022-09-27T16:11:19.5283879Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.212s) 2022-09-27T16:11:19.5297471Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:19.5815290Z Make sure we propagate observed property through general ops ... ok (0.042s) 2022-09-27T16:11:19.6442198Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.063s) 2022-09-27T16:11:19.6457114Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:19.7023029Z Make sure we propagate observed property through general ops ... ok (0.063s) 2022-09-27T16:11:19.7550619Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.048s) 2022-09-27T16:11:19.9390134Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.190s) 2022-09-27T16:11:19.9835296Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-09-27T16:11:20.1192593Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.127s) 2022-09-27T16:11:20.2959449Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.189s) 2022-09-27T16:11:20.5170257Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.210s) 2022-09-27T16:11:20.6745940Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.166s) 2022-09-27T16:11:20.6773856Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:20.7496274Z 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-09-27T16:11:20.7546244Z ok (0.083s) 2022-09-27T16:11:20.8362470Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.073s) 2022-09-27T16:11:20.8472221Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-09-27T16:11:20.8584743Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.016s) 2022-09-27T16:11:20.8601179Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:11:20.9540108Z 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-09-27T16:11:20.9622716Z [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-09-27T16:11:20.9625307Z [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-09-27T16:11:20.9626792Z [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-09-27T16:11:20.9903800Z ok (0.136s) 2022-09-27T16:11:21.0695335Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-09-27T16:11:21.0793649Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.016s) 2022-09-27T16:11:21.0824858Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.010s) 2022-09-27T16:11:21.7165685Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.629s) 2022-09-27T16:11:21.7260886Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.016s) 2022-09-27T16:11:22.0346400Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.307s) 2022-09-27T16:11:22.9891753Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.942s) 2022-09-27T16:11:22.9988213Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.016s) 2022-09-27T16:11:23.4073713Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.411s) 2022-09-27T16:11:23.8091435Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.393s) 2022-09-27T16:11:24.3380428Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.542s) 2022-09-27T16:11:24.4163179Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.068s) 2022-09-27T16:11:24.4213830Z 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.016s) 2022-09-27T16:11:24.4262738Z 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.000s) 2022-09-27T16:11:24.5815747Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.150s) 2022-09-27T16:11:24.5829981Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-09-27T16:11:24.5844105Z Tests the case where 2D indices are passed into the operator ... ok (0.000s) 2022-09-27T16:11:24.7189308Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.145s) 2022-09-27T16:11:24.7196939Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-09-27T16:11:24.7213637Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-09-27T16:11:24.7232921Z Tests the case where 2D indices are passed into the operator ... ok (0.000s) 2022-09-27T16:11:24.8629875Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.140s) 2022-09-27T16:11:24.8636915Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-09-27T16:11:25.0045579Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.145s) 2022-09-27T16:11:25.0053164Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.000s) 2022-09-27T16:11:25.1189931Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.104s) 2022-09-27T16:11:25.2867613Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.172s) 2022-09-27T16:11:25.4607181Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.177s) 2022-09-27T16:11:25.4664357Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4223: 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-09-27T16:11:25.4665486Z warnings.warn( 2022-09-27T16:11:25.5238519Z ok (0.057s) 2022-09-27T16:11:25.5258678Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.000s) 2022-09-27T16:11:26.2552351Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.742s) 2022-09-27T16:11:26.2656644Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.000s) 2022-09-27T16:11:26.4942423Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.237s) 2022-09-27T16:11:27.2006815Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.697s) 2022-09-27T16:11:27.2818910Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.080s) 2022-09-27T16:11:27.3649244Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.094s) 2022-09-27T16:11:27.5668484Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.191s) 2022-09-27T16:11:27.5685416Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:11:27.5723298Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.016s) 2022-09-27T16:11:27.5750652Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:11:28.8127304Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.235s) 2022-09-27T16:11:28.8159913Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:11:30.2196994Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.409s) 2022-09-27T16:11:30.2225523Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:11:35.9206174Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (5.698s) 2022-09-27T16:11:35.9240012Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:11:44.6724103Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (8.760s) 2022-09-27T16:11:45.3618522Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.681s) 2022-09-27T16:11:45.9672618Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.606s) 2022-09-27T16:11:46.3681238Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.409s) 2022-09-27T16:11:46.7048705Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.332s) 2022-09-27T16:11:48.6927038Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.983s) 2022-09-27T16:12:13.8558164Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (25.158s) 2022-09-27T16:12:13.9740294Z 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-09-27T16:12:13.9741260Z warnings.warn( 2022-09-27T16:12:21.6688384Z ok (7.824s) 2022-09-27T16:12:21.6706258Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:12:21.6707377Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:12:21.6755650Z ok (0.000s) 2022-09-27T16:12:21.8986498Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.234s) 2022-09-27T16:12:29.0505301Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (7.138s) 2022-09-27T16:12:29.3127181Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.270s) 2022-09-27T16:12:29.9069449Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.589s) 2022-09-27T16:12:31.1075972Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.201s) 2022-09-27T16:12:31.1140748Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:12:34.9387180Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (3.841s) 2022-09-27T16:12:34.9414966Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:12:54.7841121Z This test cover upsample_nearest3d ... ok (19.838s) 2022-09-27T16:12:54.8131275Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.031s) 2022-09-27T16:12:55.0966295Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.282s) 2022-09-27T16:12:55.0988417Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-09-27T16:12:55.3541543Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.259s) 2022-09-27T16:12:56.0165909Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.671s) 2022-09-27T16:12:56.0249929Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.000s) 2022-09-27T16:12:56.6724224Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.649s) 2022-09-27T16:12:56.7921481Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.111s) 2022-09-27T16:12:57.0490981Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.271s) 2022-09-27T16:12:57.0512284Z 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-09-27T16:12:57.0513918Z ok (0.000s) 2022-09-27T16:12:57.0532549Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.000s) 2022-09-27T16:12:57.0549645Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.000s) 2022-09-27T16:12:57.0609816Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-09-27T16:12:57.0667741Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.016s) 2022-09-27T16:12:57.2087317Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.143s) 2022-09-27T16:12:57.9794436Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.763s) 2022-09-27T16:12:58.1521767Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.174s) 2022-09-27T16:12:58.1974332Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.047s) 2022-09-27T16:12:58.3831251Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.190s) 2022-09-27T16:12:58.4616299Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.079s) 2022-09-27T16:12:58.5573819Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.095s) 2022-09-27T16:12:58.5599531Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-09-27T16:12:58.5658859Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-09-27T16:12:58.9462713Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.383s) 2022-09-27T16:12:58.9914099Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.053s) 2022-09-27T16:13:00.2426113Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.248s) 2022-09-27T16:13:00.4635744Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.221s) 2022-09-27T16:13:00.5960679Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.126s) 2022-09-27T16:13:00.5973671Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.000s) 2022-09-27T16:13:00.6037325Z 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.016s) 2022-09-27T16:13:00.7577400Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.143s) 2022-09-27T16:13:00.7607698Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_op.py:1991: 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-09-27T16:13:00.7608751Z indices = torch.tensor(X).long() 2022-09-27T16:13:00.8217129Z ok (0.063s) 2022-09-27T16:13:00.8238066Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require QNNPACK. (0.017s) 2022-09-27T16:13:01.0063091Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.173s) 2022-09-27T16:13:01.3999602Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.397s) 2022-09-27T16:13:01.9226464Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.523s) 2022-09-27T16:13:01.9249535Z 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-09-27T16:13:01.9250720Z warnings.warn(msg, FutureWarning) 2022-09-27T16:13:01.9251059Z ok (0.000s) 2022-09-27T16:13:01.9311342Z 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.000s) 2022-09-27T16:13:01.9474044Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:01.9505604Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:01.9521000Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-09-27T16:13:01.9533088Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-09-27T16:13:01.9540721Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-09-27T16:13:01.9552857Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:01.9557679Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:01.9572403Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\quantization\core\test_quantized_tensor.py:1362: 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-09-27T16:13:01.9573439Z y = torch._saturate_weight_to_fp16(x) 2022-09-27T16:13:01.9574866Z ok (0.000s) 2022-09-27T16:13:01.9694163Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:01.9724507Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:01.9728977Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:01.9759537Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:01.9775800Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:01.9810027Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:01.9821693Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:01.9964142Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:01.9995260Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0299764Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.032s) 2022-09-27T16:13:02.0360007Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0444745Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.0478183Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0483528Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:02.0502760Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0563055Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0682297Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.0733152Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0826541Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.0868810Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0905299Z test_qtensor_index_put (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.0922110Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0926200Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:02.0940783Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.0972821Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.1073630Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.1183914Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.1184788Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:13:02.1272602Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.1314923Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.1406137Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.1437379Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.7693566Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.624s) 2022-09-27T16:13:02.7735292Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.7766740Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:750: UserWarning: non-inplace resize is deprecated 2022-09-27T16:13:02.7767634Z warnings.warn("non-inplace resize is deprecated") 2022-09-27T16:13:02.7776840Z ok (0.016s) 2022-09-27T16:13:02.7839516Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.7897062Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.7946224Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-09-27T16:13:02.7990100Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:02.7998478Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-09-27T16:13:03.4295634Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.632s) 2022-09-27T16:13:03.4325116Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-09-27T16:13:03.4575530Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.031s) 2022-09-27T16:13:03.4597440Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:03.4620078Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-09-27T16:13:03.4910472Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.031s) 2022-09-27T16:13:03.4989862Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.000s) 2022-09-27T16:13:03.5027822Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:13:03.5157498Z Checks the rnn reference quantized modules has correct numerics ... ok (0.016s) 2022-09-27T16:13:03.5191263Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:13:03.5262300Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.016s) 2022-09-27T16:13:03.5294231Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:13:03.5337121Z Embedding and EmbeddingBag ... ok (0.010s) 2022-09-27T16:13:03.5782484Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.041s) 2022-09-27T16:13:03.5924321Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.010s) 2022-09-27T16:13:03.6046962Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-09-27T16:13:03.6169151Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-09-27T16:13:03.6456699Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.026s) 2022-09-27T16:13:03.6587326Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-09-27T16:13:03.6706717Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-09-27T16:13:03.6825572Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-09-27T16:13:03.7136777Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-09-27T16:13:03.7302652Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.026s) 2022-09-27T16:13:03.7460596Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.010s) 2022-09-27T16:13:03.7565272Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.016s) 2022-09-27T16:13:03.7856272Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-09-27T16:13:03.8323872Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.042s) 2022-09-27T16:13:03.8607494Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.031s) 2022-09-27T16:13:03.8809251Z 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:1497: 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-09-27T16:13:03.8810382Z warnings.warn( 2022-09-27T16:13:04.2008324Z 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-09-27T16:13:04.2009223Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:13:04.2011304Z 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-09-27T16:13:04.2012228Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:13:04.2021204Z ok (0.331s) 2022-09-27T16:13:04.2443021Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.049s) 2022-09-27T16:13:04.2478337Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-09-27T16:13:04.2508301Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-09-27T16:13:04.2517528Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:04.2532987Z Tests the correctness of the batchnorm2d module. ... ok (0.016s) 2022-09-27T16:13:04.2626954Z 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-09-27T16:13:04.2627912Z warnings.warn( 2022-09-27T16:13:04.2636156Z ok (0.000s) 2022-09-27T16:13:04.2646202Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:04.2662181Z Tests the correctness of the batchnorm3d module. ... ok (0.000s) 2022-09-27T16:13:04.2744537Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.016s) 2022-09-27T16:13:06.4804601Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (2.213s) 2022-09-27T16:13:08.5421450Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (2.053s) 2022-09-27T16:13:09.0878743Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.554s) 2022-09-27T16:13:09.0888752Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:09.0902396Z Tests the correctness of the dropout module. ... ok (0.000s) 2022-09-27T16:13:09.0966752Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-09-27T16:13:09.0971700Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:09.0991667Z Tests the correctness of the ELU module. ... ok (0.000s) 2022-09-27T16:13:13.5002888Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.411s) 2022-09-27T16:13:13.5008360Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:18.0176262Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (4.507s) 2022-09-27T16:13:18.0189592Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:18.0214771Z Tests the correctness of the groupnorm module. ... ok (0.016s) 2022-09-27T16:13:18.0231743Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:18.0291740Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.001s) 2022-09-27T16:13:18.0306155Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:18.0328619Z Tests the correctness of the layernorm module. ... ok (0.000s) 2022-09-27T16:13:18.0355130Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-09-27T16:13:34.3797943Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (16.349s) 2022-09-27T16:13:34.3808734Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:13:34.3986272Z Tests the correctness of the pool module. ... ok (0.016s) 2022-09-27T16:13:34.4016888Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-09-27T16:13:34.4039222Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.016s) 2022-09-27T16:13:34.4060567Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-09-27T16:13:34.4084609Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-09-27T16:13:38.8342366Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (4.431s) 2022-09-27T16:13:38.8864934Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-09-27T16:13:38.9148502Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-09-27T16:13:38.9415164Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:13:38.9730780Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-09-27T16:13:39.0021735Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-09-27T16:13:39.0310581Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-09-27T16:13:39.0325643Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T16:13:39.0599046Z This tests that a placeholder Node can be matched to a Node with ... ok (0.031s) 2022-09-27T16:13:39.0880786Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-09-27T16:13:39.1132830Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:13:39.1423252Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-09-27T16:13:39.1821445Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.047s) 2022-09-27T16:13:39.2105379Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:13:39.2396669Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-09-27T16:13:39.2414946Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-09-27T16:13:39.2463549Z Test that we can record complex example inputs such as lists and dicts ... ok (0.016s) 2022-09-27T16:13:39.2480141Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-09-27T16:13:39.2523225Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.000s) 2022-09-27T16:13:39.2578457Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.000s) 2022-09-27T16:13:39.2589544Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-09-27T16:13:39.2604578Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.016s) 2022-09-27T16:13:39.2615383Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-09-27T16:13:39.2628584Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.000s) 2022-09-27T16:13:39.2631508Z 2022-09-27T16:13:39.2632130Z ---------------------------------------------------------------------- 2022-09-27T16:13:39.2632645Z Ran 930 tests in 518.953s 2022-09-27T16:13:39.2633059Z 2022-09-27T16:13:39.2635540Z OK (skipped=91) 2022-09-27T16:13:39.2635781Z 2022-09-27T16:13:39.2635925Z Generating XML reports... 2022-09-27T16:13:39.2835457Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927160500.xml 2022-09-27T16:13:39.2869273Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927160500.xml 2022-09-27T16:13:39.2896017Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927160500.xml 2022-09-27T16:13:39.2922156Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_backend_config.TestBackendConfig-20220927160500.xml 2022-09-27T16:13:39.2930028Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927160500.xml 2022-09-27T16:13:39.2937317Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927160500.xml 2022-09-27T16:13:39.2948861Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927160500.xml 2022-09-27T16:13:39.2961452Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestDistributed-20220927160500.xml 2022-09-27T16:13:39.2977674Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927160500.xml 2022-09-27T16:13:39.2994702Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927160500.xml 2022-09-27T16:13:39.3017740Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927160500.xml 2022-09-27T16:13:39.3035547Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927160500.xml 2022-09-27T16:13:39.3055265Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927160500.xml 2022-09-27T16:13:39.3111185Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927160500.xml 2022-09-27T16:13:39.3130527Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927160500.xml 2022-09-27T16:13:39.3138841Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927160500.xml 2022-09-27T16:13:39.3175722Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927160500.xml 2022-09-27T16:13:39.3189378Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927160500.xml 2022-09-27T16:13:39.3204631Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927160500.xml 2022-09-27T16:13:39.3246946Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927160500.xml 2022-09-27T16:13:39.3258961Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927160500.xml 2022-09-27T16:13:39.3265016Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927160500.xml 2022-09-27T16:13:39.3273195Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927160500.xml 2022-09-27T16:13:39.3282218Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927160500.xml 2022-09-27T16:13:39.3294381Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927160500.xml 2022-09-27T16:13:39.3300734Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927160500.xml 2022-09-27T16:13:39.3315211Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927160500.xml 2022-09-27T16:13:39.3324272Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927160500.xml 2022-09-27T16:13:39.3333900Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927160500.xml 2022-09-27T16:13:39.3344058Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927160500.xml 2022-09-27T16:13:39.3361419Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927160500.xml 2022-09-27T16:13:39.3387302Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927160500.xml 2022-09-27T16:13:39.3403363Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestObserver-20220927160500.xml 2022-09-27T16:13:39.3412675Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestPadding-20220927160500.xml 2022-09-27T16:13:39.3423445Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_docs.TestQuantizationDocs-20220927160500.xml 2022-09-27T16:13:39.3448418Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927160500.xml 2022-09-27T16:13:39.3463199Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927160500.xml 2022-09-27T16:13:39.3479763Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927160500.xml 2022-09-27T16:13:39.3503561Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927160500.xml 2022-09-27T16:13:39.3528875Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927160500.xml 2022-09-27T16:13:39.3547417Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927160500.xml 2022-09-27T16:13:39.3561503Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927160500.xml 2022-09-27T16:13:39.3680843Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927160500.xml 2022-09-27T16:13:39.3697762Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927160500.xml 2022-09-27T16:13:39.3779030Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927160500.xml 2022-09-27T16:13:39.3794943Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927160500.xml 2022-09-27T16:13:39.3827375Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927160500.xml 2022-09-27T16:13:39.3874045Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927160500.xml 2022-09-27T16:13:39.3891514Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927160500.xml 2022-09-27T16:13:39.3907634Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927160500.xml 2022-09-27T16:13:39.3918273Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927160500.xml 2022-09-27T16:13:39.3926594Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927160500.xml 2022-09-27T16:13:39.3990079Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927160500.xml 2022-09-27T16:13:39.4048603Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927160500.xml 2022-09-27T16:13:39.4056659Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927160500.xml 2022-09-27T16:13:39.4066394Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927160500.xml 2022-09-27T16:13:39.4090107Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927160500.xml 2022-09-27T16:13:39.4125149Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927160500.xml 2022-09-27T16:13:39.4145606Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927160500.xml 2022-09-27T16:13:39.4172775Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_utils.TestUtils-20220927160500.xml 2022-09-27T16:13:39.4181451Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927160500.xml 2022-09-27T16:13:39.4228722Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927160500.xml 2022-09-27T16:13:39.4237818Z Generated XML report: test-reports\python-unittest\test_quantization\TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927160500.xml 2022-09-27T16:13:40.2397790Z Running test_reductions ... [2022-09-27 16:13:40.230827] 2022-09-27T16:13:40.2398504Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:40.230827] 2022-09-27T16:13:42.7030687Z 2022-09-27T16:13:42.7031071Z Running tests... 2022-09-27T16:13:42.7031446Z ---------------------------------------------------------------------- 2022-09-27T16:13:42.7031879Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-09-27T16:13:42.7071494Z test_accreal_type_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:42.7095860Z test_all_any_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:42.7109286Z test_all_any_empty_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:42.7167330Z test_all_any_vs_numpy_cpu_bool (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1732: 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:3235.) 2022-09-27T16:13:42.7168163Z _test_all_any(x.T) 2022-09-27T16:13:42.7202778Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7203568Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7256712Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7257494Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7368825Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7369593Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7418108Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7418877Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7467399Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7468167Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7531394Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7532178Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7630690Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7631498Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7680899Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1696: 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-09-27T16:13:42.7681688Z torch.all(x, dim, out=out) 2022-09-27T16:13:42.7724012Z ok (0.064s) 2022-09-27T16:13:42.7794194Z 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:2358: 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-09-27T16:13:42.7794813Z torch_result = torch_fn(t).cpu() 2022-09-27T16:13:43.4745975Z ok (0.701s) 2022-09-27T16:13:43.5651303Z test_all_any_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.099s) 2022-09-27T16:13:43.6552943Z test_all_any_vs_numpy_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.088s) 2022-09-27T16:13:43.7449803Z test_all_any_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.083s) 2022-09-27T16:13:43.8348143Z test_all_any_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.094s) 2022-09-27T16:13:43.9201427Z test_all_any_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.088s) 2022-09-27T16:13:44.0054703Z test_all_any_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.081s) 2022-09-27T16:13:44.0906348Z test_all_any_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.079s) 2022-09-27T16:13:44.1755351Z test_all_any_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.094s) 2022-09-27T16:13:44.2359388Z test_all_any_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.064s) 2022-09-27T16:13:44.2384244Z test_all_any_with_dim_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2407153Z test_amax_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2452392Z test_amax_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2482899Z test_amax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2513002Z test_amax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.2535091Z test_amax_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2556874Z test_amax_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2742223Z test_amin_amax_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.2766904Z test_amin_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2810773Z test_amin_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.2839540Z test_amin_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2868963Z test_amin_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2890316Z test_amin_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2912282Z test_amin_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.2989781Z test_aminmax_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.3052485Z test_aminmax_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.3089961Z test_argminmax_axis_with_dim_one_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.3105313Z test_argminmax_large_axis_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:13:44.3158614Z test_argminmax_multiple_cpu_float16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1616: 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-09-27T16:13:44.3159585Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-09-27T16:13:44.3160468Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1619: 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-09-27T16:13:44.3161289Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-09-27T16:13:44.3245214Z ok (0.016s) 2022-09-27T16:13:44.3419274Z test_argminmax_multiple_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.3594283Z test_argminmax_multiple_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.3749147Z test_argminmax_multiple_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.3902557Z test_argminmax_multiple_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.4054147Z test_argminmax_multiple_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.4208330Z test_argminmax_multiple_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.4362833Z test_argminmax_multiple_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.7302868Z test_bincount_cpu (__main__.TestReductionsCPU) ... ok (0.301s) 2022-09-27T16:13:44.7574437Z test_bucketization_cpu (__main__.TestReductionsCPU) ... ok (0.032s) 2022-09-27T16:13:44.7761875Z test_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.7938043Z test_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.8133934Z test_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.8306258Z test_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:13:44.8482386Z test_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.8582325Z test_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.8680753Z test_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.8777450Z test_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.8862974Z test_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.8928123Z test_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9226335Z test_cumprod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.032s) 2022-09-27T16:13:44.9518127Z test_cumsum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.032s) 2022-09-27T16:13:44.9544378Z test_dim_arg_reduction_scalar_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9568713Z test_dim_arg_reduction_scalar_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9592202Z test_dim_arg_reduction_scalar_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9615498Z test_dim_arg_reduction_scalar_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:44.9634397Z test_dim_arg_reduction_scalar_cpu_int16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1900: 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-09-27T16:13:44.9635017Z x = torch.tensor(example, device=device, dtype=dtype) 2022-09-27T16:13:44.9637007Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1906: 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-09-27T16:13:44.9637544Z x = torch.tensor(example, device=device, dtype=dtype) 2022-09-27T16:13:44.9639527Z ok (0.000s) 2022-09-27T16:13:44.9662975Z test_dim_arg_reduction_scalar_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9686069Z test_dim_arg_reduction_scalar_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9709312Z test_dim_arg_reduction_scalar_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9732309Z test_dim_arg_reduction_scalar_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:44.9736975Z test_dim_default__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9749349Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9753779Z test_dim_default__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9764804Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9769225Z test_dim_default__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9780598Z Tests that the default dim reduces all dimensions. ... ok (0.016s) 2022-09-27T16:13:44.9784989Z test_dim_default__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9796004Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9800450Z test_dim_default__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9822292Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9827352Z test_dim_default__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9840734Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9845172Z test_dim_default__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9856587Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9860981Z test_dim_default__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9872879Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9877267Z test_dim_default__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9893656Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9898803Z test_dim_default__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9909866Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9914067Z test_dim_default__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9928618Z Tests that the default dim reduces all dimensions. ... ok (0.016s) 2022-09-27T16:13:44.9932907Z test_dim_default_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9942594Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-09-27T16:13:44.9946961Z test_dim_default_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9956392Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9960732Z test_dim_default_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9970051Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9974388Z test_dim_default_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9984026Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:44.9988353Z test_dim_default_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:44.9997688Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0001951Z test_dim_default_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0011429Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0015943Z test_dim_default_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0025179Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0029780Z test_dim_default_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0041961Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0046428Z test_dim_default_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0058751Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0063197Z test_dim_default_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0075553Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0080041Z test_dim_default_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0092316Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.016s) 2022-09-27T16:13:45.0097010Z test_dim_default_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0111028Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0116336Z test_dim_default_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0130021Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0134538Z test_dim_default_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0148242Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0152845Z test_dim_default_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0164729Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0169203Z test_dim_default_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0185652Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0190807Z test_dim_default_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0202610Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0207129Z test_dim_default_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0222618Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0226946Z test_dim_default_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0244106Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-09-27T16:13:45.0248756Z test_dim_default_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0259459Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.016s) 2022-09-27T16:13:45.0263922Z test_dim_default_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0274434Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0278967Z test_dim_default_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0289257Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-09-27T16:13:45.0293614Z test_dim_default_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0294179Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0298656Z test_dim_default_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0299192Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0303590Z test_dim_default_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0304106Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0308471Z test_dim_default_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0319352Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0323868Z test_dim_default_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0324512Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0328847Z test_dim_default_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0341316Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0345889Z test_dim_default_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0356591Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.0361159Z test_dim_default_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0361655Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0366074Z test_dim_default_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0366564Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0371059Z test_dim_default_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0371522Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0376051Z test_dim_default_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0376522Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0380744Z test_dim_default_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0390458Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0394825Z test_dim_default_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0405057Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0409485Z test_dim_default_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0419854Z Tests that the default dim reduces all dimensions. ... ok (0.016s) 2022-09-27T16:13:45.0424368Z test_dim_default_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0433597Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0438045Z test_dim_default_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0447823Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0452192Z test_dim_default_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0462919Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0467335Z test_dim_default_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0476709Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0481088Z test_dim_default_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0491513Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.0497065Z test_dim_empty__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0514072Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0519359Z test_dim_empty__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0531840Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0537238Z test_dim_empty__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0537714Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0543024Z test_dim_empty__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0556528Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0561720Z test_dim_empty__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0574321Z Tests that dim=[] is a no-op ... expected failure (0.016s) 2022-09-27T16:13:45.0579237Z test_dim_empty__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0589814Z Tests that dim=[] is a no-op ... ok (0.000s) 2022-09-27T16:13:45.0595223Z test_dim_empty__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0611156Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0616915Z test_dim_empty__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0629072Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0634240Z test_dim_empty__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0649598Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0654776Z test_dim_empty_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0666029Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0671134Z test_dim_empty_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0682162Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0687348Z test_dim_empty_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0687968Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0693526Z test_dim_empty_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0709861Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0715380Z test_dim_empty_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0728412Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.016s) 2022-09-27T16:13:45.0734025Z test_dim_empty_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0734497Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0740275Z test_dim_empty_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0754199Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0759654Z test_dim_empty_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0772609Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0777986Z test_dim_empty_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0788283Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.000s) 2022-09-27T16:13:45.0793991Z test_dim_empty_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0810133Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0816169Z test_dim_empty_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0828887Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0834412Z test_dim_empty_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0849354Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0854854Z test_dim_empty_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0868770Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0874319Z test_dim_empty_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0886489Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.016s) 2022-09-27T16:13:45.0891971Z test_dim_empty_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0892494Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0898177Z test_dim_empty_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0910033Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0915519Z test_dim_empty_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0916145Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0921662Z test_dim_empty_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0922088Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0927636Z test_dim_empty_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0939611Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0945062Z test_dim_empty_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0945523Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0951178Z test_dim_empty_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0951609Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0957157Z test_dim_empty_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0957586Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0962763Z test_dim_empty_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0974182Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.0979436Z test_dim_empty_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0979999Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0985119Z test_dim_empty_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.0985568Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.0990882Z test_dim_empty_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1002208Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-09-27T16:13:45.1007317Z test_dim_empty_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1007754Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.1012999Z test_dim_empty_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1013455Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.1018840Z test_dim_empty_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1019223Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.1024837Z test_dim_multi__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1035789Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.016s) 2022-09-27T16:13:45.1041178Z test_dim_multi__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1051756Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1057408Z test_dim_multi__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1069183Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1075444Z test_dim_multi__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1087095Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1092562Z test_dim_multi__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1103079Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1108582Z test_dim_multi__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1119016Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1124538Z test_dim_multi__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1138575Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1144768Z test_dim_multi__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1155040Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1160504Z test_dim_multi__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1173381Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1178946Z test_dim_multi_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1189051Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1193953Z test_dim_multi_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1203288Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.016s) 2022-09-27T16:13:45.1208838Z test_dim_multi_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1218316Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1223593Z test_dim_multi_duplicate__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1231826Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1237120Z test_dim_multi_duplicate__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1245204Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1250512Z test_dim_multi_duplicate__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1258259Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1263443Z test_dim_multi_duplicate__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1271389Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1276596Z test_dim_multi_duplicate__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1284791Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1290046Z test_dim_multi_duplicate__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1297815Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1303038Z test_dim_multi_duplicate__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1310885Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1316129Z test_dim_multi_duplicate__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1323825Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1329180Z test_dim_multi_duplicate__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1337026Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1342221Z test_dim_multi_duplicate_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1354738Z Tests that an error is raised if dim has duplicate entries. ... ok (0.016s) 2022-09-27T16:13:45.1360054Z test_dim_multi_duplicate_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1371931Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1377309Z test_dim_multi_duplicate_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1389387Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1394780Z test_dim_multi_duplicate_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1406823Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1412184Z test_dim_multi_duplicate_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1424306Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1429511Z test_dim_multi_duplicate_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1441520Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1446806Z test_dim_multi_duplicate_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1458388Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1463580Z test_dim_multi_duplicate_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1475621Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1480807Z test_dim_multi_duplicate_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1492375Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-09-27T16:13:45.1497817Z test_dim_multi_duplicate_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1509477Z Tests that an error is raised if dim has duplicate entries. ... ok (0.016s) 2022-09-27T16:13:45.1515320Z test_dim_multi_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1527171Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1532950Z test_dim_multi_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1544667Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1550496Z test_dim_multi_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1563412Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1570023Z test_dim_multi_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1583141Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1588906Z test_dim_multi_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1600607Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1606458Z test_dim_multi_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1618201Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1624008Z test_dim_multi_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1641682Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1648194Z test_dim_multi_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1659738Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1665819Z test_dim_multi_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1679445Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.016s) 2022-09-27T16:13:45.1685231Z test_dim_multi_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1695561Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1701444Z test_dim_multi_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1711525Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1717303Z test_dim_multi_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1717975Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.1723674Z test_dim_multi_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1733896Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1739854Z test_dim_multi_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1750193Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1755927Z test_dim_multi_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1766824Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1772624Z test_dim_multi_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1782938Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1788706Z test_dim_multi_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1799175Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1805028Z test_dim_multi_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1815284Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-09-27T16:13:45.1821188Z test_dim_multi_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1831537Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.016s) 2022-09-27T16:13:45.1837034Z test_dim_multi_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1846470Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1851867Z test_dim_multi_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1861489Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1866967Z test_dim_multi_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1876852Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1882329Z test_dim_multi_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1891681Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1897258Z test_dim_multi_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1906805Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1912320Z test_dim_multi_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1921552Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.1926413Z test_dim_multi_unsorted__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1935565Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.1940336Z test_dim_multi_unsorted__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1949388Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.1954281Z test_dim_multi_unsorted__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1963855Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.1969376Z test_dim_multi_unsorted__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1979333Z Tests that operator correctly handles unsorted dim list. ... ok (0.016s) 2022-09-27T16:13:45.1984019Z test_dim_multi_unsorted__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.1992981Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.1997768Z test_dim_multi_unsorted__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2006867Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2011652Z test_dim_multi_unsorted__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2022645Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2028164Z test_dim_multi_unsorted__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2037141Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2041835Z test_dim_multi_unsorted__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2052290Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2057204Z test_dim_multi_unsorted_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2065576Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2070332Z test_dim_multi_unsorted_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2078664Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2083429Z test_dim_multi_unsorted_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2092039Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2097134Z test_dim_multi_unsorted_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2106982Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2111861Z test_dim_multi_unsorted_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2121631Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2126550Z test_dim_multi_unsorted_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2137418Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.016s) 2022-09-27T16:13:45.2143070Z test_dim_multi_unsorted_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2153517Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-09-27T16:13:45.2158403Z test_dim_multi_unsorted_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2168138Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2173014Z test_dim_multi_unsorted_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2182993Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2187958Z test_dim_multi_unsorted_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2199504Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2205106Z test_dim_multi_unsorted_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2214760Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2219857Z test_dim_multi_unsorted_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2230845Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2235980Z test_dim_multi_unsorted_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2244960Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2249845Z test_dim_multi_unsorted_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2259158Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2264060Z test_dim_multi_unsorted_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2264651Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.2269447Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2278725Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2283573Z test_dim_multi_unsorted_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2292868Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2298060Z test_dim_multi_unsorted_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2307656Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.016s) 2022-09-27T16:13:45.2312565Z test_dim_multi_unsorted_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2321660Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2326550Z test_dim_multi_unsorted_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2335819Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2340711Z test_dim_multi_unsorted_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2349812Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2354725Z test_dim_multi_unsorted_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2363880Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-09-27T16:13:45.2368582Z test_dim_multi_unsorted_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2377226Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2382020Z test_dim_multi_unsorted_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2390511Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2395224Z test_dim_multi_unsorted_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2404042Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2408727Z test_dim_multi_unsorted_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2417236Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2421917Z test_dim_multi_unsorted_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2430264Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2435118Z test_dim_multi_unsorted_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2443530Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2448221Z test_dim_multi_unsorted_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2456745Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-09-27T16:13:45.2462159Z test_dim_multi_unsupported__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2471257Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.016s) 2022-09-27T16:13:45.2476267Z test_dim_multi_unsupported__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2484981Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-09-27T16:13:45.2490225Z test_dim_multi_unsupported_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2498820Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-09-27T16:13:45.2503893Z test_dim_multi_unsupported_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2512218Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-09-27T16:13:45.2517277Z test_dim_multi_unsupported_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2525434Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-09-27T16:13:45.2530480Z test_dim_multi_unsupported_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2538654Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-09-27T16:13:45.2543708Z test_dim_multi_unsupported_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2552115Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-09-27T16:13:45.2557546Z test_dim_multi_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2567636Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-09-27T16:13:45.2572879Z test_dim_ndim_limit__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2587791Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2592976Z test_dim_ndim_limit__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2605784Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2611090Z test_dim_ndim_limit__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2624177Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-09-27T16:13:45.2629389Z test_dim_ndim_limit__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2642024Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2647320Z test_dim_ndim_limit__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2660897Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2666195Z test_dim_ndim_limit__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2678997Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2684371Z test_dim_ndim_limit__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2697235Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2702534Z test_dim_ndim_limit__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2715492Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2720786Z test_dim_ndim_limit__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2733545Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2738940Z test_dim_ndim_limit__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2751494Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2756800Z test_dim_ndim_limit__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2769686Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2774945Z test_dim_ndim_limit_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2787614Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-09-27T16:13:45.2792914Z test_dim_ndim_limit_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2804920Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2810210Z test_dim_ndim_limit_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2822937Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2827556Z test_dim_ndim_limit_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2839461Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2844823Z test_dim_ndim_limit_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2856799Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2861995Z test_dim_ndim_limit_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2873847Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2879159Z test_dim_ndim_limit_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2891621Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2897037Z test_dim_ndim_limit_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2909103Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2914347Z test_dim_ndim_limit_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2926367Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2931532Z test_dim_ndim_limit_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2944168Z Tests that an exception is raised when reducing a tensor with more ... ok (0.016s) 2022-09-27T16:13:45.2949465Z test_dim_ndim_limit_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2961336Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2966621Z test_dim_ndim_limit_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2978710Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.2984003Z test_dim_ndim_limit_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.2996209Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.3001448Z test_dim_ndim_limit_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3013437Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.3018779Z test_dim_ndim_limit_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3030924Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-09-27T16:13:45.3035487Z test_dim_none__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3046871Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3051448Z test_dim_none__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3062740Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3067236Z test_dim_none__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3081150Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3085696Z test_dim_none__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3097155Z Tests that dim=None reduces all dimensions. ... ok (0.016s) 2022-09-27T16:13:45.3101587Z test_dim_none__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3113958Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3119185Z test_dim_none__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3131758Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3136481Z test_dim_none__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3147345Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3151864Z test_dim_none__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3162757Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3167247Z test_dim_none__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3183146Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3188111Z test_dim_none__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3199178Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3203617Z test_dim_none__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3218120Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3222694Z test_dim_none_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3236876Z Tests that dim=None reduces all dimensions. ... expected failure (0.000s) 2022-09-27T16:13:45.3241185Z test_dim_none_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3250836Z Tests that dim=None reduces all dimensions. ... ok (0.016s) 2022-09-27T16:13:45.3255566Z test_dim_none_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3264978Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-09-27T16:13:45.3269561Z test_dim_none_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3283265Z Tests that dim=None reduces all dimensions. ... expected failure (0.000s) 2022-09-27T16:13:45.3287529Z test_dim_none_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3297181Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3301666Z test_dim_none_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3311112Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3315702Z test_dim_none_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3325037Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3329762Z test_dim_none_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3342264Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3346959Z test_dim_none_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3359051Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3363693Z test_dim_none_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3376080Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3380767Z test_dim_none_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3392799Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3397536Z test_dim_none_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3413911Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.016s) 2022-09-27T16:13:45.3419092Z test_dim_none_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3432752Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3437440Z test_dim_none_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3449338Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3454006Z test_dim_none_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3466018Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3470703Z test_dim_none_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3487172Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3492585Z test_dim_none_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3504710Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3509362Z test_dim_none_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3524375Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3529273Z test_dim_none_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3542911Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-09-27T16:13:45.3547390Z test_dim_none_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3557857Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3562530Z test_dim_none_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3573123Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.016s) 2022-09-27T16:13:45.3577892Z test_dim_none_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3591517Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-09-27T16:13:45.3595990Z test_dim_none_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3596637Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.3601142Z test_dim_none_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3601772Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.3606226Z test_dim_none_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3606733Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.3611248Z test_dim_none_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3622220Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3626850Z test_dim_none_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3637682Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3642342Z test_dim_none_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3653636Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3658415Z test_dim_none_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3668847Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3673572Z test_dim_none_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3674217Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.3678689Z test_dim_none_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3689893Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3694542Z test_dim_none_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3705191Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3709860Z test_dim_none_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3720968Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-09-27T16:13:45.3725491Z test_dim_none_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3735040Z Tests that dim=None reduces all dimensions. ... ok (0.016s) 2022-09-27T16:13:45.3739685Z test_dim_none_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3749332Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3753822Z test_dim_none_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3763968Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3768517Z test_dim_none_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3778048Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3782564Z test_dim_none_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3783407Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.3787522Z test_dim_none_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3797407Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3801907Z test_dim_none_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3811287Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3815916Z test_dim_none_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3825775Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-09-27T16:13:45.3830309Z test_dim_offbounds__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3838545Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3843028Z test_dim_offbounds__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3851167Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3855808Z test_dim_offbounds__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3868342Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3872819Z test_dim_offbounds__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3884955Z Tests that passing an off-bounds dim throws ... ok (0.016s) 2022-09-27T16:13:45.3889463Z test_dim_offbounds__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3897238Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3901715Z test_dim_offbounds__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3909556Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3914060Z test_dim_offbounds__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3922140Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3926709Z test_dim_offbounds__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3934336Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3938970Z test_dim_offbounds__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3946819Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3951272Z test_dim_offbounds__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3958865Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3963356Z test_dim_offbounds__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3971171Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3975759Z test_dim_offbounds_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.3987870Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.3992395Z test_dim_offbounds_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4003911Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4008419Z test_dim_offbounds_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4019970Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4024431Z test_dim_offbounds_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4035896Z Tests that passing an off-bounds dim throws ... ok (0.016s) 2022-09-27T16:13:45.4040417Z test_dim_offbounds_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4051605Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4056234Z test_dim_offbounds_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4067511Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4072036Z test_dim_offbounds_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4083663Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4088161Z test_dim_offbounds_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4099865Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4104190Z test_dim_offbounds_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4115488Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4119996Z test_dim_offbounds_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4131534Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4136201Z test_dim_offbounds_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4147464Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4152014Z test_dim_offbounds_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4163248Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4167735Z test_dim_offbounds_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4179395Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-09-27T16:13:45.4183895Z test_dim_offbounds_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4195402Z Tests that passing an off-bounds dim throws ... ok (0.016s) 2022-09-27T16:13:45.4199992Z test_dim_offbounds_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.4211429Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-09-27T16:13:45.4334179Z test_dim_reduction_cpu_bfloat16 (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1937: 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-09-27T16:13:45.4335010Z torch.sum(x, 0, out=y) 2022-09-27T16:13:45.4514282Z ok (0.031s) 2022-09-27T16:13:45.4811299Z test_dim_reduction_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:45.5101985Z test_dim_reduction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.032s) 2022-09-27T16:13:45.5388610Z test_dim_reduction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.033s) 2022-09-27T16:13:45.5660634Z test_dim_reduction_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.031s) 2022-09-27T16:13:45.5932293Z test_dim_reduction_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:45.6203887Z test_dim_reduction_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.031s) 2022-09-27T16:13:45.6479962Z test_dim_reduction_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.032s) 2022-09-27T16:13:45.6502777Z test_dim_reduction_lastdim_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:45.6522364Z test_dim_reduction_lastdim_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:45.6591971Z test_dim_reduction_less_than_64_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:45.6598469Z test_dim_single__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6613444Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6620203Z test_dim_single__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6634303Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6640822Z test_dim_single__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6654668Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6661306Z test_dim_single__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6674848Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6681309Z test_dim_single__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6700682Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6707833Z test_dim_single__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6723902Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6730093Z test_dim_single__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6743665Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6750118Z test_dim_single__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6763686Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6770103Z test_dim_single__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6790464Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6797596Z test_dim_single__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6811072Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6817616Z test_dim_single__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6835919Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6842358Z test_dim_single_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6854152Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6860617Z test_dim_single_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6872200Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6878693Z test_dim_single_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6890387Z Tests that dim=i reduces dimension i. ... ok (0.016s) 2022-09-27T16:13:45.6896945Z test_dim_single_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6908610Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6915007Z test_dim_single_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6926486Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6932922Z test_dim_single_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6944588Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6951037Z test_dim_single_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6962956Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.6970108Z test_dim_single_keepdim__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.6984873Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.6991916Z test_dim_single_keepdim__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7006422Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7013492Z test_dim_single_keepdim__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7030327Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7037466Z test_dim_single_keepdim__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7051894Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.016s) 2022-09-27T16:13:45.7059133Z test_dim_single_keepdim__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7076113Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7083868Z test_dim_single_keepdim__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7100600Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7107674Z test_dim_single_keepdim__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7122020Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7130202Z test_dim_single_keepdim__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7144753Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7151791Z test_dim_single_keepdim__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7172902Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7180537Z test_dim_single_keepdim__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7195389Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.016s) 2022-09-27T16:13:45.7202558Z test_dim_single_keepdim__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7223419Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.001s) 2022-09-27T16:13:45.7230444Z test_dim_single_keepdim_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7242893Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7249907Z test_dim_single_keepdim_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7262272Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7269293Z test_dim_single_keepdim_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7281550Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7288600Z test_dim_single_keepdim_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7301285Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7308274Z test_dim_single_keepdim_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7320518Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7327536Z test_dim_single_keepdim_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7339966Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7346988Z test_dim_single_keepdim_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7347619Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.7354719Z test_dim_single_keepdim_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7368003Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.016s) 2022-09-27T16:13:45.7375087Z test_dim_single_keepdim_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7387793Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7394805Z test_dim_single_keepdim_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7408127Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7415195Z test_dim_single_keepdim_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7427522Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7434524Z test_dim_single_keepdim_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7446793Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7453787Z test_dim_single_keepdim_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7466731Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7473749Z test_dim_single_keepdim_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7485975Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7492938Z test_dim_single_keepdim_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7505821Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-09-27T16:13:45.7512592Z test_dim_single_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7524468Z Tests that dim=i reduces dimension i. ... ok (0.016s) 2022-09-27T16:13:45.7530829Z test_dim_single_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7542742Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7549203Z test_dim_single_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7561945Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7568127Z test_dim_single_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7579748Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7586153Z test_dim_single_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7597604Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7603948Z test_dim_single_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7616048Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7622404Z test_dim_single_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7633860Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7640217Z test_dim_single_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7652110Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-09-27T16:13:45.7663904Z test_empty_tensor_empty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7680694Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.016s) 2022-09-27T16:13:45.7692173Z test_empty_tensor_empty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7708167Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7719631Z test_empty_tensor_empty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7727066Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7738717Z test_empty_tensor_empty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7746139Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7757619Z test_empty_tensor_empty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7758240Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.000s) 2022-09-27T16:13:45.7769662Z test_empty_tensor_empty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7784153Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7795715Z test_empty_tensor_empty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7807754Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7819463Z test_empty_tensor_empty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7831421Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.016s) 2022-09-27T16:13:45.7842975Z test_empty_tensor_empty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7858598Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7870767Z test_empty_tensor_empty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7882442Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7894010Z test_empty_tensor_empty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7908395Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7919936Z test_empty_tensor_empty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7927460Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7939098Z test_empty_tensor_empty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7954262Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7965832Z test_empty_tensor_empty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.7980906Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.7992505Z test_empty_tensor_empty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8000336Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.016s) 2022-09-27T16:13:45.8011567Z test_empty_tensor_empty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8019169Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8030645Z test_empty_tensor_empty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8038089Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8049584Z test_empty_tensor_empty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8059892Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8071457Z test_empty_tensor_empty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8083597Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8095308Z test_empty_tensor_empty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8106482Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8118060Z test_empty_tensor_empty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8129292Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8140972Z test_empty_tensor_empty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8155742Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.017s) 2022-09-27T16:13:45.8166956Z test_empty_tensor_empty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8174340Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8185850Z test_empty_tensor_empty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8196513Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8207960Z test_empty_tensor_empty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8218648Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8230081Z test_empty_tensor_empty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8240738Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-09-27T16:13:45.8248460Z test_empty_tensor_nonempty_slice__masked_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8258810Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8266491Z test_empty_tensor_nonempty_slice__masked_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8276561Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8284232Z test_empty_tensor_nonempty_slice__masked_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8291599Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8299320Z test_empty_tensor_nonempty_slice__masked_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8306595Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8314398Z test_empty_tensor_nonempty_slice__masked_logsumexp_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8324902Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.016s) 2022-09-27T16:13:45.8332544Z test_empty_tensor_nonempty_slice__masked_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8343992Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8351667Z test_empty_tensor_nonempty_slice__masked_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8361687Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8369617Z test_empty_tensor_nonempty_slice__masked_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8379561Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8387178Z test_empty_tensor_nonempty_slice__masked_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8399950Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8407662Z test_empty_tensor_nonempty_slice__masked_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8417778Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8425359Z test_empty_tensor_nonempty_slice__masked_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8437934Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8445525Z test_empty_tensor_nonempty_slice_all_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8452927Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8460949Z test_empty_tensor_nonempty_slice_amax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8469588Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8477357Z test_empty_tensor_nonempty_slice_amin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8486362Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.016s) 2022-09-27T16:13:45.8493870Z test_empty_tensor_nonempty_slice_any_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8501418Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8509004Z test_empty_tensor_nonempty_slice_argmax_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8516275Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8523889Z test_empty_tensor_nonempty_slice_argmin_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8531181Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8538899Z test_empty_tensor_nonempty_slice_count_nonzero_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8548121Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8555712Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8564914Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8572545Z test_empty_tensor_nonempty_slice_mean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8581842Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8589524Z test_empty_tensor_nonempty_slice_nanmean_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8599097Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8606729Z test_empty_tensor_nonempty_slice_nansum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8615825Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8623460Z test_empty_tensor_nonempty_slice_prod_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8630964Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.016s) 2022-09-27T16:13:45.8638461Z test_empty_tensor_nonempty_slice_std_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8647434Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8655046Z test_empty_tensor_nonempty_slice_sum_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8664113Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8671791Z test_empty_tensor_nonempty_slice_var_cpu (__main__.TestReductionsCPU) 2022-09-27T16:13:45.8688418Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-09-27T16:13:45.8698014Z test_histc_bfloat16_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:45.8847567Z test_histc_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:13:45.8994385Z 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-09-27T16:13:45.8995216Z return n/db/n.sum(), bin_edges 2022-09-27T16:13:54.1905372Z ok (8.309s) 2022-09-27T16:13:54.2021216Z test_histogram_error_handling_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:13:54.2117675Z 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-09-27T16:13:54.2118266Z hist /= s 2022-09-27T16:14:29.2384176Z ok (35.045s) 2022-09-27T16:14:29.2395434Z test_identity__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2411004Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2419630Z test_identity__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2431138Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2439307Z test_identity__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2450243Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2458329Z test_identity__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2468857Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2476853Z test_identity__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2486759Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2494783Z test_identity__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2506358Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.2514375Z test_identity__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2525278Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2533366Z test_identity__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2543665Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2551642Z test_identity__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2561847Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2569968Z test_identity__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2579740Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2587710Z test_identity__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2597207Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2605137Z test_identity__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2614503Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2622465Z test_identity__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2631929Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2639899Z test_identity__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2649559Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.2657592Z test_identity__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2668211Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2676417Z test_identity__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2685451Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2693495Z test_identity__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2704362Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2712320Z test_identity__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2725256Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2733325Z test_identity__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2743622Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2751541Z test_identity__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2761773Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2769752Z test_identity__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2779891Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2787829Z test_identity__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2797292Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2805242Z test_identity__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2814772Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.2822696Z test_identity__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2831954Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2839797Z test_identity__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2849313Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2857234Z test_identity__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2866614Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2874504Z test_identity_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2883646Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2891829Z test_identity_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2900248Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2908125Z test_identity_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2917590Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2925471Z test_identity_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2934878Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2942738Z test_identity_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2951782Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2959709Z test_identity_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2968820Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.2976702Z test_identity_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.2985636Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.2993545Z test_identity_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3002161Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3010166Z test_identity_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3018751Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3026650Z test_identity_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3035389Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3043173Z test_identity_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3051908Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3059868Z test_identity_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3068514Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3076375Z test_identity_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3085608Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3093550Z test_identity_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3101942Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3109837Z test_identity_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3119410Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.3127492Z test_identity_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3136864Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3144784Z test_identity_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3153740Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3161609Z test_identity_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3170657Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3178523Z test_identity_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3187464Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3195346Z test_identity_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3203954Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3211922Z test_identity_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3220451Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3228356Z test_identity_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3236921Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3244814Z test_identity_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3253454Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3261322Z test_identity_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3269744Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3278178Z test_identity_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3287333Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.3295200Z test_identity_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3303483Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3311419Z test_identity_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3320623Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3328664Z test_identity_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3337838Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3345733Z test_identity_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3354565Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3362465Z test_identity_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3371623Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3379343Z test_identity_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3388100Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3396025Z test_identity_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3404470Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3412497Z test_identity_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3420826Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3428756Z test_identity_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3437198Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.3445107Z test_identity_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3453527Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3461436Z test_identity_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3469755Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3477639Z test_identity_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3487874Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3495843Z test_identity_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3506062Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3513998Z test_identity_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3524024Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3532097Z test_identity_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3541669Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3549585Z test_identity_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3559005Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3567080Z test_identity_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3576377Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3584312Z test_identity_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3594368Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.3602297Z test_identity_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3610982Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T16:14:29.3618897Z test_identity_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3628330Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3636230Z test_identity_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3645640Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3653628Z test_identity_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3662880Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3670777Z test_identity_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3679342Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3687318Z test_identity_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3695777Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3703645Z test_identity_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3712191Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3719926Z test_identity_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3728524Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3736402Z test_identity_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3744900Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3752797Z test_identity_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3761424Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.3769400Z test_identity_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3779626Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3787536Z test_identity_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3797694Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3805605Z test_identity_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3815094Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3823000Z test_identity_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3832257Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3840123Z test_identity_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3848726Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3856585Z test_identity_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3865053Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3872900Z test_identity_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3881227Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3889158Z test_identity_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3897611Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3905444Z test_identity_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3914027Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.3921878Z test_identity_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3931784Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3939687Z test_identity_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3948140Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3956060Z test_identity_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3966271Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3974209Z test_identity_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.3984201Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.3992088Z test_identity_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4001554Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.4009546Z test_identity_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4019021Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.4026918Z test_identity_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4036235Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.4044066Z test_identity_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4052702Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.4060765Z test_identity_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4069302Z Tests that the identity value is an identity for the operator ... ok (0.016s) 2022-09-27T16:14:29.4077304Z test_identity_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4085698Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-09-27T16:14:29.4093679Z test_identity_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4102225Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.4110093Z test_identity_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:29.4118614Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-09-27T16:14:29.4153975Z test_logsumexp_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0395925Z test_logsumexp_dim_cpu (__main__.TestReductionsCPU) ... ok (0.618s) 2022-09-27T16:14:30.0427902Z test_max_cpu_bool (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:30.0476966Z test_max_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0511528Z test_max_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0545940Z test_max_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0571520Z test_max_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:30.0609385Z test_max_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0623279Z test_max_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0641133Z test_max_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0658841Z test_max_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0676144Z test_max_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:30.0693398Z test_max_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.1984287Z test_mean_dim_cpu (__main__.TestReductionsCPU) ... ok (13.141s) 2022-09-27T16:14:43.2009005Z test_mean_int_with_optdtype_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.2094277Z test_median_corner_cases_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:14:43.2457586Z 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-09-27T16:14:43.2796347Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-09-27T16:14:43.2796707Z ok (0.057s) 2022-09-27T16:14:43.3273873Z test_median_nan_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.063s) 2022-09-27T16:14:43.3535368Z test_median_real_values_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T16:14:43.3794017Z test_median_real_values_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.3976442Z test_median_real_values_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.4155014Z test_median_real_values_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.031s) 2022-09-27T16:14:43.4184740Z test_min_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4234055Z test_min_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4269254Z test_min_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:14:43.4303655Z test_min_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4328867Z test_min_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4366400Z test_min_elementwise_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4386154Z test_min_max_nan_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4399859Z test_min_mixed_devices_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4419056Z test_min_with_inf_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.4435854Z test_min_with_inf_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4453594Z test_min_with_inf_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4471075Z test_min_with_inf_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4520865Z test_minmax_illegal_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4563917Z tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9]) 2022-09-27T16:14:43.4564240Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5]) 2022-09-27T16:14:43.4567336Z test_mode_boolean_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4567762Z tensor([2047, 2047, 2047, 2047]) 2022-09-27T16:14:43.4569336Z tensor([1024, 1024, 1024, 1024]) 2022-09-27T16:14:43.4569636Z tensor([4095]) 2022-09-27T16:14:43.4569901Z tensor([2048]) 2022-09-27T16:14:43.4595932Z test_mode_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.4626211Z test_mode_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4656277Z test_mode_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4686067Z test_mode_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4715255Z test_mode_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4744998Z test_mode_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.4774645Z test_mode_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.4789913Z test_mode_large_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4804840Z test_mode_large_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4819660Z test_mode_large_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4834533Z test_mode_large_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4849493Z test_mode_large_cpu_int16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4864226Z test_mode_large_cpu_int32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4879241Z test_mode_large_cpu_int64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:43.4900189Z test_mode_large_cpu_int8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4920431Z test_mode_large_cpu_uint8 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.4940125Z test_mode_wrong_device_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:43.5012624Z test_mode_wrong_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:14:43.5024041Z test_nan_policy_omit_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5038884Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5050565Z test_nan_policy_omit_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5064035Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5075521Z test_nan_policy_omit_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5088422Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5099891Z test_nan_policy_omit_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5112363Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5123874Z test_nan_policy_omit_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5136694Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5147638Z test_nan_policy_omit_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5160206Z Tests that NaN values do not affect the result. ... ok (0.016s) 2022-09-27T16:14:43.5171622Z test_nan_policy_omit_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5183961Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5195464Z test_nan_policy_omit_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5207616Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-09-27T16:14:43.5217907Z test_nan_policy_propagate__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5229001Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5239435Z test_nan_policy_propagate__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5250444Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-09-27T16:14:43.5260686Z test_nan_policy_propagate__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5271481Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5281769Z test_nan_policy_propagate__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5292726Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5303031Z test_nan_policy_propagate__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5313870Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5324280Z test_nan_policy_propagate__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5335077Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5345454Z test_nan_policy_propagate__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5356149Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-09-27T16:14:43.5366563Z test_nan_policy_propagate__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5377214Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5387489Z test_nan_policy_propagate__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5399222Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5409606Z test_nan_policy_propagate__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5421043Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5432118Z test_nan_policy_propagate__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5443405Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5454573Z test_nan_policy_propagate__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5466302Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5476623Z test_nan_policy_propagate__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5488770Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5499108Z test_nan_policy_propagate__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5511052Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.5521282Z test_nan_policy_propagate__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5532914Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5543139Z test_nan_policy_propagate__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5554571Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5564944Z test_nan_policy_propagate__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5576716Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5587901Z test_nan_policy_propagate__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5598971Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5609321Z test_nan_policy_propagate__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5620242Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5630517Z test_nan_policy_propagate__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5641291Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5652306Z test_nan_policy_propagate__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5662494Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.5672797Z test_nan_policy_propagate__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5690186Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5700402Z test_nan_policy_propagate__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5711863Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5722128Z test_nan_policy_propagate__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5733096Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5743360Z test_nan_policy_propagate__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5754162Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5764504Z test_nan_policy_propagate__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5777741Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5787974Z test_nan_policy_propagate__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5802033Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5812496Z test_nan_policy_propagate__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5825979Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.5836302Z test_nan_policy_propagate__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5849104Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5860189Z test_nan_policy_propagate__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5872970Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5884272Z test_nan_policy_propagate__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5895008Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5905279Z test_nan_policy_propagate__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5916573Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5927009Z test_nan_policy_propagate__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5938290Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5948544Z test_nan_policy_propagate__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5959373Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.5969835Z test_nan_policy_propagate__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.5980614Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.5990822Z test_nan_policy_propagate__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6001618Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6012225Z test_nan_policy_propagate__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6024703Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6035024Z test_nan_policy_propagate__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6048392Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6058674Z test_nan_policy_propagate__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6071778Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6082021Z test_nan_policy_propagate__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6094562Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6104851Z test_nan_policy_propagate__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6117185Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6127731Z test_nan_policy_propagate__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6140100Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.6150393Z test_nan_policy_propagate_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6160644Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6170956Z test_nan_policy_propagate_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6181176Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6191419Z test_nan_policy_propagate_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6201543Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6211885Z test_nan_policy_propagate_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6222630Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-09-27T16:14:43.6232504Z test_nan_policy_propagate_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6242649Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6252926Z test_nan_policy_propagate_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6263069Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6273239Z test_nan_policy_propagate_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6283422Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6293713Z test_nan_policy_propagate_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6303801Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6313991Z test_nan_policy_propagate_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6324632Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-09-27T16:14:43.6334762Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6345538Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6355730Z test_nan_policy_propagate_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6366555Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6376772Z test_nan_policy_propagate_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6386946Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6397200Z test_nan_policy_propagate_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6407430Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6417582Z test_nan_policy_propagate_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6428008Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-09-27T16:14:43.6437975Z test_nan_policy_propagate_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6448366Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6458588Z test_nan_policy_propagate_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6469327Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6479576Z test_nan_policy_propagate_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6490381Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6500576Z test_nan_policy_propagate_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6510791Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6521028Z test_nan_policy_propagate_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6531328Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6541529Z test_nan_policy_propagate_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6551751Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6561976Z test_nan_policy_propagate_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6572728Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6583026Z test_nan_policy_propagate_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6593604Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.6604105Z test_nan_policy_propagate_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6614053Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6624239Z test_nan_policy_propagate_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6634279Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6644532Z test_nan_policy_propagate_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6654857Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6665024Z test_nan_policy_propagate_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6676629Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6687775Z test_nan_policy_propagate_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6699111Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6710164Z test_nan_policy_propagate_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6720340Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6730656Z test_nan_policy_propagate_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6741111Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.6751279Z test_nan_policy_propagate_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6761567Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6771852Z test_nan_policy_propagate_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6780109Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6787018Z test_nan_policy_propagate_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6795160Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6802430Z test_nan_policy_propagate_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6810556Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6817762Z test_nan_policy_propagate_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6825708Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6832723Z test_nan_policy_propagate_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6840375Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6847767Z test_nan_policy_propagate_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6855435Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6862655Z test_nan_policy_propagate_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6870540Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6877808Z test_nan_policy_propagate_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6886367Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6893705Z test_nan_policy_propagate_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6902172Z Tests that nan is propagated to the output by default ... ok (0.016s) 2022-09-27T16:14:43.6909445Z test_nan_policy_propagate_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6917155Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6924526Z test_nan_policy_propagate_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6932345Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6939561Z test_nan_policy_propagate_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.6947447Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-09-27T16:14:43.6965318Z test_nansum_complex_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.6980789Z test_nansum_complex_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7018399Z test_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7055509Z test_nansum_cpu_float16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.7092281Z test_nansum_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7129170Z test_nansum_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7156942Z test_nansum_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7184058Z test_nansum_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7211279Z test_nansum_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.7237987Z test_nansum_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7265089Z test_nansum_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7840447Z 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-09-27T16:14:43.7841157Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T16:14:43.7857318Z ok (0.052s) 2022-09-27T16:14:43.7895139Z test_nansum_out_dtype_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.7930924Z test_nansum_out_dtype_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7956427Z test_nansum_out_dtype_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.7980862Z test_nansum_out_dtype_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.8004008Z test_nansum_out_dtype_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.8031351Z test_nansum_out_dtype_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.8057319Z test_nansum_out_dtype_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.8128493Z 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-09-27T16:14:43.8129194Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T16:14:43.8286207Z ok (0.016s) 2022-09-27T16:14:43.8484848Z test_nansum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T16:14:43.8689885Z test_nansum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.8790549Z test_nansum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.015s) 2022-09-27T16:14:43.8886698Z test_nansum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.8974578Z test_nansum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.9070542Z test_nansum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:14:43.9102538Z test_nansum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:43.9108746Z test_noncontiguous_all__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9120848Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9126707Z test_noncontiguous_all__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9137964Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9143572Z test_noncontiguous_all__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9154095Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9159641Z test_noncontiguous_all__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9170047Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9175610Z test_noncontiguous_all__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9185047Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9190697Z test_noncontiguous_all__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9199924Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9205629Z test_noncontiguous_all__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9214957Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9220586Z test_noncontiguous_all__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9230010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:43.9235553Z test_noncontiguous_all__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9245029Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9250584Z test_noncontiguous_all__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9261009Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9266577Z test_noncontiguous_all__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9277030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9282531Z test_noncontiguous_all__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9292967Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9298492Z test_noncontiguous_all__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9309186Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9315156Z test_noncontiguous_all__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9324618Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9330163Z test_noncontiguous_all__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9339758Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9345071Z test_noncontiguous_all__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9354400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9359939Z test_noncontiguous_all__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9369459Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9374966Z test_noncontiguous_all__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9384545Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:43.9390111Z test_noncontiguous_all__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9400794Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9406445Z test_noncontiguous_all__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9417046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9422601Z test_noncontiguous_all__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9432948Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9438489Z test_noncontiguous_all__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9449559Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9455563Z test_noncontiguous_all__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9467054Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9472584Z test_noncontiguous_all__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9481939Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9487473Z test_noncontiguous_all__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9496597Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9502107Z test_noncontiguous_all__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9511419Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9516992Z test_noncontiguous_all__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9526436Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9531975Z test_noncontiguous_all__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9542628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:43.9548123Z test_noncontiguous_all__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9558717Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9564408Z test_noncontiguous_all__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9574669Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9580193Z test_noncontiguous_all__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9590398Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9595881Z test_noncontiguous_all__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9605363Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9610883Z test_noncontiguous_all__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9620306Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9625780Z test_noncontiguous_all__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9635075Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9640678Z test_noncontiguous_all__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9649993Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9655483Z test_noncontiguous_all__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9664900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9670435Z test_noncontiguous_all__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9681745Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9687404Z test_noncontiguous_all__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9698990Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:43.9705147Z test_noncontiguous_all__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9716509Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9722704Z test_noncontiguous_all__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9733571Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9739841Z test_noncontiguous_all__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9750465Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9756577Z test_noncontiguous_all__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9767172Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9773374Z test_noncontiguous_all__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9783953Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9790133Z test_noncontiguous_all__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9800687Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9807128Z test_noncontiguous_all__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9819027Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9824527Z test_noncontiguous_all__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9835707Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9841234Z test_noncontiguous_all__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9856981Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:43.9862448Z test_noncontiguous_all__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9875059Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9880800Z test_noncontiguous_all__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9892400Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9897907Z test_noncontiguous_all__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9909129Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9914632Z test_noncontiguous_all__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9925972Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9931470Z test_noncontiguous_all__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9942407Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9947936Z test_noncontiguous_all__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9958898Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9964712Z test_noncontiguous_all__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9975537Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9981026Z test_noncontiguous_all__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:43.9992046Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:43.9997553Z test_noncontiguous_all__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0008915Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0014382Z test_noncontiguous_all__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0024795Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:14:44.0030329Z test_noncontiguous_all__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0040788Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0046379Z test_noncontiguous_all__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0056613Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0062137Z test_noncontiguous_all__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0072274Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0077774Z test_noncontiguous_all__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0087503Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0093014Z test_noncontiguous_all__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0104772Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0110545Z test_noncontiguous_all__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0122395Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0128399Z test_noncontiguous_all__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0138813Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0144333Z test_noncontiguous_all__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0155265Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0161169Z test_noncontiguous_all__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0173625Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0179266Z test_noncontiguous_all__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0189136Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-09-27T16:14:44.0194608Z test_noncontiguous_all__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0204256Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0209803Z test_noncontiguous_all__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0219440Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0224976Z test_noncontiguous_all__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0234652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0240205Z test_noncontiguous_all__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0253724Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0259291Z test_noncontiguous_all__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0274552Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0280125Z test_noncontiguous_all__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0295380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0300782Z test_noncontiguous_all__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0314102Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0320249Z test_noncontiguous_all__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0333521Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0339714Z test_noncontiguous_all__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0352940Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0359070Z test_noncontiguous_all__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0372214Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0378347Z test_noncontiguous_all__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0393877Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0400028Z test_noncontiguous_all__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0413085Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0419262Z test_noncontiguous_all__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0432329Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0438518Z test_noncontiguous_all__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0448970Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0454465Z test_noncontiguous_all__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0463719Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0469232Z test_noncontiguous_all__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0480584Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0486618Z test_noncontiguous_all__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0498001Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0503957Z test_noncontiguous_all__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0514341Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0519804Z test_noncontiguous_all__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0530094Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0535582Z test_noncontiguous_all__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0545648Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0551144Z test_noncontiguous_all__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0560427Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0565994Z test_noncontiguous_all__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0575351Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0580781Z test_noncontiguous_all__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0589975Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0595422Z test_noncontiguous_all__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0604777Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0610270Z test_noncontiguous_all__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0619559Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0625162Z test_noncontiguous_all__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0637801Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0643381Z test_noncontiguous_all__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0657976Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0663531Z test_noncontiguous_all__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0679976Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0685600Z test_noncontiguous_all__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0698271Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0703819Z test_noncontiguous_all__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0716239Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0721736Z test_noncontiguous_all__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0735045Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0741348Z test_noncontiguous_all__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0753652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0759167Z test_noncontiguous_all__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0771626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0777170Z test_noncontiguous_all__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0789549Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0795074Z test_noncontiguous_all__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0807791Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0813418Z test_noncontiguous_all__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0825810Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0831351Z test_noncontiguous_all_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0840342Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0845992Z test_noncontiguous_all_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0854391Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0859832Z test_noncontiguous_all_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0869614Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0875684Z test_noncontiguous_all_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0885493Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0891571Z test_noncontiguous_all_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0900604Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0906144Z test_noncontiguous_all_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0915044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0920487Z test_noncontiguous_all_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0929421Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0934863Z test_noncontiguous_all_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0943296Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0948734Z test_noncontiguous_all_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0957100Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0962729Z test_noncontiguous_all_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0971341Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.0976689Z test_noncontiguous_all_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0985112Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.0990520Z test_noncontiguous_all_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.0998811Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1004375Z test_noncontiguous_all_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1013951Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1019484Z test_noncontiguous_all_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1027751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1033203Z test_noncontiguous_all_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1042834Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1048326Z test_noncontiguous_all_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1057566Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1063059Z test_noncontiguous_all_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1072636Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1078741Z test_noncontiguous_all_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1087225Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1092637Z test_noncontiguous_all_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1100993Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1106480Z test_noncontiguous_all_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1114777Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1120239Z test_noncontiguous_all_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1128871Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.1134395Z test_noncontiguous_all_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1142709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-09-27T16:14:44.1148203Z test_noncontiguous_all_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1157660Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1163204Z test_noncontiguous_all_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1171554Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1177008Z test_noncontiguous_all_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1186536Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1192001Z test_noncontiguous_all_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1201265Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1206914Z test_noncontiguous_all_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1216417Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1222512Z test_noncontiguous_all_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1230851Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1236268Z test_noncontiguous_all_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1244715Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1250313Z test_noncontiguous_all_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1258441Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1263856Z test_noncontiguous_all_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1272197Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1277686Z test_noncontiguous_all_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1286130Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1292268Z test_noncontiguous_all_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1301455Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.1307029Z test_noncontiguous_all_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1315666Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1321117Z test_noncontiguous_all_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1330903Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1337001Z test_noncontiguous_all_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1346560Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1352717Z test_noncontiguous_all_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1361738Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1367322Z test_noncontiguous_all_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1376123Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1381614Z test_noncontiguous_all_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1390462Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1396004Z test_noncontiguous_all_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1404513Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1409982Z test_noncontiguous_all_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1418457Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1423927Z test_noncontiguous_all_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1432364Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1437835Z test_noncontiguous_all_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1446447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1452004Z test_noncontiguous_all_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1460340Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.1465807Z test_noncontiguous_all_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1474753Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1480210Z test_noncontiguous_all_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1489320Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1494800Z test_noncontiguous_all_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1503594Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1508983Z test_noncontiguous_all_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1518117Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1524379Z test_noncontiguous_all_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1532695Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1538315Z test_noncontiguous_all_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1546451Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1552022Z test_noncontiguous_all_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1560170Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1565786Z test_noncontiguous_all_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1574070Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1579510Z test_noncontiguous_all_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1587860Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1593312Z test_noncontiguous_all_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1602208Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1607907Z test_noncontiguous_all_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1616933Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.1622402Z test_noncontiguous_all_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1631176Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1636666Z test_noncontiguous_all_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1645924Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1651984Z test_noncontiguous_all_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1660263Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1665720Z test_noncontiguous_all_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1674025Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1679491Z test_noncontiguous_all_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1688025Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1693585Z test_noncontiguous_all_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1701786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1707221Z test_noncontiguous_all_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1715498Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1720975Z test_noncontiguous_all_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1729950Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1735438Z test_noncontiguous_all_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1743590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1749063Z test_noncontiguous_all_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1758625Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1764989Z test_noncontiguous_all_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1774373Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.1780620Z test_noncontiguous_all_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1789469Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1794953Z test_noncontiguous_all_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1803746Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1809203Z test_noncontiguous_all_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1817874Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1823523Z test_noncontiguous_all_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1831647Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1837081Z test_noncontiguous_all_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1845419Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1850860Z test_noncontiguous_all_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1859066Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1864482Z test_noncontiguous_all_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1872684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1878153Z test_noncontiguous_all_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1886479Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1891957Z test_noncontiguous_all_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1911466Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1916970Z test_noncontiguous_all_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1937623Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.1943156Z test_noncontiguous_all_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1964360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1969870Z test_noncontiguous_all_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.1989149Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.1994676Z test_noncontiguous_all_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2013829Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2019276Z test_noncontiguous_all_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2037645Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2043235Z test_noncontiguous_all_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2052835Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2058304Z test_noncontiguous_all_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2068817Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2074826Z test_noncontiguous_all_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2085622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.2091919Z test_noncontiguous_all_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2101479Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2106966Z test_noncontiguous_all_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2116360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2121832Z test_noncontiguous_all_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2131263Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2136750Z test_noncontiguous_all_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2146561Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2152046Z test_noncontiguous_all_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2161879Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2167457Z test_noncontiguous_all_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2177841Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2182725Z test_noncontiguous_all_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2192301Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2197792Z test_noncontiguous_all_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2207247Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2212739Z test_noncontiguous_all_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2221203Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2226641Z test_noncontiguous_all_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2236093Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2241739Z test_noncontiguous_all_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2251140Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.2256615Z test_noncontiguous_all_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2266265Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2272248Z test_noncontiguous_all_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2280691Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2286267Z test_noncontiguous_all_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2294627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2300058Z test_noncontiguous_all_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2308314Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2313764Z test_noncontiguous_all_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2322085Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2327660Z test_noncontiguous_all_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2335914Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2341414Z test_noncontiguous_all_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2349692Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2355173Z test_noncontiguous_all_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2365360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2370834Z test_noncontiguous_all_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2381194Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2387240Z test_noncontiguous_all_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2396461Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2402187Z test_noncontiguous_all_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2411424Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.2416940Z test_noncontiguous_all_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2425287Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2431526Z test_noncontiguous_all_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2440250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2446167Z test_noncontiguous_all_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2454390Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2459830Z test_noncontiguous_all_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2468685Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2473615Z test_noncontiguous_all_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2481889Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2487432Z test_noncontiguous_all_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2498249Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2503764Z test_noncontiguous_all_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2517007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2523274Z test_noncontiguous_all_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2536358Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2542547Z test_noncontiguous_all_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2553354Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2559031Z test_noncontiguous_all_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2570185Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.2575666Z test_noncontiguous_all_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2586585Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2592040Z test_noncontiguous_all_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2601352Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2606950Z test_noncontiguous_all_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2615279Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2620755Z test_noncontiguous_all_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2631019Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2637024Z test_noncontiguous_all_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2646931Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2652427Z test_noncontiguous_all_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2661902Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2667361Z test_noncontiguous_all_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2676629Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2682066Z test_noncontiguous_all_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2691764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2697809Z test_noncontiguous_all_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2706266Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2711690Z test_noncontiguous_all_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2720196Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.016s) 2022-09-27T16:14:44.2725734Z test_noncontiguous_all_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2733980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2739416Z test_noncontiguous_all_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2747750Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2753238Z test_noncontiguous_all_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2761626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2767160Z test_noncontiguous_all_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2778731Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2783578Z test_noncontiguous_all_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2796799Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2802441Z test_noncontiguous_all_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2814946Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2820345Z test_noncontiguous_all_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2831225Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2836667Z test_noncontiguous_all_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2847863Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2853327Z test_noncontiguous_all_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2864284Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-09-27T16:14:44.2869945Z test_noncontiguous_expanded__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2880515Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.2886227Z test_noncontiguous_expanded__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2896694Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2902346Z test_noncontiguous_expanded__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2912709Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2918234Z test_noncontiguous_expanded__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2928660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2934339Z test_noncontiguous_expanded__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2943780Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2949375Z test_noncontiguous_expanded__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2958732Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2964477Z test_noncontiguous_expanded__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2973618Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2979311Z test_noncontiguous_expanded__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.2988513Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.2994081Z test_noncontiguous_expanded__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3003473Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3009100Z test_noncontiguous_expanded__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3019574Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3025291Z test_noncontiguous_expanded__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3042515Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3048223Z test_noncontiguous_expanded__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3058431Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3064068Z test_noncontiguous_expanded__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3074105Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3079808Z test_noncontiguous_expanded__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3089819Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3094850Z test_noncontiguous_expanded__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3104083Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3109653Z test_noncontiguous_expanded__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3118859Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3124598Z test_noncontiguous_expanded__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3133890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3139449Z test_noncontiguous_expanded__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3148683Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3154416Z test_noncontiguous_expanded__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3165020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3170683Z test_noncontiguous_expanded__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3181082Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3186643Z test_noncontiguous_expanded__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3197251Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3202849Z test_noncontiguous_expanded__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3213091Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3218694Z test_noncontiguous_expanded__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3228058Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3233692Z test_noncontiguous_expanded__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3243064Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3248710Z test_noncontiguous_expanded__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3257884Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3263511Z test_noncontiguous_expanded__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3272876Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3278445Z test_noncontiguous_expanded__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3287984Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3293630Z test_noncontiguous_expanded__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3304111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3309731Z test_noncontiguous_expanded__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3320150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3325882Z test_noncontiguous_expanded__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3336165Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3341746Z test_noncontiguous_expanded__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3352163Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3357769Z test_noncontiguous_expanded__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3367223Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3373026Z test_noncontiguous_expanded__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3382439Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3388092Z test_noncontiguous_expanded__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3397303Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3403052Z test_noncontiguous_expanded__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3412573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3418179Z test_noncontiguous_expanded__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3427510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3433052Z test_noncontiguous_expanded__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3444424Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3450068Z test_noncontiguous_expanded__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3461381Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3467746Z test_noncontiguous_expanded__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3481552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3487565Z test_noncontiguous_expanded__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3498095Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3504416Z test_noncontiguous_expanded__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3515028Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3521414Z test_noncontiguous_expanded__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3531825Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3538129Z test_noncontiguous_expanded__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3548606Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3554899Z test_noncontiguous_expanded__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3565539Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3571845Z test_noncontiguous_expanded__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3583377Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3589023Z test_noncontiguous_expanded__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3600036Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3605784Z test_noncontiguous_expanded__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3618177Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3624228Z test_noncontiguous_expanded__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3636246Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3641904Z test_noncontiguous_expanded__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3653418Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3659044Z test_noncontiguous_expanded__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3670397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3675994Z test_noncontiguous_expanded__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3687470Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3693008Z test_noncontiguous_expanded__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3703903Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3709556Z test_noncontiguous_expanded__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3720556Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3726281Z test_noncontiguous_expanded__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3737112Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3742809Z test_noncontiguous_expanded__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3755927Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3761436Z test_noncontiguous_expanded__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3772439Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3778080Z test_noncontiguous_expanded__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3788340Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3794018Z test_noncontiguous_expanded__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3806020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3809947Z test_noncontiguous_expanded__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3820169Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3825758Z test_noncontiguous_expanded__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3835767Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3841418Z test_noncontiguous_expanded__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3851133Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3856763Z test_noncontiguous_expanded__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3867734Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3873380Z test_noncontiguous_expanded__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3884560Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3890127Z test_noncontiguous_expanded__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3900540Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3906143Z test_noncontiguous_expanded__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3916435Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3922069Z test_noncontiguous_expanded__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3931779Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3937368Z test_noncontiguous_expanded__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3946750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3952366Z test_noncontiguous_expanded__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3961680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3967384Z test_noncontiguous_expanded__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3976804Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.3982424Z test_noncontiguous_expanded__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.3992020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.3997481Z test_noncontiguous_expanded__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4010376Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4016039Z test_noncontiguous_expanded__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4029646Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4035258Z test_noncontiguous_expanded__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4049075Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4054771Z test_noncontiguous_expanded__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4070267Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4076520Z test_noncontiguous_expanded__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4089554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4095796Z test_noncontiguous_expanded__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4108639Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4114896Z test_noncontiguous_expanded__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4127891Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4134298Z test_noncontiguous_expanded__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4147161Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.4153394Z test_noncontiguous_expanded__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4166458Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4172750Z test_noncontiguous_expanded__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4185552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4191810Z test_noncontiguous_expanded__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4201950Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4207727Z test_noncontiguous_expanded__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4216893Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4222480Z test_noncontiguous_expanded__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4233024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4238613Z test_noncontiguous_expanded__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4249402Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4255053Z test_noncontiguous_expanded__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4265175Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4270821Z test_noncontiguous_expanded__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4280872Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4286617Z test_noncontiguous_expanded__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4296798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.4302575Z test_noncontiguous_expanded__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4311688Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:14:44.4317468Z test_noncontiguous_expanded__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4328913Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4334557Z test_noncontiguous_expanded__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4343531Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4349138Z test_noncontiguous_expanded__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4358160Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4363895Z test_noncontiguous_expanded__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4373140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4378747Z test_noncontiguous_expanded__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4391375Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4397001Z test_noncontiguous_expanded__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4410479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4416121Z test_noncontiguous_expanded__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4429378Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4435027Z test_noncontiguous_expanded__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4447682Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4453348Z test_noncontiguous_expanded__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4465957Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.4471537Z test_noncontiguous_expanded__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4484024Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4489525Z test_noncontiguous_expanded__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4501814Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4507447Z test_noncontiguous_expanded__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4521775Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4527464Z test_noncontiguous_expanded__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4539521Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4545130Z test_noncontiguous_expanded__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4557614Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4563315Z test_noncontiguous_expanded__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4575656Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4581282Z test_noncontiguous_expanded_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4590224Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4595843Z test_noncontiguous_expanded_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4604119Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4609701Z test_noncontiguous_expanded_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4618977Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.4624555Z test_noncontiguous_expanded_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4633655Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4639447Z test_noncontiguous_expanded_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4648166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4653771Z test_noncontiguous_expanded_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4662384Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4668012Z test_noncontiguous_expanded_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4676700Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4682293Z test_noncontiguous_expanded_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4690700Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4696365Z test_noncontiguous_expanded_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4704553Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4710115Z test_noncontiguous_expanded_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4718374Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4724150Z test_noncontiguous_expanded_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4732353Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4737915Z test_noncontiguous_expanded_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4746104Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4751684Z test_noncontiguous_expanded_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4761180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4766877Z test_noncontiguous_expanded_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4775229Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.4780775Z test_noncontiguous_expanded_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4790021Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4795628Z test_noncontiguous_expanded_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4804959Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4810605Z test_noncontiguous_expanded_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4819668Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4825251Z test_noncontiguous_expanded_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4833514Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4839055Z test_noncontiguous_expanded_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4847412Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4853012Z test_noncontiguous_expanded_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4861218Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4866750Z test_noncontiguous_expanded_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4874995Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4880508Z test_noncontiguous_expanded_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4888926Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4894434Z test_noncontiguous_expanded_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4903833Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4909407Z test_noncontiguous_expanded_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4917733Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4923315Z test_noncontiguous_expanded_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4932653Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.4938206Z test_noncontiguous_expanded_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4947365Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4952982Z test_noncontiguous_expanded_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4962059Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4967847Z test_noncontiguous_expanded_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4976102Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4981661Z test_noncontiguous_expanded_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.4989847Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.4995406Z test_noncontiguous_expanded_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5003702Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5009285Z test_noncontiguous_expanded_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5017484Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5023079Z test_noncontiguous_expanded_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5031269Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5036822Z test_noncontiguous_expanded_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5045777Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5051278Z test_noncontiguous_expanded_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5059451Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5065147Z test_noncontiguous_expanded_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5074323Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5079858Z test_noncontiguous_expanded_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5089695Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.5095209Z test_noncontiguous_expanded_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5103905Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5109445Z test_noncontiguous_expanded_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5118115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5123850Z test_noncontiguous_expanded_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5132587Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5138145Z test_noncontiguous_expanded_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5146590Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5152138Z test_noncontiguous_expanded_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5160422Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5166163Z test_noncontiguous_expanded_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5174353Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5179933Z test_noncontiguous_expanded_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5188200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5193932Z test_noncontiguous_expanded_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5201957Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5207643Z test_noncontiguous_expanded_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5216439Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5221944Z test_noncontiguous_expanded_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5230725Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5236325Z test_noncontiguous_expanded_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5245232Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5250831Z test_noncontiguous_expanded_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5259439Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-09-27T16:14:44.5265010Z test_noncontiguous_expanded_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5273199Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5278783Z test_noncontiguous_expanded_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5287099Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5292688Z test_noncontiguous_expanded_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5300900Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5306494Z test_noncontiguous_expanded_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5314722Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5320308Z test_noncontiguous_expanded_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5328657Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5334263Z test_noncontiguous_expanded_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5343001Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5348669Z test_noncontiguous_expanded_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5357337Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5362919Z test_noncontiguous_expanded_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5371717Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5377306Z test_noncontiguous_expanded_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5385898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5391532Z test_noncontiguous_expanded_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5399717Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5405417Z test_noncontiguous_expanded_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5413823Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.5419306Z test_noncontiguous_expanded_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5427487Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5433040Z test_noncontiguous_expanded_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5441346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5447016Z test_noncontiguous_expanded_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5455180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5460942Z test_noncontiguous_expanded_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5469495Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5475072Z test_noncontiguous_expanded_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5483223Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5488864Z test_noncontiguous_expanded_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5497879Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5503438Z test_noncontiguous_expanded_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5512421Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5518031Z test_noncontiguous_expanded_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5526762Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5532271Z test_noncontiguous_expanded_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5540792Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5546430Z test_noncontiguous_expanded_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5554902Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5560551Z test_noncontiguous_expanded_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5568998Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.5574490Z test_noncontiguous_expanded_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5582657Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5588224Z test_noncontiguous_expanded_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5596260Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5601812Z test_noncontiguous_expanded_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5609984Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5615559Z test_noncontiguous_expanded_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5623672Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5629255Z test_noncontiguous_expanded_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5649005Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5654553Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5673856Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5679487Z test_noncontiguous_expanded_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5699458Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5705018Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5724592Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.5730262Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5749080Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5754768Z test_noncontiguous_expanded_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5773200Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5778819Z test_noncontiguous_expanded_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5788357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5793957Z test_noncontiguous_expanded_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5803863Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5809440Z test_noncontiguous_expanded_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5819333Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5824934Z test_noncontiguous_expanded_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5834246Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5839857Z test_noncontiguous_expanded_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5849297Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5854809Z test_noncontiguous_expanded_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5864084Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5869652Z test_noncontiguous_expanded_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5879532Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.5885273Z test_noncontiguous_expanded_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5894957Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5900742Z test_noncontiguous_expanded_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5910303Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5915891Z test_noncontiguous_expanded_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5925638Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5931268Z test_noncontiguous_expanded_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5940436Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5946031Z test_noncontiguous_expanded_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5954307Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5959959Z test_noncontiguous_expanded_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5969244Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5974834Z test_noncontiguous_expanded_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5984004Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.5989612Z test_noncontiguous_expanded_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.5998778Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6004440Z test_noncontiguous_expanded_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6012853Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6018433Z test_noncontiguous_expanded_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6026784Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6032344Z test_noncontiguous_expanded_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6040575Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.6046278Z test_noncontiguous_expanded_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6054533Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6060127Z test_noncontiguous_expanded_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6068396Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6074107Z test_noncontiguous_expanded_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6082196Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6087911Z test_noncontiguous_expanded_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6097798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6103487Z test_noncontiguous_expanded_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6113279Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6118805Z test_noncontiguous_expanded_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6128138Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6133712Z test_noncontiguous_expanded_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6142759Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6148410Z test_noncontiguous_expanded_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6156715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6162279Z test_noncontiguous_expanded_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6170671Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6176160Z test_noncontiguous_expanded_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6184354Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6190482Z test_noncontiguous_expanded_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6198351Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.6204048Z test_noncontiguous_expanded_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6212337Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6217905Z test_noncontiguous_expanded_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6228750Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6234352Z test_noncontiguous_expanded_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6247489Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6253674Z test_noncontiguous_expanded_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6266680Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6272954Z test_noncontiguous_expanded_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6283678Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6289298Z test_noncontiguous_expanded_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6300344Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6305900Z test_noncontiguous_expanded_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6316656Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6322291Z test_noncontiguous_expanded_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6331640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6337239Z test_noncontiguous_expanded_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6345468Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6351024Z test_noncontiguous_expanded_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6361719Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.6367329Z test_noncontiguous_expanded_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6377603Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6383176Z test_noncontiguous_expanded_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6392397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6397990Z test_noncontiguous_expanded_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6407222Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6412888Z test_noncontiguous_expanded_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6421942Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6427523Z test_noncontiguous_expanded_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6435822Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6441386Z test_noncontiguous_expanded_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6449786Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6455327Z test_noncontiguous_expanded_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6463444Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6469066Z test_noncontiguous_expanded_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6477208Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6482817Z test_noncontiguous_expanded_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6491129Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6496750Z test_noncontiguous_expanded_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6507568Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6513189Z test_noncontiguous_expanded_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6525607Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.016s) 2022-09-27T16:14:44.6531182Z test_noncontiguous_expanded_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6543459Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6549019Z test_noncontiguous_expanded_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6559594Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6565351Z test_noncontiguous_expanded_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6576356Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6581955Z test_noncontiguous_expanded_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6592798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-09-27T16:14:44.6598084Z test_noncontiguous_innermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6608614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6613844Z test_noncontiguous_innermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6624306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6629603Z test_noncontiguous_innermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6639750Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6645150Z test_noncontiguous_innermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6655233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6660471Z test_noncontiguous_innermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6670157Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.6675236Z test_noncontiguous_innermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6684608Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6689841Z test_noncontiguous_innermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6698946Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6704215Z test_noncontiguous_innermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6713447Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6718674Z test_noncontiguous_innermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6728017Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6733258Z test_noncontiguous_innermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6743713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6748963Z test_noncontiguous_innermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6759398Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6764775Z test_noncontiguous_innermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6774955Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6780186Z test_noncontiguous_innermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6790755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6796421Z test_noncontiguous_innermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6805731Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6810971Z test_noncontiguous_innermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6820269Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6825527Z test_noncontiguous_innermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6834649Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6839852Z test_noncontiguous_innermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6849205Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6854393Z test_noncontiguous_innermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6863586Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6868827Z test_noncontiguous_innermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6879296Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6884665Z test_noncontiguous_innermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6895085Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6900305Z test_noncontiguous_innermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6910473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6915676Z test_noncontiguous_innermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6925882Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6931109Z test_noncontiguous_innermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6940355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6945630Z test_noncontiguous_innermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6954952Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6960062Z test_noncontiguous_innermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6969171Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.6974378Z test_noncontiguous_innermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6983721Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.6988934Z test_noncontiguous_innermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.6998102Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7003407Z test_noncontiguous_innermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7017545Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7022788Z test_noncontiguous_innermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7033258Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7038543Z test_noncontiguous_innermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7048726Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7053930Z test_noncontiguous_innermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7064569Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7070217Z test_noncontiguous_innermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7079439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7084907Z test_noncontiguous_innermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7094077Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7099289Z test_noncontiguous_innermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7108303Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7113516Z test_noncontiguous_innermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7122758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7128082Z test_noncontiguous_innermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7137420Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.7142760Z test_noncontiguous_innermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7154053Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:14:44.7159362Z test_noncontiguous_innermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7170802Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7176668Z test_noncontiguous_innermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7188394Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7194651Z test_noncontiguous_innermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7205320Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7211263Z test_noncontiguous_innermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7221810Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7227728Z test_noncontiguous_innermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7238173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7244410Z test_noncontiguous_innermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7254757Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7260697Z test_noncontiguous_innermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7271130Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7277076Z test_noncontiguous_innermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7288780Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7294020Z test_noncontiguous_innermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7305329Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.7310615Z test_noncontiguous_innermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7323364Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7328884Z test_noncontiguous_innermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7341558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7347036Z test_noncontiguous_innermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7358478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7363951Z test_noncontiguous_innermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7377382Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7382656Z test_noncontiguous_innermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7394521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7400018Z test_noncontiguous_innermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7411086Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7416335Z test_noncontiguous_innermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7427283Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7432548Z test_noncontiguous_innermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7443484Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7448712Z test_noncontiguous_innermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7459704Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.7464908Z test_noncontiguous_innermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7475848Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7481031Z test_noncontiguous_innermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7491553Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7496769Z test_noncontiguous_innermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7507217Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7512473Z test_noncontiguous_innermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7522685Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7528071Z test_noncontiguous_innermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7538174Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7543431Z test_noncontiguous_innermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7552759Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7558120Z test_noncontiguous_innermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7569552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7575160Z test_noncontiguous_innermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7585978Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7591195Z test_noncontiguous_innermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7601393Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7606752Z test_noncontiguous_innermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7617671Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.7623289Z test_noncontiguous_innermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7632642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:14:44.7637851Z test_noncontiguous_innermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7647309Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7652460Z test_noncontiguous_innermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7661512Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7666737Z test_noncontiguous_innermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7675976Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7681207Z test_noncontiguous_innermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7690556Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7695768Z test_noncontiguous_innermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7711622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7716844Z test_noncontiguous_innermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7731541Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7736801Z test_noncontiguous_innermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7750268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7755523Z test_noncontiguous_innermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7768963Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7774833Z test_noncontiguous_innermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7788121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.7793997Z test_noncontiguous_innermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7807245Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7813179Z test_noncontiguous_innermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7826216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7832066Z test_noncontiguous_innermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7845266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7851153Z test_noncontiguous_innermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7864185Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7870098Z test_noncontiguous_innermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7885662Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7891694Z test_noncontiguous_innermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7901787Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7907036Z test_noncontiguous_innermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7916180Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7921416Z test_noncontiguous_innermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7932937Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7938596Z test_noncontiguous_innermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7949317Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.7954571Z test_noncontiguous_innermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7965005Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7970232Z test_noncontiguous_innermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7980331Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.7985596Z test_noncontiguous_innermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.7995631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8000872Z test_noncontiguous_innermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8010225Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8015466Z test_noncontiguous_innermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8024680Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8029868Z test_noncontiguous_innermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8038997Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8044358Z test_noncontiguous_innermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8053609Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8058840Z test_noncontiguous_innermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8068058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8073325Z test_noncontiguous_innermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8086336Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8091867Z test_noncontiguous_innermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8106942Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.8112223Z test_noncontiguous_innermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8125793Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8131036Z test_noncontiguous_innermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8143857Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8149131Z test_noncontiguous_innermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8163929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8169146Z test_noncontiguous_innermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8182444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8187794Z test_noncontiguous_innermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8200121Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8205591Z test_noncontiguous_innermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8217663Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8222864Z test_noncontiguous_innermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8235197Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8240438Z test_noncontiguous_innermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8253391Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.8258508Z test_noncontiguous_innermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8270772Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:14:44.8276054Z test_noncontiguous_innermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8285231Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8290431Z test_noncontiguous_innermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8298654Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8303851Z test_noncontiguous_innermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8313473Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8319325Z test_noncontiguous_innermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8328657Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8333844Z test_noncontiguous_innermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8342786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8347968Z test_noncontiguous_innermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8356665Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8361866Z test_noncontiguous_innermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8370658Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8375865Z test_noncontiguous_innermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8384220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8389406Z test_noncontiguous_innermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8397740Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8403011Z test_noncontiguous_innermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8411340Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8416731Z test_noncontiguous_innermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8425039Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.8430221Z test_noncontiguous_innermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8438454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8443760Z test_noncontiguous_innermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8453240Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8458504Z test_noncontiguous_innermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8466715Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8471915Z test_noncontiguous_innermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8481405Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8486774Z test_noncontiguous_innermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8496189Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8501279Z test_noncontiguous_innermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8510293Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8515499Z test_noncontiguous_innermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8523929Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8529037Z test_noncontiguous_innermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8537272Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8542469Z test_noncontiguous_innermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8550595Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8555816Z test_noncontiguous_innermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8564155Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8569311Z test_noncontiguous_innermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8577644Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.8582828Z test_noncontiguous_innermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8592084Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8597308Z test_noncontiguous_innermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8605628Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8610822Z test_noncontiguous_innermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8620179Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8625386Z test_noncontiguous_innermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8634551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8639753Z test_noncontiguous_innermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8648952Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8654188Z test_noncontiguous_innermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8662423Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8667613Z test_noncontiguous_innermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8675864Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8681080Z test_noncontiguous_innermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8689371Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8694560Z test_noncontiguous_innermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8702775Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8707958Z test_noncontiguous_innermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8716196Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8721398Z test_noncontiguous_innermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8730426Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.8735583Z test_noncontiguous_innermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8743754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8748969Z test_noncontiguous_innermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8758470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8764453Z test_noncontiguous_innermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8774118Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8779831Z test_noncontiguous_innermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8788743Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8793950Z test_noncontiguous_innermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8802692Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8808006Z test_noncontiguous_innermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8816715Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8821927Z test_noncontiguous_innermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8830243Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8835448Z test_noncontiguous_innermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8843964Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8849047Z test_noncontiguous_innermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8857360Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8862559Z test_noncontiguous_innermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8870833Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8876038Z test_noncontiguous_innermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8884470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.8889645Z test_noncontiguous_innermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8898373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8903629Z test_noncontiguous_innermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8912470Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8917714Z test_noncontiguous_innermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8926444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8931646Z test_noncontiguous_innermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8940216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8945387Z test_noncontiguous_innermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8953531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8958776Z test_noncontiguous_innermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8967058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8972238Z test_noncontiguous_innermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8980379Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8985596Z test_noncontiguous_innermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.8993754Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.8998946Z test_noncontiguous_innermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9007241Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9012410Z test_noncontiguous_innermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9021171Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9026376Z test_noncontiguous_innermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9035218Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9040655Z test_noncontiguous_innermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9049337Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9054528Z test_noncontiguous_innermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9063217Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9068427Z test_noncontiguous_innermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9076684Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9081879Z test_noncontiguous_innermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9090141Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9095368Z test_noncontiguous_innermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9103560Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9108736Z test_noncontiguous_innermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9116948Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9122144Z test_noncontiguous_innermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9130439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9135645Z test_noncontiguous_innermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9144660Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9149880Z test_noncontiguous_innermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9158273Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9163582Z test_noncontiguous_innermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9172918Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9178143Z test_noncontiguous_innermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9187379Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9192603Z test_noncontiguous_innermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9201872Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9207171Z test_noncontiguous_innermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9215956Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9221163Z test_noncontiguous_innermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9230306Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9236208Z test_noncontiguous_innermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9244790Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9249999Z test_noncontiguous_innermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9258496Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9263702Z test_noncontiguous_innermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9272082Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9277296Z test_noncontiguous_innermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9285837Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9291051Z test_noncontiguous_innermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9299429Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9304759Z test_noncontiguous_innermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9324888Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9330099Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9350162Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9355420Z test_noncontiguous_innermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9376218Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9381493Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9401742Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9407008Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9426734Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9431933Z test_noncontiguous_innermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9452156Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9457332Z test_noncontiguous_innermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9466878Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9472094Z test_noncontiguous_innermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9482520Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9488378Z test_noncontiguous_innermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9498314Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9503590Z test_noncontiguous_innermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9513091Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9518396Z test_noncontiguous_innermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9527899Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9533067Z test_noncontiguous_innermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9542385Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9547614Z test_noncontiguous_innermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9557502Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9562666Z test_noncontiguous_innermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9572693Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9577894Z test_noncontiguous_innermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9587531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9592703Z test_noncontiguous_innermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9602292Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9607658Z test_noncontiguous_innermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9616919Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9622117Z test_noncontiguous_innermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9630454Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9635593Z test_noncontiguous_innermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9645151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9650499Z test_noncontiguous_innermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9659542Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9664679Z test_noncontiguous_innermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9673927Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9679125Z test_noncontiguous_innermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9687644Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9692815Z test_noncontiguous_innermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9701107Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9706347Z test_noncontiguous_innermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9714552Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9719669Z test_noncontiguous_innermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9728131Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9733323Z test_noncontiguous_innermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9741592Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9746773Z test_noncontiguous_innermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9754992Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9760269Z test_noncontiguous_innermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9770912Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9776573Z test_noncontiguous_innermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9786489Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9791649Z test_noncontiguous_innermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9800945Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9806302Z test_noncontiguous_innermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9815391Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9820576Z test_noncontiguous_innermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9829039Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9834194Z test_noncontiguous_innermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9842542Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9847877Z test_noncontiguous_innermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9855981Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9861178Z test_noncontiguous_innermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9869446Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9874682Z test_noncontiguous_innermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9883042Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9888223Z test_noncontiguous_innermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9899276Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9904513Z test_noncontiguous_innermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9916984Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9922973Z test_noncontiguous_innermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9935446Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9941259Z test_noncontiguous_innermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9952050Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9957304Z test_noncontiguous_innermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9968132Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:44.9973288Z test_noncontiguous_innermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9984547Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:44.9990129Z test_noncontiguous_innermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:44.9999355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0004706Z test_noncontiguous_innermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0012970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0018142Z test_noncontiguous_innermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0028407Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0034082Z test_noncontiguous_innermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0044452Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0050147Z test_noncontiguous_innermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0059521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0064739Z test_noncontiguous_innermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0073921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0079086Z test_noncontiguous_innermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0088276Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0093482Z test_noncontiguous_innermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0101774Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0106984Z test_noncontiguous_innermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0115192Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0120405Z test_noncontiguous_innermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0128732Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0133880Z test_noncontiguous_innermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0142266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.0147499Z test_noncontiguous_innermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0155798Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-09-27T16:14:45.0160926Z test_noncontiguous_innermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0172069Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0177300Z test_noncontiguous_innermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0189507Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0195013Z test_noncontiguous_innermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0206706Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0211916Z test_noncontiguous_innermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0222730Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0227919Z test_noncontiguous_innermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0238691Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0243934Z test_noncontiguous_innermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0254984Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0260523Z test_noncontiguous_outermost__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0270985Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0276187Z test_noncontiguous_outermost__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0286771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0292078Z test_noncontiguous_outermost__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0302672Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.0307826Z test_noncontiguous_outermost__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0317920Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:14:45.0323209Z test_noncontiguous_outermost__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0332551Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0337778Z test_noncontiguous_outermost__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0346968Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0352205Z test_noncontiguous_outermost__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0361287Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0366613Z test_noncontiguous_outermost__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0375816Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0381019Z test_noncontiguous_outermost__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0390213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0395479Z test_noncontiguous_outermost__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0405918Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0411111Z test_noncontiguous_outermost__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0421494Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0426750Z test_noncontiguous_outermost__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0436990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0442259Z test_noncontiguous_outermost__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0453074Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0458722Z test_noncontiguous_outermost__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0468367Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.0473671Z test_noncontiguous_outermost__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0483071Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0488337Z test_noncontiguous_outermost__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0497494Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0502729Z test_noncontiguous_outermost__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0512018Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0517265Z test_noncontiguous_outermost__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0526822Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0531951Z test_noncontiguous_outermost__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0546166Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0551424Z test_noncontiguous_outermost__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0561843Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0567270Z test_noncontiguous_outermost__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0577492Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0582793Z test_noncontiguous_outermost__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0592908Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0598143Z test_noncontiguous_outermost__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0607516Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0612795Z test_noncontiguous_outermost__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0622128Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.0627381Z test_noncontiguous_outermost__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0636436Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0641686Z test_noncontiguous_outermost__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0651031Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0656418Z test_noncontiguous_outermost__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0665676Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0670861Z test_noncontiguous_outermost__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0681275Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0686690Z test_noncontiguous_outermost__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0697138Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0702440Z test_noncontiguous_outermost__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0712736Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0718021Z test_noncontiguous_outermost__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0728322Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0733544Z test_noncontiguous_outermost__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0742876Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0748155Z test_noncontiguous_outermost__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0757448Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0762714Z test_noncontiguous_outermost__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0771910Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0777263Z test_noncontiguous_outermost__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0786452Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.0791741Z test_noncontiguous_outermost__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0801017Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0806608Z test_noncontiguous_outermost__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0817829Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0823118Z test_noncontiguous_outermost__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0834713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0840573Z test_noncontiguous_outermost__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0852241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0858510Z test_noncontiguous_outermost__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0869004Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0875044Z test_noncontiguous_outermost__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0885632Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0891595Z test_noncontiguous_outermost__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0902047Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0908103Z test_noncontiguous_outermost__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0918506Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0924692Z test_noncontiguous_outermost__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0935353Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.0941347Z test_noncontiguous_outermost__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0952883Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:14:45.0958157Z test_noncontiguous_outermost__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0973437Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0978712Z test_noncontiguous_outermost__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.0991397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.0996965Z test_noncontiguous_outermost__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1008792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1014114Z test_noncontiguous_outermost__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1025470Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1030752Z test_noncontiguous_outermost__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1042025Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1047422Z test_noncontiguous_outermost__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1059341Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1064826Z test_noncontiguous_outermost__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1075798Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1081073Z test_noncontiguous_outermost__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1092082Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1097856Z test_noncontiguous_outermost__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1108840Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.1114022Z test_noncontiguous_outermost__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1125091Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1130450Z test_noncontiguous_outermost__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1141204Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1146460Z test_noncontiguous_outermost__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1156864Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1162090Z test_noncontiguous_outermost__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1172636Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1177906Z test_noncontiguous_outermost__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1188065Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1193353Z test_noncontiguous_outermost__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1204170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1209872Z test_noncontiguous_outermost__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1219211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1224466Z test_noncontiguous_outermost__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1235804Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1241495Z test_noncontiguous_outermost__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1255190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.1260394Z test_noncontiguous_outermost__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1270644Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1275904Z test_noncontiguous_outermost__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1286681Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1292379Z test_noncontiguous_outermost__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1301668Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1306916Z test_noncontiguous_outermost__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1316147Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1321392Z test_noncontiguous_outermost__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1330671Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1335833Z test_noncontiguous_outermost__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1345105Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1350378Z test_noncontiguous_outermost__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1359676Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1365128Z test_noncontiguous_outermost__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1378213Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1383597Z test_noncontiguous_outermost__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1398371Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1403884Z test_noncontiguous_outermost__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1418271Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.1423679Z test_noncontiguous_outermost__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1437773Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1444036Z test_noncontiguous_outermost__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1457007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1462918Z test_noncontiguous_outermost__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1475979Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1481930Z test_noncontiguous_outermost__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1497861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1503659Z test_noncontiguous_outermost__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1516845Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1522668Z test_noncontiguous_outermost__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1535862Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1541721Z test_noncontiguous_outermost__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1554693Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1560591Z test_noncontiguous_outermost__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1571245Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.1576433Z test_noncontiguous_outermost__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1585651Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1590982Z test_noncontiguous_outermost__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1602351Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1608220Z test_noncontiguous_outermost__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1618971Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1624231Z test_noncontiguous_outermost__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1634568Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1639890Z test_noncontiguous_outermost__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1650252Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1655462Z test_noncontiguous_outermost__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1665581Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1670838Z test_noncontiguous_outermost__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1680224Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1685613Z test_noncontiguous_outermost__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1694874Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1700059Z test_noncontiguous_outermost__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1709236Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1714439Z test_noncontiguous_outermost__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1723957Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.1729210Z test_noncontiguous_outermost__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1738484Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1743754Z test_noncontiguous_outermost__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1756662Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1762697Z test_noncontiguous_outermost__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1778939Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1784120Z test_noncontiguous_outermost__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1798448Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1803983Z test_noncontiguous_outermost__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1816574Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1821811Z test_noncontiguous_outermost__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1834314Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1839551Z test_noncontiguous_outermost__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1852083Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1857365Z test_noncontiguous_outermost__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1869690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1875038Z test_noncontiguous_outermost__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1887630Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.1892941Z test_noncontiguous_outermost__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1905377Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1910645Z test_noncontiguous_outermost__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1923094Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1928406Z test_noncontiguous_outermost__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1942828Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1948053Z test_noncontiguous_outermost_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1956977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1962248Z test_noncontiguous_outermost_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1970591Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1975810Z test_noncontiguous_outermost_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.1985433Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.1991244Z test_noncontiguous_outermost_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2000809Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2006701Z test_noncontiguous_outermost_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2015696Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2020860Z test_noncontiguous_outermost_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2029605Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2034897Z test_noncontiguous_outermost_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2043897Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.2049071Z test_noncontiguous_outermost_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2057387Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2062682Z test_noncontiguous_outermost_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2071032Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2076192Z test_noncontiguous_outermost_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2084749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2089900Z test_noncontiguous_outermost_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2098190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2103413Z test_noncontiguous_outermost_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2111754Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2116925Z test_noncontiguous_outermost_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2126562Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2131869Z test_noncontiguous_outermost_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2140009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2145319Z test_noncontiguous_outermost_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2154790Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2159974Z test_noncontiguous_outermost_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2169403Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2174566Z test_noncontiguous_outermost_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2184133Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2189957Z test_noncontiguous_outermost_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2198482Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.2203849Z test_noncontiguous_outermost_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2212154Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2217330Z test_noncontiguous_outermost_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2225499Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2230702Z test_noncontiguous_outermost_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2238940Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2244302Z test_noncontiguous_outermost_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2252510Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2257826Z test_noncontiguous_outermost_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2267109Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2272296Z test_noncontiguous_outermost_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2280479Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2285865Z test_noncontiguous_outermost_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2295282Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2300426Z test_noncontiguous_outermost_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2309650Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2314860Z test_noncontiguous_outermost_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2324072Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2329294Z test_noncontiguous_outermost_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2337536Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2342756Z test_noncontiguous_outermost_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2351068Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2356532Z test_noncontiguous_outermost_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2364700Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.2369900Z test_noncontiguous_outermost_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2378207Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2383442Z test_noncontiguous_outermost_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2391618Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2396813Z test_noncontiguous_outermost_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2405788Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2411035Z test_noncontiguous_outermost_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2419225Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2424473Z test_noncontiguous_outermost_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2434079Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2439992Z test_noncontiguous_outermost_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2449340Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2454581Z test_noncontiguous_outermost_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2463585Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2468777Z test_noncontiguous_outermost_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2477662Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2483004Z test_noncontiguous_outermost_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2491873Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2497099Z test_noncontiguous_outermost_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2505447Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2510753Z test_noncontiguous_outermost_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2519156Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.2524490Z test_noncontiguous_outermost_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2532901Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2538159Z test_noncontiguous_outermost_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2546437Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2551734Z test_noncontiguous_outermost_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2560005Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2565289Z test_noncontiguous_outermost_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2574111Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2579408Z test_noncontiguous_outermost_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2588339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2600045Z test_noncontiguous_outermost_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2602179Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2607518Z test_noncontiguous_outermost_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2616182Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2621451Z test_noncontiguous_outermost_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2629837Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2634882Z test_noncontiguous_outermost_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2643148Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2648380Z test_noncontiguous_outermost_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2656587Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2661839Z test_noncontiguous_outermost_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2670234Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.2675516Z test_noncontiguous_outermost_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2683846Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:14:45.2689007Z test_noncontiguous_outermost_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2697745Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2702985Z test_noncontiguous_outermost_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2711817Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2717034Z test_noncontiguous_outermost_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2725760Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2731018Z test_noncontiguous_outermost_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2739683Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2745040Z test_noncontiguous_outermost_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2753308Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2758568Z test_noncontiguous_outermost_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2766854Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2772059Z test_noncontiguous_outermost_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2780337Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2785552Z test_noncontiguous_outermost_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2793802Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2799090Z test_noncontiguous_outermost_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2807419Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2812614Z test_noncontiguous_outermost_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2821585Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2826828Z test_noncontiguous_outermost_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2835308Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.2840578Z test_noncontiguous_outermost_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2850452Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2856377Z test_noncontiguous_outermost_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2866002Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2871842Z test_noncontiguous_outermost_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2880865Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2886126Z test_noncontiguous_outermost_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2894961Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2900313Z test_noncontiguous_outermost_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2909020Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2914267Z test_noncontiguous_outermost_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2922735Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2928139Z test_noncontiguous_outermost_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2936484Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2941661Z test_noncontiguous_outermost_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2950086Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2955385Z test_noncontiguous_outermost_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2963884Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2969120Z test_noncontiguous_outermost_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.2977540Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.2982720Z test_noncontiguous_outermost_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3002990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3008299Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3029335Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3034607Z test_noncontiguous_outermost_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3055430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3060715Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3080811Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3086262Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3105714Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3110991Z test_noncontiguous_outermost_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3131100Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3136425Z test_noncontiguous_outermost_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3145994Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3151363Z test_noncontiguous_outermost_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3161796Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-09-27T16:14:45.3167674Z test_noncontiguous_outermost_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3178079Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3183876Z test_noncontiguous_outermost_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3193393Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3198683Z test_noncontiguous_outermost_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3208175Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3213410Z test_noncontiguous_outermost_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3223066Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3228900Z test_noncontiguous_outermost_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3238689Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3244197Z test_noncontiguous_outermost_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3253946Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3259244Z test_noncontiguous_outermost_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3268857Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3274131Z test_noncontiguous_outermost_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3283911Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3289126Z test_noncontiguous_outermost_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3298420Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3304354Z test_noncontiguous_outermost_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3312263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3317460Z test_noncontiguous_outermost_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3326934Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3332158Z test_noncontiguous_outermost_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3341333Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3346558Z test_noncontiguous_outermost_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3355657Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3360917Z test_noncontiguous_outermost_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3369380Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3374646Z test_noncontiguous_outermost_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3382968Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3388157Z test_noncontiguous_outermost_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3396348Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3401587Z test_noncontiguous_outermost_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3409960Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3415203Z test_noncontiguous_outermost_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3423492Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3428750Z test_noncontiguous_outermost_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3436998Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3442269Z test_noncontiguous_outermost_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3452846Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3458602Z test_noncontiguous_outermost_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3468586Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3473857Z test_noncontiguous_outermost_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3483169Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3488475Z test_noncontiguous_outermost_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3497623Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3502890Z test_noncontiguous_outermost_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3511205Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3516427Z test_noncontiguous_outermost_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3524975Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3530068Z test_noncontiguous_outermost_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3538265Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3543485Z test_noncontiguous_outermost_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3551827Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3557125Z test_noncontiguous_outermost_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3565478Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3570686Z test_noncontiguous_outermost_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3581769Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3587073Z test_noncontiguous_outermost_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3599567Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3605677Z test_noncontiguous_outermost_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3618102Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3624164Z test_noncontiguous_outermost_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3635141Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3640430Z test_noncontiguous_outermost_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3651358Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3656633Z test_noncontiguous_outermost_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3667184Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3672435Z test_noncontiguous_outermost_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3681763Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3687059Z test_noncontiguous_outermost_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3695330Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3700583Z test_noncontiguous_outermost_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3710805Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3716586Z test_noncontiguous_outermost_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3726570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3731817Z test_noncontiguous_outermost_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3741191Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3746456Z test_noncontiguous_outermost_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3755618Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3760889Z test_noncontiguous_outermost_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3770112Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3775324Z test_noncontiguous_outermost_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3783761Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3788998Z test_noncontiguous_outermost_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3797231Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3802496Z test_noncontiguous_outermost_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3810770Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3816155Z test_noncontiguous_outermost_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3824300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3829507Z test_noncontiguous_outermost_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3837785Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3843116Z test_noncontiguous_outermost_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3853990Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3859282Z test_noncontiguous_outermost_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3871389Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3876966Z test_noncontiguous_outermost_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3889417Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3894954Z test_noncontiguous_outermost_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3905804Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3911146Z test_noncontiguous_outermost_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3921759Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-09-27T16:14:45.3927110Z test_noncontiguous_outermost_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3937753Z Tests reducing along noncontiguous outermost dimension. ... ok (0.016s) 2022-09-27T16:14:45.3942677Z test_noncontiguous_transposed__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3952902Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.3957816Z test_noncontiguous_transposed__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3968043Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.3972971Z test_noncontiguous_transposed__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3983019Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.3987916Z test_noncontiguous_transposed__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.3997869Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4002839Z test_noncontiguous_transposed__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4012078Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4016978Z test_noncontiguous_transposed__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4026113Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4031044Z test_noncontiguous_transposed__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4039975Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4045020Z test_noncontiguous_transposed__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4054001Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4058895Z test_noncontiguous_transposed__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4067957Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4072863Z test_noncontiguous_transposed__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4083064Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4088046Z test_noncontiguous_transposed__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4098227Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.4103103Z test_noncontiguous_transposed__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4113140Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4118053Z test_noncontiguous_transposed__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4128209Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4133025Z test_noncontiguous_transposed__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4142102Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4147059Z test_noncontiguous_transposed__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4156154Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4161081Z test_noncontiguous_transposed__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4170182Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4175084Z test_noncontiguous_transposed__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4184205Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4189096Z test_noncontiguous_transposed__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4198166Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4203088Z test_noncontiguous_transposed__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4213434Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4218372Z test_noncontiguous_transposed__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4228576Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4233487Z test_noncontiguous_transposed__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4243786Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4248762Z test_noncontiguous_transposed__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4258781Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.4263685Z test_noncontiguous_transposed__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4272833Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4277710Z test_noncontiguous_transposed__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4286938Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4291839Z test_noncontiguous_transposed__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4300822Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4305727Z test_noncontiguous_transposed__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4314916Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4319817Z test_noncontiguous_transposed__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4329189Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4334075Z test_noncontiguous_transposed__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4347262Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4352151Z test_noncontiguous_transposed__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4362269Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4367315Z test_noncontiguous_transposed__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4377407Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4382314Z test_noncontiguous_transposed__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4392307Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4397223Z test_noncontiguous_transposed__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4406570Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4411623Z test_noncontiguous_transposed__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4420827Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.4425814Z test_noncontiguous_transposed__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4434692Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4439601Z test_noncontiguous_transposed__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4448944Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4453842Z test_noncontiguous_transposed__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4463063Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4467976Z test_noncontiguous_transposed__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4478965Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4484022Z test_noncontiguous_transposed__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4495386Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4500983Z test_noncontiguous_transposed__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4511915Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4517495Z test_noncontiguous_transposed__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4527970Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4533562Z test_noncontiguous_transposed__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4543880Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4549488Z test_noncontiguous_transposed__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4559761Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4565539Z test_noncontiguous_transposed__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4575919Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.4581490Z test_noncontiguous_transposed__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4591776Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4597402Z test_noncontiguous_transposed__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4608996Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4613887Z test_noncontiguous_transposed__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4624708Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4629652Z test_noncontiguous_transposed__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4641405Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4646489Z test_noncontiguous_transposed__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4658223Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4663132Z test_noncontiguous_transposed__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4674284Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4679192Z test_noncontiguous_transposed__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4692841Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4697658Z test_noncontiguous_transposed__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4708582Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4713502Z test_noncontiguous_transposed__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4724389Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.4729288Z test_noncontiguous_transposed__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4739939Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4744869Z test_noncontiguous_transposed__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4755621Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4760443Z test_noncontiguous_transposed__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4771292Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4776202Z test_noncontiguous_transposed__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4786881Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4791809Z test_noncontiguous_transposed__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4801976Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4807001Z test_noncontiguous_transposed__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4817154Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4822027Z test_noncontiguous_transposed__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4832017Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4836923Z test_noncontiguous_transposed__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4846981Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4851907Z test_noncontiguous_transposed__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4861209Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4866112Z test_noncontiguous_transposed__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4876839Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4881863Z test_noncontiguous_transposed__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4892732Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.4897528Z test_noncontiguous_transposed__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4907667Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4912562Z test_noncontiguous_transposed__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4922630Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4927628Z test_noncontiguous_transposed__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4936955Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4941825Z test_noncontiguous_transposed__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4951135Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4956063Z test_noncontiguous_transposed__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4965241Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4970092Z test_noncontiguous_transposed__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4979394Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4984304Z test_noncontiguous_transposed__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.4993513Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.4998424Z test_noncontiguous_transposed__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5013912Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5018725Z test_noncontiguous_transposed__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5032218Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5037200Z test_noncontiguous_transposed__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5051354Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5056683Z test_noncontiguous_transposed__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5069757Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5075250Z test_noncontiguous_transposed__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5088463Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5093932Z test_noncontiguous_transposed__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5106678Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5112274Z test_noncontiguous_transposed__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5125257Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5130715Z test_noncontiguous_transposed__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5143696Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5149310Z test_noncontiguous_transposed__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5162065Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5167702Z test_noncontiguous_transposed__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5182727Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5188352Z test_noncontiguous_transposed__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5198925Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5203961Z test_noncontiguous_transposed__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5213092Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5217938Z test_noncontiguous_transposed__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5228488Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5233396Z test_noncontiguous_transposed__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5244109Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5249076Z test_noncontiguous_transposed__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5259126Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5264076Z test_noncontiguous_transposed__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5274097Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5278939Z test_noncontiguous_transposed__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5289030Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5293844Z test_noncontiguous_transposed__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5303032Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5307992Z test_noncontiguous_transposed__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5317036Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5322014Z test_noncontiguous_transposed__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5331068Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5335913Z test_noncontiguous_transposed__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5345084Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5349930Z test_noncontiguous_transposed__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5359181Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5364225Z test_noncontiguous_transposed__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5377110Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5381948Z test_noncontiguous_transposed__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5395191Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5400191Z test_noncontiguous_transposed__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5413570Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5418632Z test_noncontiguous_transposed__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5430981Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5435882Z test_noncontiguous_transposed__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5450750Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5455633Z test_noncontiguous_transposed__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5467826Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5472685Z test_noncontiguous_transposed__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5484976Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5489885Z test_noncontiguous_transposed__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5501872Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5506852Z test_noncontiguous_transposed__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5519060Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5524083Z test_noncontiguous_transposed__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5536214Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5541090Z test_noncontiguous_transposed__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5553223Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5558069Z test_noncontiguous_transposed_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5567029Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5571848Z test_noncontiguous_transposed_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5580024Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5584880Z test_noncontiguous_transposed_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5593979Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5598865Z test_noncontiguous_transposed_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5608090Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5612854Z test_noncontiguous_transposed_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5621631Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5626540Z test_noncontiguous_transposed_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5635180Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5640006Z test_noncontiguous_transposed_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5648792Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5653707Z test_noncontiguous_transposed_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5661981Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5666917Z test_noncontiguous_transposed_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5675144Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5679998Z test_noncontiguous_transposed_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5688476Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5693286Z test_noncontiguous_transposed_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5701539Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5706348Z test_noncontiguous_transposed_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5714533Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5719415Z test_noncontiguous_transposed_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5729061Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5733923Z test_noncontiguous_transposed_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5742253Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5746966Z test_noncontiguous_transposed_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5756256Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5761145Z test_noncontiguous_transposed_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5770474Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5775327Z test_noncontiguous_transposed_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5784366Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5789261Z test_noncontiguous_transposed_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5797487Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5802294Z test_noncontiguous_transposed_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5810699Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5815494Z test_noncontiguous_transposed_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5823759Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5828537Z test_noncontiguous_transposed_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5836679Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5841553Z test_noncontiguous_transposed_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5849801Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5854649Z test_noncontiguous_transposed_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5863916Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5868856Z test_noncontiguous_transposed_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5876932Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5881703Z test_noncontiguous_transposed_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5891023Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5895908Z test_noncontiguous_transposed_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5905062Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5909912Z test_noncontiguous_transposed_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5918980Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5923979Z test_noncontiguous_transposed_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5932162Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5936988Z test_noncontiguous_transposed_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5945255Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5950074Z test_noncontiguous_transposed_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5958141Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5963091Z test_noncontiguous_transposed_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5971336Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.5976205Z test_noncontiguous_transposed_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5984487Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.5989340Z test_noncontiguous_transposed_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.5998285Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6003128Z test_noncontiguous_transposed_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6011354Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6016157Z test_noncontiguous_transposed_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6025367Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6030230Z test_noncontiguous_transposed_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6039566Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6044422Z test_noncontiguous_transposed_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6053219Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6058040Z test_noncontiguous_transposed_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6066736Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6071554Z test_noncontiguous_transposed_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6080247Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6085177Z test_noncontiguous_transposed_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6093523Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6098368Z test_noncontiguous_transposed_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6106650Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6111502Z test_noncontiguous_transposed_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6119771Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6124701Z test_noncontiguous_transposed_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6132952Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6137920Z test_noncontiguous_transposed_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6146192Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.6151051Z test_noncontiguous_transposed_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6159746Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6164723Z test_noncontiguous_transposed_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6173398Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6178233Z test_noncontiguous_transposed_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6186839Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6191634Z test_noncontiguous_transposed_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6200213Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6205271Z test_noncontiguous_transposed_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6213411Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6218178Z test_noncontiguous_transposed_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6226355Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6231200Z test_noncontiguous_transposed_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6239396Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6244347Z test_noncontiguous_transposed_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6252400Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6257260Z test_noncontiguous_transposed_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6265377Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6270240Z test_noncontiguous_transposed_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6278990Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6283956Z test_noncontiguous_transposed_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6292640Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6298119Z test_noncontiguous_transposed_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6306310Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.6311176Z test_noncontiguous_transposed_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6319810Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6324999Z test_noncontiguous_transposed_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6332987Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6337855Z test_noncontiguous_transposed_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6345970Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6350913Z test_noncontiguous_transposed_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6359021Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6363996Z test_noncontiguous_transposed_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6372091Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6376932Z test_noncontiguous_transposed_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6385039Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6389897Z test_noncontiguous_transposed_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6398419Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6403351Z test_noncontiguous_transposed_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6411370Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6416187Z test_noncontiguous_transposed_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6425045Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6429928Z test_noncontiguous_transposed_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6438806Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6443792Z test_noncontiguous_transposed_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6452211Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6457079Z test_noncontiguous_transposed_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6466222Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.6471172Z test_noncontiguous_transposed_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6479834Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6485184Z test_noncontiguous_transposed_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6493188Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6498058Z test_noncontiguous_transposed_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6506040Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6510908Z test_noncontiguous_transposed_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6518907Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6523866Z test_noncontiguous_transposed_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6531884Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6536702Z test_noncontiguous_transposed_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6544768Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6549598Z test_noncontiguous_transposed_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6569164Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6573916Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6593177Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6598016Z test_noncontiguous_transposed_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6617964Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.6622847Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6642547Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6646975Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6665642Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6670488Z test_noncontiguous_transposed_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6688845Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6693685Z test_noncontiguous_transposed_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6703024Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6707890Z test_noncontiguous_transposed_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6717591Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6722499Z test_noncontiguous_transposed_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6732466Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6737310Z test_noncontiguous_transposed_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6746593Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6751402Z test_noncontiguous_transposed_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6760651Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6765596Z test_noncontiguous_transposed_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6774922Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.6779758Z test_noncontiguous_transposed_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6789366Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6794245Z test_noncontiguous_transposed_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6803972Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6808834Z test_noncontiguous_transposed_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6818308Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6823234Z test_noncontiguous_transposed_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6832663Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6837496Z test_noncontiguous_transposed_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6846718Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6851619Z test_noncontiguous_transposed_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6859767Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6864668Z test_noncontiguous_transposed_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6873779Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6878567Z test_noncontiguous_transposed_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6887779Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6892633Z test_noncontiguous_transposed_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6901609Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6906471Z test_noncontiguous_transposed_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6914754Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6919610Z test_noncontiguous_transposed_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6927957Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6932858Z test_noncontiguous_transposed_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6941008Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.6945860Z test_noncontiguous_transposed_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6954115Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6959527Z test_noncontiguous_transposed_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6967293Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6972122Z test_noncontiguous_transposed_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6980257Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6985151Z test_noncontiguous_transposed_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.6994988Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.6999823Z test_noncontiguous_transposed_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7009751Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7014572Z test_noncontiguous_transposed_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7023630Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7028486Z test_noncontiguous_transposed_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7037532Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7042410Z test_noncontiguous_transposed_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7050765Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7055599Z test_noncontiguous_transposed_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7063769Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7068615Z test_noncontiguous_transposed_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7076672Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7081471Z test_noncontiguous_transposed_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7089852Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.7094682Z test_noncontiguous_transposed_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7102832Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7107672Z test_noncontiguous_transposed_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7118353Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7123333Z test_noncontiguous_transposed_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7136146Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7141772Z test_noncontiguous_transposed_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7154570Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7160124Z test_noncontiguous_transposed_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7170778Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7175604Z test_noncontiguous_transposed_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7186496Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7191413Z test_noncontiguous_transposed_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7202142Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7207065Z test_noncontiguous_transposed_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7216124Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7220988Z test_noncontiguous_transposed_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7229120Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7234013Z test_noncontiguous_transposed_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7243865Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.7248723Z test_noncontiguous_transposed_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7258294Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-09-27T16:14:45.7263197Z test_noncontiguous_transposed_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7272944Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7277284Z test_noncontiguous_transposed_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7286449Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7291287Z test_noncontiguous_transposed_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7300277Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7305158Z test_noncontiguous_transposed_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7313392Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7318192Z test_noncontiguous_transposed_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7326516Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7331371Z test_noncontiguous_transposed_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7339466Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7344306Z test_noncontiguous_transposed_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7352502Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7357273Z test_noncontiguous_transposed_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7365607Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7370491Z test_noncontiguous_transposed_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7381081Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7385937Z test_noncontiguous_transposed_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7397943Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7402846Z test_noncontiguous_transposed_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7415204Z Tests reducing a transposed tensor. ... ok (0.016s) 2022-09-27T16:14:45.7420033Z test_noncontiguous_transposed_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7430538Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7435961Z test_noncontiguous_transposed_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7447364Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7452306Z test_noncontiguous_transposed_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:45.7463017Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-09-27T16:14:45.7481921Z test_numpy_named_args_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:45.7498095Z test_prod_bool_cpu (__main__.TestReductionsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1322: 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-09-27T16:14:45.7498907Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-09-27T16:14:45.7499249Z expect = np.prod(np.array(val), dtype=np.bool) 2022-09-27T16:14:45.7503771Z ok (0.000s) 2022-09-27T16:14:45.7519807Z test_prod_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:45.7534925Z test_prod_gpu_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:45.7548715Z test_prod_gpu_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:45.7896399Z test_prod_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.048s) 2022-09-27T16:14:45.7983384Z test_quantile_backward_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:48.4205321Z test_quantile_cpu_float32 (__main__.TestReductionsCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1374: RuntimeWarning: All-NaN slice encountered 2022-09-27T16:14:48.4205748Z r, k = function_base._ureduce( 2022-09-27T16:14:48.6957270Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1395: RuntimeWarning: All-NaN slice encountered 2022-09-27T16:14:48.6957672Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-09-27T16:14:49.3853312Z ok (3.590s) 2022-09-27T16:14:52.8194477Z test_quantile_cpu_float64 (__main__.TestReductionsCPU) ... ok (3.433s) 2022-09-27T16:14:52.8269009Z test_quantile_error_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:14:52.8325230Z test_reduce_dtype_cpu (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:14:52.8434427Z test_reduction_empty_any_all_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:14:52.8449075Z test_reduction_split_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8503698Z test_reduction_vectorize_along_input_corner_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:52.8557848Z test_reduction_vectorize_along_input_corner_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8611811Z test_reduction_vectorize_along_input_corner_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8665596Z test_reduction_vectorize_along_input_corner_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:52.8687301Z test_reduction_vectorize_along_output_cpu_bfloat16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8708738Z test_reduction_vectorize_along_output_cpu_float16 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8730244Z test_reduction_vectorize_along_output_cpu_float32 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8751633Z test_reduction_vectorize_along_output_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:52.8759689Z test_ref_duplicate_values__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8777197Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:52.8785434Z test_ref_duplicate_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8800575Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8808806Z test_ref_duplicate_values__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8823306Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8831539Z test_ref_duplicate_values__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8844995Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8853179Z test_ref_duplicate_values__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8865943Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8874050Z test_ref_duplicate_values__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8886614Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8894671Z test_ref_duplicate_values__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8907334Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8915432Z test_ref_duplicate_values__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8928235Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8936440Z test_ref_duplicate_values__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8951095Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:52.8960060Z test_ref_duplicate_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8973719Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.8981778Z test_ref_duplicate_values__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.8995688Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9003946Z test_ref_duplicate_values__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9020140Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9028203Z test_ref_duplicate_values__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9040986Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:52.9049132Z test_ref_duplicate_values__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9061478Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9069535Z test_ref_duplicate_values__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9082204Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9090373Z test_ref_duplicate_values__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9103146Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9111225Z test_ref_duplicate_values__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9125954Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9134010Z test_ref_duplicate_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9148146Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9156219Z test_ref_duplicate_values__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9170159Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9178227Z test_ref_duplicate_values__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9190676Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:52.9198706Z test_ref_duplicate_values__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9211138Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9219215Z test_ref_duplicate_values__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9231121Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9239265Z test_ref_duplicate_values__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9251737Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9259830Z test_ref_duplicate_values__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9272065Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9280155Z test_ref_duplicate_values__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9294815Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:52.9302776Z test_ref_duplicate_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9317171Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9325394Z test_ref_duplicate_values__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9339501Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9347701Z test_ref_duplicate_values__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9360096Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9368341Z test_ref_duplicate_values__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9380734Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9388748Z test_ref_duplicate_values__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9403450Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9411492Z test_ref_duplicate_values__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9423879Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9431942Z test_ref_duplicate_values__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9444492Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9452744Z test_ref_duplicate_values__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9465784Z Compares op against reference for input tensors with duplicate values ... expected failure (0.016s) 2022-09-27T16:14:52.9473674Z test_ref_duplicate_values__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9491849Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9499975Z test_ref_duplicate_values__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9517536Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9525778Z test_ref_duplicate_values__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9543511Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9552341Z test_ref_duplicate_values__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9569857Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:52.9578569Z test_ref_duplicate_values__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9595512Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9604385Z test_ref_duplicate_values__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9621339Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9630104Z test_ref_duplicate_values__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9651859Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9659936Z test_ref_duplicate_values__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9676718Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9685608Z test_ref_duplicate_values__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9702454Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9711247Z test_ref_duplicate_values__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9728308Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:52.9737036Z test_ref_duplicate_values__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9750087Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9758208Z test_ref_duplicate_values__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9773526Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9781880Z test_ref_duplicate_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9796850Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9805077Z test_ref_duplicate_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9820120Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9828475Z test_ref_duplicate_values__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9842688Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9850803Z test_ref_duplicate_values__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9863946Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:52.9872063Z test_ref_duplicate_values__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9885101Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9893197Z test_ref_duplicate_values__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9905709Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9913827Z test_ref_duplicate_values__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9926933Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9935008Z test_ref_duplicate_values__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9948510Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9956580Z test_ref_duplicate_values__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:52.9984158Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:52.9992794Z test_ref_duplicate_values__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0016534Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0024997Z test_ref_duplicate_values__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0046252Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0055016Z test_ref_duplicate_values__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0075766Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0084699Z test_ref_duplicate_values__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0105729Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0114450Z test_ref_duplicate_values__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0135733Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0144620Z test_ref_duplicate_values__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0168092Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0176901Z test_ref_duplicate_values__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0197825Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.0206658Z test_ref_duplicate_values__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0227690Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0236372Z test_ref_duplicate_values__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0249246Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0257514Z test_ref_duplicate_values__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0272519Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0280877Z test_ref_duplicate_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0295918Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:53.0304071Z test_ref_duplicate_values__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0318207Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0326481Z test_ref_duplicate_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0341258Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0349689Z test_ref_duplicate_values__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0363653Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0371739Z test_ref_duplicate_values__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0384906Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0393049Z test_ref_duplicate_values__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0406002Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0414094Z test_ref_duplicate_values__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0426388Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0434812Z test_ref_duplicate_values__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0447853Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.0455987Z test_ref_duplicate_values__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0469133Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0477248Z test_ref_duplicate_values__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0503523Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0512167Z test_ref_duplicate_values__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0535076Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0543784Z test_ref_duplicate_values__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0563613Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0571762Z test_ref_duplicate_values__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0593147Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0601425Z test_ref_duplicate_values__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0622033Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.0630749Z test_ref_duplicate_values__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0651782Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0660495Z test_ref_duplicate_values__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0683718Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0692416Z test_ref_duplicate_values__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0712825Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0721766Z test_ref_duplicate_values__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0742120Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0750945Z test_ref_duplicate_values__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0771676Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.0780373Z test_ref_duplicate_values_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0791342Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0799440Z test_ref_duplicate_values_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0811600Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0819648Z test_ref_duplicate_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0831594Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0839660Z test_ref_duplicate_values_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0851273Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0859307Z test_ref_duplicate_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0870666Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0878738Z test_ref_duplicate_values_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0890273Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0898380Z test_ref_duplicate_values_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0909537Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.0917598Z test_ref_duplicate_values_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0928777Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0936826Z test_ref_duplicate_values_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0947793Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0955871Z test_ref_duplicate_values_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0967009Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0975039Z test_ref_duplicate_values_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.0986050Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.0994162Z test_ref_duplicate_values_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1005222Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1013263Z test_ref_duplicate_values_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1026236Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1034324Z test_ref_duplicate_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1047156Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1055311Z test_ref_duplicate_values_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1067748Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.1075857Z test_ref_duplicate_values_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1087102Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1095157Z test_ref_duplicate_values_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1106384Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1114297Z test_ref_duplicate_values_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1125297Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1133420Z test_ref_duplicate_values_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1144536Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1152637Z test_ref_duplicate_values_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1163859Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1171918Z test_ref_duplicate_values_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1182804Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1190859Z test_ref_duplicate_values_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1203902Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1211986Z test_ref_duplicate_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1224775Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.1232768Z test_ref_duplicate_values_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1245243Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1253306Z test_ref_duplicate_values_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1264373Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1272456Z test_ref_duplicate_values_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1283664Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1291672Z test_ref_duplicate_values_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1302411Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1310510Z test_ref_duplicate_values_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1321888Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:53.1329991Z test_ref_duplicate_values_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1341002Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1349103Z test_ref_duplicate_values_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1360103Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1368397Z test_ref_duplicate_values_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1380397Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1388456Z test_ref_duplicate_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1400379Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1408692Z test_ref_duplicate_values_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1420227Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1428386Z test_ref_duplicate_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1439848Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1448087Z test_ref_duplicate_values_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1459598Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1467703Z test_ref_duplicate_values_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1479215Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.1488085Z test_ref_duplicate_values_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1499359Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:14:53.1507193Z test_ref_duplicate_values_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1518525Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:14:53.1526873Z test_ref_duplicate_values_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1538294Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-09-27T16:14:53.1546611Z test_ref_duplicate_values_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1557843Z Compares op against reference for input tensors with duplicate values ... ok (0.001s) 2022-09-27T16:14:53.1566078Z test_ref_duplicate_values_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1577483Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1585600Z test_ref_duplicate_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1596834Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1605126Z test_ref_duplicate_values_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1616336Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1624319Z test_ref_duplicate_values_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1635007Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1643765Z test_ref_duplicate_values_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1654293Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:53.1662237Z test_ref_duplicate_values_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1672776Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1680856Z test_ref_duplicate_values_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1691584Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1699701Z test_ref_duplicate_values_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1710271Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1718402Z test_ref_duplicate_values_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1729761Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1737894Z test_ref_duplicate_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1749015Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1757145Z test_ref_duplicate_values_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1768289Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1776358Z test_ref_duplicate_values_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1786951Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1795101Z test_ref_duplicate_values_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1805938Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1814036Z test_ref_duplicate_values_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1824524Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1832782Z test_ref_duplicate_values_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1843357Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1851389Z test_ref_duplicate_values_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1862034Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1870168Z test_ref_duplicate_values_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1881637Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1889703Z test_ref_duplicate_values_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1902064Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1910252Z test_ref_duplicate_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1922562Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1930706Z test_ref_duplicate_values_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1942368Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1950549Z test_ref_duplicate_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1962900Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1970639Z test_ref_duplicate_values_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.1982161Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.1990253Z test_ref_duplicate_values_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2001662Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2009851Z test_ref_duplicate_values_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2020981Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2029070Z test_ref_duplicate_values_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2040087Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2048272Z test_ref_duplicate_values_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2059468Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2067668Z test_ref_duplicate_values_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2078883Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:53.2087112Z test_ref_duplicate_values_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2101921Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2110045Z test_ref_duplicate_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2124737Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2132850Z test_ref_duplicate_values_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2147371Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2156090Z test_ref_duplicate_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2170399Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2179201Z test_ref_duplicate_values_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2193004Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2201878Z test_ref_duplicate_values_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2218839Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2227539Z test_ref_duplicate_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2243718Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.2252434Z test_ref_duplicate_values_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2268150Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2276967Z test_ref_duplicate_values_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2288690Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2296837Z test_ref_duplicate_values_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2310056Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2318144Z test_ref_duplicate_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2332588Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-09-27T16:14:53.2341079Z test_ref_duplicate_values_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2354084Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2362352Z test_ref_duplicate_values_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2374095Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2382251Z test_ref_duplicate_values_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2393911Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2402147Z test_ref_duplicate_values_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2413390Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2421605Z test_ref_duplicate_values_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2433167Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2441265Z test_ref_duplicate_values_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2453282Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2461417Z test_ref_duplicate_values_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2472681Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2480888Z test_ref_duplicate_values_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2494747Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.2502875Z test_ref_duplicate_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2503528Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2511379Z test_ref_duplicate_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2524998Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2533476Z test_ref_duplicate_values_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2546468Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2554988Z test_ref_duplicate_values_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2566465Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2574560Z test_ref_duplicate_values_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2585760Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2593952Z test_ref_duplicate_values_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2604813Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2612908Z test_ref_duplicate_values_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2624132Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2632293Z test_ref_duplicate_values_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2632931Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2640933Z test_ref_duplicate_values_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2641489Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.016s) 2022-09-27T16:14:53.2649471Z test_ref_duplicate_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2649951Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2657828Z test_ref_duplicate_values_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2658307Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2666184Z test_ref_duplicate_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2666661Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2674558Z test_ref_duplicate_values_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2675026Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2683029Z test_ref_duplicate_values_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2695159Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2703272Z test_ref_duplicate_values_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2717402Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2725613Z test_ref_duplicate_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2739238Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2747362Z test_ref_duplicate_values_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2747888Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2755854Z test_ref_duplicate_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2769303Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2777777Z test_ref_duplicate_values_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2791251Z Compares op against reference for input tensors with duplicate values ... ok (0.016s) 2022-09-27T16:14:53.2799900Z test_ref_duplicate_values_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2812029Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2820104Z test_ref_duplicate_values_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2831364Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2839396Z test_ref_duplicate_values_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2850330Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2858451Z test_ref_duplicate_values_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2869624Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2877893Z test_ref_duplicate_values_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2889570Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-09-27T16:14:53.2897682Z test_ref_duplicate_values_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2898208Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.010s) 2022-09-27T16:14:53.2906244Z test_ref_duplicate_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2906686Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2914624Z test_ref_duplicate_values_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2915068Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2923194Z test_ref_duplicate_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2923579Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2931445Z test_ref_duplicate_values_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2931912Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-09-27T16:14:53.2938691Z test_ref_extremal_values__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2953699Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.2960659Z test_ref_extremal_values__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2975271Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.2982153Z test_ref_extremal_values__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.2996224Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3003406Z test_ref_extremal_values__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3017285Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3024306Z test_ref_extremal_values__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3109498Z 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-09-27T16:14:53.3109922Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:14:53.3113906Z ok (0.016s) 2022-09-27T16:14:53.3121587Z test_ref_extremal_values__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3140608Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3147836Z test_ref_extremal_values__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3167184Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3174299Z test_ref_extremal_values__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3188567Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3195551Z test_ref_extremal_values__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3217538Z 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-09-27T16:14:53.3218047Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-09-27T16:14:53.3218483Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:230: RuntimeWarning: invalid value encountered in subtract 2022-09-27T16:14:53.3218822Z x = asanyarray(arr - arrmean) 2022-09-27T16:14:53.3222841Z ok (0.016s) 2022-09-27T16:14:53.3230137Z test_ref_extremal_values__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3255431Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3263189Z test_ref_extremal_values__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3278026Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3285101Z test_ref_extremal_values__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3299345Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3306500Z test_ref_extremal_values__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3333538Z Compares op against reference for input tensors with extremal values ... ok (0.010s) 2022-09-27T16:14:53.3340272Z test_ref_extremal_values__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3364729Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3372436Z test_ref_extremal_values_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3384292Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3391275Z test_ref_extremal_values_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3402630Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3409559Z test_ref_extremal_values_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3421322Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3428292Z test_ref_extremal_values_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3439939Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3446992Z test_ref_extremal_values_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3458827Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3465856Z test_ref_extremal_values_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3477111Z Compares op against reference for input tensors with extremal values ... ok (0.016s) 2022-09-27T16:14:53.3484238Z test_ref_extremal_values_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3495774Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3502691Z test_ref_extremal_values_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3514172Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3521101Z test_ref_extremal_values_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3532729Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3539706Z test_ref_extremal_values_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3550802Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3557739Z test_ref_extremal_values_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3571818Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3578739Z test_ref_extremal_values_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3591787Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3598735Z test_ref_extremal_values_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3614766Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3621782Z test_ref_extremal_values_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3634465Z Compares op against reference for input tensors with extremal values ... ok (0.016s) 2022-09-27T16:14:53.3641133Z test_ref_extremal_values_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3653586Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3660558Z test_ref_extremal_values_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3672241Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3679190Z test_ref_extremal_values_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3706292Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3713974Z test_ref_extremal_values_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3736497Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3744306Z test_ref_extremal_values_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3756510Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3763546Z test_ref_extremal_values_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3775360Z Compares op against reference for input tensors with extremal values ... ok (0.016s) 2022-09-27T16:14:53.3782293Z test_ref_extremal_values_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3806082Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3812959Z test_ref_extremal_values_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.3834734Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-09-27T16:14:53.3841283Z test_ref_large_input_1D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.4119691Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-09-27T16:14:53.4130279Z test_ref_large_input_1D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.4426534Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-09-27T16:14:53.4437064Z test_ref_large_input_1D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.4814628Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.042s) 2022-09-27T16:14:53.4824849Z test_ref_large_input_1D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.5185326Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-09-27T16:14:53.5195444Z test_ref_large_input_1D__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.5509649Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.041s) 2022-09-27T16:14:53.5520145Z test_ref_large_input_1D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.5823903Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-09-27T16:14:53.5834616Z test_ref_large_input_1D__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.6318232Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.048s) 2022-09-27T16:14:53.6328897Z test_ref_large_input_1D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.6602925Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-09-27T16:14:53.6609681Z test_ref_large_input_1D__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.7015238Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.047s) 2022-09-27T16:14:53.7022057Z test_ref_large_input_1D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.7293223Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-09-27T16:14:53.7299799Z test_ref_large_input_1D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.7560204Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.020s) 2022-09-27T16:14:53.7567065Z test_ref_large_input_1D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.7825971Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-09-27T16:14:53.7832719Z test_ref_large_input_1D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.8122407Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-09-27T16:14:53.8133026Z test_ref_large_input_1D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.8498761Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-09-27T16:14:53.8505658Z test_ref_large_input_1D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.8849834Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.047s) 2022-09-27T16:14:53.8856727Z test_ref_large_input_1D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.9151250Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.031s) 2022-09-27T16:14:53.9160655Z test_ref_large_input_1D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:53.9523647Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.036s) 2022-09-27T16:14:53.9532791Z test_ref_large_input_1D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.0020796Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.041s) 2022-09-27T16:14:54.0029896Z test_ref_large_input_1D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.0462146Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.041s) 2022-09-27T16:14:54.0471344Z test_ref_large_input_1D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.0830635Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.047s) 2022-09-27T16:14:54.0839770Z test_ref_large_input_1D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.1352013Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.047s) 2022-09-27T16:14:54.1361232Z test_ref_large_input_1D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.1720880Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.041s) 2022-09-27T16:14:54.1730197Z test_ref_large_input_1D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.2199891Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.047s) 2022-09-27T16:14:54.2210830Z test_ref_large_input_2D__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.2789640Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.062s) 2022-09-27T16:14:54.2800910Z test_ref_large_input_2D__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.3367776Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.052s) 2022-09-27T16:14:54.3375195Z test_ref_large_input_2D__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.3917629Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.058s) 2022-09-27T16:14:54.3924974Z test_ref_large_input_2D__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.4467210Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.051s) 2022-09-27T16:14:54.4474572Z test_ref_large_input_2D__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.5063357Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.063s) 2022-09-27T16:14:54.5070332Z test_ref_large_input_2D__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.5608091Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.052s) 2022-09-27T16:14:54.5615326Z test_ref_large_input_2D__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.6556233Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.104s) 2022-09-27T16:14:54.6567705Z test_ref_large_input_2D__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.7171479Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.047s) 2022-09-27T16:14:54.7182792Z test_ref_large_input_2D__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.8172294Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.099s) 2022-09-27T16:14:54.8183961Z test_ref_large_input_2D_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.8799760Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.062s) 2022-09-27T16:14:54.8811114Z test_ref_large_input_2D_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:54.9411071Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-09-27T16:14:54.9422290Z test_ref_large_input_2D_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.0033718Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.063s) 2022-09-27T16:14:55.0045087Z test_ref_large_input_2D_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.0680157Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.067s) 2022-09-27T16:14:55.0691517Z test_ref_large_input_2D_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.1324787Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.063s) 2022-09-27T16:14:55.1336191Z test_ref_large_input_2D_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.1964868Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-09-27T16:14:55.1976004Z test_ref_large_input_2D_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.2699642Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.083s) 2022-09-27T16:14:55.2710422Z test_ref_large_input_2D_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.3333791Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.062s) 2022-09-27T16:14:55.3344926Z test_ref_large_input_2D_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.4236278Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.094s) 2022-09-27T16:14:55.4248139Z test_ref_large_input_2D_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.5011038Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.073s) 2022-09-27T16:14:55.5022589Z test_ref_large_input_2D_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.5620667Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.057s) 2022-09-27T16:14:55.5631954Z test_ref_large_input_2D_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.6651198Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.099s) 2022-09-27T16:14:55.6663083Z test_ref_large_input_2D_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.7258651Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.073s) 2022-09-27T16:14:55.7270179Z test_ref_large_input_2D_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:14:55.8303582Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.099s) 2022-09-27T16:14:55.8314888Z test_ref_large_input_64bit_indexing__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:02.6349468Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.805s) 2022-09-27T16:15:02.6356720Z test_ref_large_input_64bit_indexing__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:09.6562202Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.020s) 2022-09-27T16:15:09.6570829Z test_ref_large_input_64bit_indexing__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:18.5598845Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.901s) 2022-09-27T16:15:18.5606003Z test_ref_large_input_64bit_indexing__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:27.4725451Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.918s) 2022-09-27T16:15:27.4734150Z test_ref_large_input_64bit_indexing__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:35.2684279Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.800s) 2022-09-27T16:15:35.2692887Z test_ref_large_input_64bit_indexing__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:42.1767489Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.902s) 2022-09-27T16:15:42.1776149Z test_ref_large_input_64bit_indexing__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:15:53.0840446Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (10.912s) 2022-09-27T16:15:53.0849148Z test_ref_large_input_64bit_indexing__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:00.1762513Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.086s) 2022-09-27T16:16:00.1771348Z test_ref_large_input_64bit_indexing__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:11.1207218Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (10.952s) 2022-09-27T16:16:11.1216070Z test_ref_large_input_64bit_indexing_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:18.2577159Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.130s) 2022-09-27T16:16:18.2585687Z test_ref_large_input_64bit_indexing_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:25.1044842Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.855s) 2022-09-27T16:16:25.1053260Z test_ref_large_input_64bit_indexing_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:32.1129664Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.008s) 2022-09-27T16:16:32.1138321Z test_ref_large_input_64bit_indexing_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:39.2440065Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.117s) 2022-09-27T16:16:39.2449170Z test_ref_large_input_64bit_indexing_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:48.2459993Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (9.002s) 2022-09-27T16:16:48.2468800Z test_ref_large_input_64bit_indexing_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:16:57.0892190Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.852s) 2022-09-27T16:16:57.0900827Z test_ref_large_input_64bit_indexing_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:04.3765049Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.280s) 2022-09-27T16:17:04.3773176Z test_ref_large_input_64bit_indexing_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:11.4034239Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.031s) 2022-09-27T16:17:11.4042760Z test_ref_large_input_64bit_indexing_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:21.5436252Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (10.142s) 2022-09-27T16:17:21.5444808Z test_ref_large_input_64bit_indexing_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:30.4382467Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (8.901s) 2022-09-27T16:17:30.4391154Z test_ref_large_input_64bit_indexing_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:37.4215396Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (6.970s) 2022-09-27T16:17:37.4224212Z test_ref_large_input_64bit_indexing_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:48.7035721Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (11.273s) 2022-09-27T16:17:48.7044219Z test_ref_large_input_64bit_indexing_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:17:55.7692196Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.070s) 2022-09-27T16:17:55.7701032Z test_ref_large_input_64bit_indexing_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0050284Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (11.232s) 2022-09-27T16:18:07.0058370Z test_ref_scalar_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0074492Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0080469Z test_ref_scalar_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0091525Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0096544Z test_ref_scalar_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0106201Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0111463Z test_ref_scalar_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0120922Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.0126221Z test_ref_scalar_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0134832Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0140222Z test_ref_scalar_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0148807Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0154035Z test_ref_scalar_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0162751Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0168023Z test_ref_scalar_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0176552Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0181950Z test_ref_scalar_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0191346Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0196547Z test_ref_scalar_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0205653Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0210929Z test_ref_scalar_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0220204Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-09-27T16:18:07.0225638Z test_ref_scalar_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0234083Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0239220Z test_ref_scalar_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0247658Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0252881Z test_ref_scalar_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0261537Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0266762Z test_ref_scalar_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0275361Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0280679Z test_ref_scalar_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0289279Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0294535Z test_ref_scalar_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0304499Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0309739Z test_ref_scalar_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0318849Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-09-27T16:18:07.0324051Z test_ref_scalar_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0333046Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0338412Z test_ref_scalar_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0346978Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0352233Z test_ref_scalar_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0360816Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0366080Z test_ref_scalar_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0374577Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0379902Z test_ref_scalar_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0388383Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0393641Z test_ref_scalar_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0402206Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0407462Z test_ref_scalar_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0416656Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0422090Z test_ref_scalar_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0431116Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0436339Z test_ref_scalar_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0445232Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0450459Z test_ref_scalar_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0459124Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0464342Z test_ref_scalar_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0472705Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0478040Z test_ref_scalar_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0486389Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.0491609Z test_ref_scalar_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0500373Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0505460Z test_ref_scalar_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0514014Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0519223Z test_ref_scalar_input__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0529390Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0534641Z test_ref_scalar_input__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0545601Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0550797Z test_ref_scalar_input__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0561342Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0566587Z test_ref_scalar_input__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0576595Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0581954Z test_ref_scalar_input__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0591709Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0596940Z test_ref_scalar_input__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0606614Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0611780Z test_ref_scalar_input__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0621263Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0626461Z test_ref_scalar_input__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0635912Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.0641188Z test_ref_scalar_input__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0650371Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0655746Z test_ref_scalar_input__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0665255Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0670546Z test_ref_scalar_input__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0679849Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0685068Z test_ref_scalar_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0693789Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0699108Z test_ref_scalar_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0708458Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0713714Z test_ref_scalar_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0722895Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0728131Z test_ref_scalar_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0740071Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0745243Z test_ref_scalar_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0753924Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0759141Z test_ref_scalar_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0767566Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0772797Z test_ref_scalar_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0781314Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0786665Z test_ref_scalar_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0795227Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.0800370Z test_ref_scalar_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0808890Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0814146Z test_ref_scalar_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0822838Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0828067Z test_ref_scalar_input__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0842504Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0848514Z test_ref_scalar_input__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0860854Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0866900Z test_ref_scalar_input__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0878297Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0884207Z test_ref_scalar_input__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0895391Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0901362Z test_ref_scalar_input__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0911971Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0918234Z test_ref_scalar_input__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0928593Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0934433Z test_ref_scalar_input__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0945434Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.0951042Z test_ref_scalar_input__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0961582Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0967466Z test_ref_scalar_input__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0978177Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0984035Z test_ref_scalar_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.0992786Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.0998006Z test_ref_scalar_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1007328Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1012544Z test_ref_scalar_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1021988Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1027121Z test_ref_scalar_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1036037Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1041275Z test_ref_scalar_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1050081Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1055263Z test_ref_scalar_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1064279Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1069489Z test_ref_scalar_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1078020Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1083388Z test_ref_scalar_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1091851Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1097255Z test_ref_scalar_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1105806Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.1110962Z test_ref_scalar_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1119364Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1124529Z test_ref_scalar_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1133010Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1138423Z test_ref_scalar_input__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1150476Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1156359Z test_ref_scalar_input__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1167861Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1173786Z test_ref_scalar_input__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1184901Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1190079Z test_ref_scalar_input__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1203372Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1208563Z test_ref_scalar_input__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1219269Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1224439Z test_ref_scalar_input__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1234650Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1239900Z test_ref_scalar_input__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1250031Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1255294Z test_ref_scalar_input__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1266061Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.1271026Z test_ref_scalar_input__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1281131Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1286330Z test_ref_scalar_input__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1296414Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1301848Z test_ref_scalar_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1310285Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1315471Z test_ref_scalar_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1324271Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1329467Z test_ref_scalar_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1338451Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1343553Z test_ref_scalar_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1351860Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1357198Z test_ref_scalar_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1365452Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-09-27T16:18:07.1370552Z test_ref_scalar_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1378957Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1384172Z test_ref_scalar_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1391912Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1397268Z test_ref_scalar_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1405029Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1410134Z test_ref_scalar_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1418124Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1423270Z test_ref_scalar_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1431142Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1436314Z test_ref_scalar_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1444177Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1449325Z test_ref_scalar_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1457210Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1462542Z test_ref_scalar_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1471094Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1476233Z test_ref_scalar_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1484648Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1489919Z test_ref_scalar_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1498368Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1503507Z test_ref_scalar_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1511450Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1516778Z test_ref_scalar_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1524645Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.1529891Z test_ref_scalar_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1537866Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1543032Z test_ref_scalar_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1550990Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1556123Z test_ref_scalar_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1564032Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1569155Z test_ref_scalar_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1576960Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1582230Z test_ref_scalar_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1590708Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1595835Z test_ref_scalar_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1604218Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1609373Z test_ref_scalar_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1617860Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1623007Z test_ref_scalar_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1631106Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1636452Z test_ref_scalar_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1644367Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1649527Z test_ref_scalar_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1657530Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1662685Z test_ref_scalar_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1670889Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1675870Z test_ref_scalar_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1683676Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.1688880Z test_ref_scalar_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1697126Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1702261Z test_ref_scalar_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1710926Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1716235Z test_ref_scalar_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1724827Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1730007Z test_ref_scalar_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1738271Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1743335Z test_ref_scalar_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1751564Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1756787Z test_ref_scalar_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1764983Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1770120Z test_ref_scalar_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1778029Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1783200Z test_ref_scalar_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1790888Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1796096Z test_ref_scalar_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1803810Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1809053Z test_ref_scalar_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1816864Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1822100Z test_ref_scalar_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1830163Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.1835458Z test_ref_scalar_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1843833Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1849024Z test_ref_scalar_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1857383Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1862680Z test_ref_scalar_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1871016Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1876211Z test_ref_scalar_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1884068Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1889155Z test_ref_scalar_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1897033Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1902269Z test_ref_scalar_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1910017Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1915199Z test_ref_scalar_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1922970Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1928161Z test_ref_scalar_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1936125Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1941463Z test_ref_scalar_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1949624Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1954850Z test_ref_scalar_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1963041Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1968243Z test_ref_scalar_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1976429Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.1981740Z test_ref_scalar_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.1989719Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.1994831Z test_ref_scalar_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2002486Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2007619Z test_ref_scalar_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2015359Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2020736Z test_ref_scalar_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2028656Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2033742Z test_ref_scalar_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2041417Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2046491Z test_ref_scalar_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2054691Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2059959Z test_ref_scalar_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2068765Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2073888Z test_ref_scalar_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2082517Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2087656Z test_ref_scalar_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2095848Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2101095Z test_ref_scalar_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2109424Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2114569Z test_ref_scalar_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2122764Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2128000Z test_ref_scalar_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2135633Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2141077Z test_ref_scalar_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2148760Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.2153855Z test_ref_scalar_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2161484Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2166566Z test_ref_scalar_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2174123Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2179490Z test_ref_scalar_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2187108Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2192242Z test_ref_scalar_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2201658Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2207005Z test_ref_scalar_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2215890Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2221328Z test_ref_scalar_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2230136Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2235302Z test_ref_scalar_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2244132Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-09-27T16:18:07.2249295Z test_ref_scalar_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2257844Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2263047Z test_ref_scalar_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2274077Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2279248Z test_ref_scalar_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2288612Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2293899Z test_ref_scalar_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2303151Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2308382Z test_ref_scalar_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2316568Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2321751Z test_ref_scalar_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2330224Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2335400Z test_ref_scalar_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2344086Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-09-27T16:18:07.2349189Z test_ref_scalar_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2357608Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2362863Z test_ref_scalar_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2370863Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2376035Z test_ref_scalar_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2384150Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2389246Z test_ref_scalar_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2397131Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2402311Z test_ref_scalar_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2410346Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2415507Z test_ref_scalar_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2423680Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2428919Z test_ref_scalar_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2437022Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2442141Z test_ref_scalar_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2450829Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2456028Z test_ref_scalar_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2464782Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2469923Z test_ref_scalar_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2478261Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2483669Z test_ref_scalar_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2492515Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2497892Z test_ref_scalar_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2507033Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.2512286Z test_ref_scalar_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2520263Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2525479Z test_ref_scalar_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2533351Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2538602Z test_ref_scalar_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2546570Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2551659Z test_ref_scalar_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2559598Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2564767Z test_ref_scalar_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2574843Z 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-09-27T16:18:07.2575279Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-09-27T16:18:07.2575732Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T16:18:07.2576088Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:18:07.2579848Z ok (0.000s) 2022-09-27T16:18:07.2585710Z test_ref_scalar_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2594997Z 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-09-27T16:18:07.2595410Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:18:07.2598387Z ok (0.000s) 2022-09-27T16:18:07.2604395Z test_ref_scalar_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2614449Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2619672Z test_ref_scalar_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2629846Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2635049Z test_ref_scalar_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2645069Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2650247Z test_ref_scalar_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2658560Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.2663669Z test_ref_scalar_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2672345Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2677497Z test_ref_scalar_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2686157Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2691388Z test_ref_scalar_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2699937Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2705070Z test_ref_scalar_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2713351Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2718603Z test_ref_scalar_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2726894Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2732297Z test_ref_scalar_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2740175Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2745387Z test_ref_scalar_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2753338Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2758488Z test_ref_scalar_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2766411Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2771500Z test_ref_scalar_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2779575Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2784710Z test_ref_scalar_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2792607Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2797860Z test_ref_scalar_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2806627Z 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-09-27T16:18:07.2807095Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-09-27T16:18:07.2810421Z ok (0.000s) 2022-09-27T16:18:07.2816601Z test_ref_scalar_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2827980Z Compares op against reference for scalar input tensors ... ok (0.016s) 2022-09-27T16:18:07.2833176Z test_ref_scalar_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2842986Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2848222Z test_ref_scalar_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2858501Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2863717Z test_ref_scalar_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2873772Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-09-27T16:18:07.2882199Z test_ref_small_input__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2908717Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.2916988Z test_ref_small_input__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2939331Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.2947539Z test_ref_small_input__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2970005Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.2978343Z test_ref_small_input__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.2996619Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3004854Z test_ref_small_input__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3023239Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3031424Z test_ref_small_input__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3048778Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3057097Z test_ref_small_input__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3075305Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3083658Z test_ref_small_input__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3102126Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3110482Z test_ref_small_input__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3136925Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.3145506Z test_ref_small_input__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3166854Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3175163Z test_ref_small_input__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3198034Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3206415Z test_ref_small_input__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3226046Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3233221Z test_ref_small_input__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3251313Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.3259719Z test_ref_small_input__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3277684Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3285880Z test_ref_small_input__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3304172Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3312350Z test_ref_small_input__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3330834Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.3339103Z test_ref_small_input__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3356960Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3365259Z test_ref_small_input__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3382281Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3390559Z test_ref_small_input__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3409622Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3418043Z test_ref_small_input__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3432245Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3440539Z test_ref_small_input__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3454705Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3463051Z test_ref_small_input__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3476701Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3485109Z test_ref_small_input__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3499711Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.3507952Z test_ref_small_input__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3522121Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3530333Z test_ref_small_input__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3547480Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3555717Z test_ref_small_input__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3572496Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3581815Z test_ref_small_input__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3599218Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3607551Z test_ref_small_input__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3621944Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3630152Z test_ref_small_input__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3644802Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.3653826Z test_ref_small_input__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3666866Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3675012Z test_ref_small_input__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3689235Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3697639Z test_ref_small_input__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3711786Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3720127Z test_ref_small_input__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3738952Z Compares op against reference for small input tensors ... expected failure (0.000s) 2022-09-27T16:18:07.3746950Z test_ref_small_input__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3779116Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3788220Z test_ref_small_input__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3819459Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.3827646Z test_ref_small_input__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3857491Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3866609Z test_ref_small_input__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3895323Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3904436Z test_ref_small_input__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3935822Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.3944925Z test_ref_small_input__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.3973284Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.3982333Z test_ref_small_input__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4010580Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4019582Z test_ref_small_input__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4047795Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4056816Z test_ref_small_input__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4087524Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.4096377Z test_ref_small_input__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4124712Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4133597Z test_ref_small_input__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4152716Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4161014Z test_ref_small_input__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4186615Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4195623Z test_ref_small_input__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4221059Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.4229427Z test_ref_small_input__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4253383Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4261863Z test_ref_small_input__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4285291Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4293949Z test_ref_small_input__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4313599Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.4321688Z test_ref_small_input__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4343319Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4351672Z test_ref_small_input__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4369219Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4377578Z test_ref_small_input__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4396358Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4404699Z test_ref_small_input__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4455036Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4463562Z test_ref_small_input__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4510185Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.4519399Z test_ref_small_input__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4564392Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4573534Z test_ref_small_input__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4611121Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4620344Z test_ref_small_input__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4657501Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.4666589Z test_ref_small_input__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4707002Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4716014Z test_ref_small_input__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4754128Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4763131Z test_ref_small_input__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4801282Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.4810301Z test_ref_small_input__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4850842Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4860055Z test_ref_small_input__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4898497Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4907607Z test_ref_small_input__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4926795Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.4935291Z test_ref_small_input__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4960835Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.4969778Z test_ref_small_input__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.4995213Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5003558Z test_ref_small_input__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5026099Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5034545Z test_ref_small_input__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5058107Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5066753Z test_ref_small_input__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5093047Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5101159Z test_ref_small_input__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5120148Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.5128358Z test_ref_small_input__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5146932Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5155244Z test_ref_small_input__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5172595Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5181001Z test_ref_small_input__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5199364Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5207687Z test_ref_small_input__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5257669Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.5266047Z test_ref_small_input__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5309395Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5318588Z test_ref_small_input__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5363008Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.5371885Z test_ref_small_input__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5406629Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5415054Z test_ref_small_input__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5451729Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5460720Z test_ref_small_input__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5499557Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5508551Z test_ref_small_input__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5545541Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.5554522Z test_ref_small_input__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5591307Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5600307Z test_ref_small_input__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5639683Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5648638Z test_ref_small_input__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5685936Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.5694967Z test_ref_small_input__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5732336Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5741731Z test_ref_small_input_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5754914Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5763439Z test_ref_small_input_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5778491Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5786780Z test_ref_small_input_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5801314Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5809636Z test_ref_small_input_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5823128Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.5831450Z test_ref_small_input_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5845353Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5853737Z test_ref_small_input_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5867909Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5876381Z test_ref_small_input_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5888747Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5897235Z test_ref_small_input_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5909748Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5918037Z test_ref_small_input_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5930401Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5938859Z test_ref_small_input_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5951175Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5959523Z test_ref_small_input_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5971932Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.5980511Z test_ref_small_input_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.5995437Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.6003676Z test_ref_small_input_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6022832Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6031246Z test_ref_small_input_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6049568Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6058074Z test_ref_small_input_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6076428Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6085027Z test_ref_small_input_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6100261Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6108596Z test_ref_small_input_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6123470Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6131808Z test_ref_small_input_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6146370Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.6154681Z test_ref_small_input_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6169636Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6178023Z test_ref_small_input_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6192890Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6201274Z test_ref_small_input_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6216073Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6224519Z test_ref_small_input_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6243724Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.6252068Z test_ref_small_input_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6270515Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6278846Z test_ref_small_input_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6297567Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6305941Z test_ref_small_input_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6320966Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6329268Z test_ref_small_input_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6344641Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.6352817Z test_ref_small_input_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6367456Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6375586Z test_ref_small_input_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6390534Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6398878Z test_ref_small_input_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6413642Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6422079Z test_ref_small_input_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6434544Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6442908Z test_ref_small_input_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6457645Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6465908Z test_ref_small_input_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6479259Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6487621Z test_ref_small_input_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6500980Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6509266Z test_ref_small_input_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6522114Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6530476Z test_ref_small_input_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6544334Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6552627Z test_ref_small_input_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6565192Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6573410Z test_ref_small_input_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6586008Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6594496Z test_ref_small_input_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6606868Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.6615182Z test_ref_small_input_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6627580Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6635886Z test_ref_small_input_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6648357Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6656689Z test_ref_small_input_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6669717Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6677933Z test_ref_small_input_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6690323Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6698740Z test_ref_small_input_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6711959Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6720378Z test_ref_small_input_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6732333Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6740647Z test_ref_small_input_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6752673Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.6760935Z test_ref_small_input_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6772735Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6781144Z test_ref_small_input_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6792995Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6801353Z test_ref_small_input_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6813023Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6821520Z test_ref_small_input_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6834282Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6842597Z test_ref_small_input_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6854927Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6863368Z test_ref_small_input_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6876564Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6885244Z test_ref_small_input_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6897078Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6905696Z test_ref_small_input_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6917553Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.6925830Z test_ref_small_input_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6937671Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6945995Z test_ref_small_input_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6957842Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6966135Z test_ref_small_input_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.6978102Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.6986380Z test_ref_small_input_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7002109Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7010371Z test_ref_small_input_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7027989Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7036282Z test_ref_small_input_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7052594Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7061139Z test_ref_small_input_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7077131Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.7085486Z test_ref_small_input_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7101232Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7109510Z test_ref_small_input_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7126117Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7134447Z test_ref_small_input_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7149993Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7158336Z test_ref_small_input_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7173585Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7181957Z test_ref_small_input_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7196900Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7205252Z test_ref_small_input_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7221000Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.7229308Z test_ref_small_input_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7244472Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7252810Z test_ref_small_input_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7276090Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7285019Z test_ref_small_input_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7308932Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7317321Z test_ref_small_input_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7318166Z Compares op against reference for small input tensors ... skip: Skipped! (0.010s) 2022-09-27T16:18:07.7326307Z test_ref_small_input_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7347999Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7356949Z test_ref_small_input_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7377900Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7386958Z test_ref_small_input_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7387600Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7395635Z test_ref_small_input_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7422918Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7431764Z test_ref_small_input_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7457398Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7466383Z test_ref_small_input_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7482205Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.7490623Z test_ref_small_input_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7491164Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7499494Z test_ref_small_input_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7520477Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7529071Z test_ref_small_input_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7549381Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7557526Z test_ref_small_input_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7573123Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7581545Z test_ref_small_input_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7596999Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7605315Z test_ref_small_input_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7620090Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7628370Z test_ref_small_input_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7644441Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.7652441Z test_ref_small_input_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7699600Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7707937Z test_ref_small_input_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7720905Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7729291Z test_ref_small_input_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7746767Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7755863Z test_ref_small_input_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7756553Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7764686Z test_ref_small_input_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7780826Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7789359Z test_ref_small_input_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7804793Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.7813483Z test_ref_small_input_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7826343Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7834611Z test_ref_small_input_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7847190Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7855466Z test_ref_small_input_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7867572Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7875871Z test_ref_small_input_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7888381Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7896731Z test_ref_small_input_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7935541Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.7944194Z test_ref_small_input_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7944747Z Compares op against reference for small input tensors ... skip: Skipped! (0.016s) 2022-09-27T16:18:07.7953037Z test_ref_small_input_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7953485Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7961582Z test_ref_small_input_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7962067Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7970143Z test_ref_small_input_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7970612Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7978842Z test_ref_small_input_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.7979319Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.7987413Z test_ref_small_input_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8003216Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8011496Z test_ref_small_input_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8033277Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8042217Z test_ref_small_input_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8064108Z Compares op against reference for small input tensors ... ok (0.010s) 2022-09-27T16:18:07.8073146Z test_ref_small_input_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8073878Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.8082054Z test_ref_small_input_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8102024Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8110777Z test_ref_small_input_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8129990Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8138835Z test_ref_small_input_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8154027Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8162271Z test_ref_small_input_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8177423Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8185727Z test_ref_small_input_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8199891Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8208711Z test_ref_small_input_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8223779Z Compares op against reference for small input tensors ... ok (0.016s) 2022-09-27T16:18:07.8232131Z test_ref_small_input_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8277928Z Compares op against reference for small input tensors ... ok (0.000s) 2022-09-27T16:18:07.8286285Z test_ref_small_input_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8287086Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.8295151Z test_ref_small_input_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8295592Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.8304055Z test_ref_small_input_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8304523Z Compares op against reference for small input tensors ... skip: Skipped! (0.010s) 2022-09-27T16:18:07.8312691Z test_ref_small_input_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8313173Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.8321337Z test_ref_small_input_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8321838Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-09-27T16:18:07.8334922Z test_reference_masked__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.8693451Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:07.8707560Z test_reference_masked__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.9037825Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-09-27T16:18:07.9052170Z test_reference_masked__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.9379062Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-09-27T16:18:07.9392950Z test_reference_masked__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.9711087Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-09-27T16:18:07.9725284Z test_reference_masked__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:07.9948580Z Test masked reduction operations on strided-only tensors using ... ok (0.016s) 2022-09-27T16:18:07.9962870Z test_reference_masked__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.0183908Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.0198043Z test_reference_masked__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.0412825Z Test masked reduction operations on strided-only tensors using ... ok (0.010s) 2022-09-27T16:18:08.0427684Z test_reference_masked__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.0646568Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.0660534Z test_reference_masked__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.0881896Z Test masked reduction operations on strided-only tensors using ... ok (0.016s) 2022-09-27T16:18:08.0895944Z test_reference_masked__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.1241040Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-09-27T16:18:08.1255142Z test_reference_masked__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.1583866Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-09-27T16:18:08.1597682Z test_reference_masked__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.1925682Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.1940349Z test_reference_masked__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.2254754Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.2268962Z test_reference_masked__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.2489782Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-09-27T16:18:08.2504274Z test_reference_masked__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.2725636Z Test masked reduction operations on strided-only tensors using ... ok (0.016s) 2022-09-27T16:18:08.2739819Z test_reference_masked__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.2951780Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.2965875Z test_reference_masked__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3186532Z Test masked reduction operations on strided-only tensors using ... ok (0.016s) 2022-09-27T16:18:08.3200559Z test_reference_masked__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3419879Z Test masked reduction operations on strided-only tensors using ... ok (0.026s) 2022-09-27T16:18:08.3434118Z test_reference_masked__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3450243Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3463390Z test_reference_masked__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3474763Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3487501Z test_reference_masked__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3498371Z Test masked reduction operations on strided-only tensors using ... expected failure (0.016s) 2022-09-27T16:18:08.3511221Z test_reference_masked__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3521854Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3534569Z test_reference_masked__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3544827Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3557537Z test_reference_masked__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3567652Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3580441Z test_reference_masked__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3590429Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3603226Z test_reference_masked__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3613304Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3626221Z test_reference_masked__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3636298Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3649232Z test_reference_masked__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3660169Z Test masked reduction operations on strided-only tensors using ... expected failure (0.016s) 2022-09-27T16:18:08.3673031Z test_reference_masked__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3683664Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3696361Z test_reference_masked__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3707007Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3719954Z test_reference_masked__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3730229Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3743118Z test_reference_masked__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3753224Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3765932Z test_reference_masked__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3775940Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3788814Z test_reference_masked__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3798766Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3811523Z test_reference_masked__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3821619Z Test masked reduction operations on strided-only tensors using ... expected failure (0.016s) 2022-09-27T16:18:08.3834474Z test_reference_masked__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3844478Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-09-27T16:18:08.3857307Z test_reference_masked__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.3884985Z 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-09-27T16:18:08.3885411Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-09-27T16:18:08.3991459Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:18:08.3991803Z ret = um.true_divide( 2022-09-27T16:18:08.4327424Z ok (0.052s) 2022-09-27T16:18:08.4341680Z test_reference_masked__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:08.4364593Z 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-09-27T16:18:08.4365017Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:18:08.4432760Z expected failure (0.010s) 2022-09-27T16:18:08.4446004Z test_reference_masked__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.4462065Z 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-09-27T16:18:08.4462496Z ret = ret.dtype.type(ret / rcount) 2022-09-27T16:18:08.4836690Z ok (0.031s) 2022-09-27T16:18:08.4851049Z test_reference_masked__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.5249938Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-09-27T16:18:08.5264191Z test_reference_masked__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.5287759Z 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-09-27T16:18:08.5288182Z ret = arr.dtype.type(ret / rcount) 2022-09-27T16:18:08.5722739Z ok (0.041s) 2022-09-27T16:18:08.5736946Z test_reference_masked__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.6188909Z Test masked reduction operations on strided-only tensors using ... ok (0.047s) 2022-09-27T16:18:08.6202893Z test_reference_masked__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.6646151Z Test masked reduction operations on strided-only tensors using ... ok (0.042s) 2022-09-27T16:18:08.6660288Z test_reference_masked__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.7036236Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-09-27T16:18:08.7049913Z test_reference_masked__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.7423035Z Test masked reduction operations on strided-only tensors using ... ok (0.041s) 2022-09-27T16:18:08.7436949Z test_reference_masked__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.7808811Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-09-27T16:18:08.7823080Z test_reference_masked__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.8197055Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.8210982Z test_reference_masked__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.8585099Z Test masked reduction operations on strided-only tensors using ... ok (0.036s) 2022-09-27T16:18:08.8599486Z test_reference_masked__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:08.8600275Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:08.8612974Z test_reference_masked__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.8920151Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.8934290Z test_reference_masked__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.9253981Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T16:18:08.9268256Z test_reference_masked__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.9602639Z Test masked reduction operations on strided-only tensors using ... ok (0.048s) 2022-09-27T16:18:08.9616414Z test_reference_masked__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.9943317Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:08.9957299Z test_reference_masked__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.9957971Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:08.9970723Z test_reference_masked__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:08.9971220Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:08.9983946Z test_reference_masked__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.0199258Z Test masked reduction operations on strided-only tensors using ... ok (0.016s) 2022-09-27T16:18:09.0213156Z test_reference_masked__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.0213918Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:09.0226896Z test_reference_masked__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.0461125Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T16:18:09.0475297Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.0507265Z 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-09-27T16:18:09.0507723Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-09-27T16:18:09.0650159Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:18:09.0650521Z ret = um.true_divide( 2022-09-27T16:18:09.1738039Z ok (0.126s) 2022-09-27T16:18:09.1752524Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.1771784Z 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-09-27T16:18:09.1772253Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-09-27T16:18:09.2896630Z ok (0.111s) 2022-09-27T16:18:09.2911057Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.4062404Z Test masked reduction operations on strided-only tensors using ... ok (0.126s) 2022-09-27T16:18:09.4076761Z test_reference_masked__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.5324053Z Test masked reduction operations on strided-only tensors using ... ok (0.127s) 2022-09-27T16:18:09.5338299Z test_reference_masked__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.5356496Z 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-09-27T16:18:09.5356955Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-09-27T16:18:09.6560055Z ok (0.126s) 2022-09-27T16:18:09.6574270Z test_reference_masked__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.7602220Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-09-27T16:18:09.7616384Z test_reference_masked__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.8646845Z Test masked reduction operations on strided-only tensors using ... ok (0.111s) 2022-09-27T16:18:09.8661037Z test_reference_masked__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:09.9686156Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-09-27T16:18:09.9700444Z test_reference_masked__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.0727442Z Test masked reduction operations on strided-only tensors using ... ok (0.111s) 2022-09-27T16:18:10.0741818Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.1774822Z Test masked reduction operations on strided-only tensors using ... ok (0.111s) 2022-09-27T16:18:10.1789138Z test_reference_masked__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.2138582Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T16:18:10.2152448Z test_reference_masked__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:10.2153168Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:10.2165972Z test_reference_masked__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.2472228Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T16:18:10.2486428Z test_reference_masked__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.2796975Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:10.2811046Z test_reference_masked__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.3139218Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:10.3153258Z test_reference_masked__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.3486564Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T16:18:10.3500673Z test_reference_masked__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.3819116Z Test masked reduction operations on strided-only tensors using ... ok (0.031s) 2022-09-27T16:18:10.3833196Z test_reference_masked__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.3833981Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:10.3846748Z test_reference_masked__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.3847506Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:10.3859991Z test_reference_masked__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.4067996Z Test masked reduction operations on strided-only tensors using ... ok (0.016s) 2022-09-27T16:18:10.4081945Z test_reference_masked__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.4083003Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.000s) 2022-09-27T16:18:10.4095390Z test_reference_masked__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.4326556Z Test masked reduction operations on strided-only tensors using ... ok (0.032s) 2022-09-27T16:18:10.4340572Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.5579351Z Test masked reduction operations on strided-only tensors using ... ok (0.121s) 2022-09-27T16:18:10.5592825Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.6723630Z Test masked reduction operations on strided-only tensors using ... ok (0.112s) 2022-09-27T16:18:10.6737446Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.7879779Z Test masked reduction operations on strided-only tensors using ... ok (0.117s) 2022-09-27T16:18:10.7893618Z test_reference_masked__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:10.9006639Z Test masked reduction operations on strided-only tensors using ... ok (0.111s) 2022-09-27T16:18:10.9020549Z test_reference_masked__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.0224239Z Test masked reduction operations on strided-only tensors using ... ok (0.127s) 2022-09-27T16:18:11.0238300Z test_reference_masked__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.1416251Z Test masked reduction operations on strided-only tensors using ... ok (0.111s) 2022-09-27T16:18:11.1430714Z test_reference_masked__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.2426566Z Test masked reduction operations on strided-only tensors using ... ok (0.110s) 2022-09-27T16:18:11.2440491Z test_reference_masked__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.3440363Z Test masked reduction operations on strided-only tensors using ... ok (0.094s) 2022-09-27T16:18:11.3454468Z test_reference_masked__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.4450261Z Test masked reduction operations on strided-only tensors using ... ok (0.111s) 2022-09-27T16:18:11.4464339Z test_reference_masked__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.5461290Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-09-27T16:18:11.5475051Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6478376Z Test masked reduction operations on strided-only tensors using ... ok (0.094s) 2022-09-27T16:18:11.6561286Z test_repeated_dim_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:11.6574166Z test_result_dtype__masked_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6585640Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6597869Z test_result_dtype__masked_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6607640Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6619785Z test_result_dtype__masked_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6628770Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6640560Z test_result_dtype__masked_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6649256Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6661315Z test_result_dtype__masked_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6669818Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.6681436Z test_result_dtype__masked_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6689607Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6701555Z test_result_dtype__masked_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6709776Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6721583Z test_result_dtype__masked_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6729791Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6741699Z test_result_dtype__masked_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6749938Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6761833Z test_result_dtype__masked_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6770667Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6782685Z test_result_dtype__masked_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6791441Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6803327Z test_result_dtype__masked_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6812134Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.6823957Z test_result_dtype__masked_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6832590Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6844338Z test_result_dtype__masked_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6852501Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6864459Z test_result_dtype__masked_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6872628Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6884489Z test_result_dtype__masked_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6892616Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6904604Z test_result_dtype__masked_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6912835Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6924635Z test_result_dtype__masked_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6932733Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6944744Z test_result_dtype__masked_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6953608Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.6965567Z test_result_dtype__masked_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6974421Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.6986281Z test_result_dtype__masked_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.6995050Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7006935Z test_result_dtype__masked_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7015636Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7027709Z test_result_dtype__masked_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7036027Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7047707Z test_result_dtype__masked_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7055942Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7067833Z test_result_dtype__masked_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7075991Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7087804Z test_result_dtype__masked_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7096156Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7107976Z test_result_dtype__masked_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7116201Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7128275Z test_result_dtype__masked_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7137169Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.7149077Z test_result_dtype__masked_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7157825Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7169694Z test_result_dtype__masked_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7178474Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7190320Z test_result_dtype__masked_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7199016Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7210819Z test_result_dtype__masked_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7219227Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7231084Z test_result_dtype__masked_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7239335Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7251094Z test_result_dtype__masked_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7259403Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7271139Z test_result_dtype__masked_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7279385Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7291564Z test_result_dtype__masked_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7299824Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.7311634Z test_result_dtype__masked_logsumexp_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7324424Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7336113Z test_result_dtype__masked_logsumexp_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7346020Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7358583Z test_result_dtype__masked_logsumexp_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7368129Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7380688Z test_result_dtype__masked_logsumexp_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7389623Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7402163Z test_result_dtype__masked_logsumexp_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7411124Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7423732Z test_result_dtype__masked_logsumexp_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7432538Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7445929Z test_result_dtype__masked_logsumexp_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7454130Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.7466769Z test_result_dtype__masked_logsumexp_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7475676Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7488200Z test_result_dtype__masked_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7497873Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7509580Z test_result_dtype__masked_mean_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7517837Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7529628Z test_result_dtype__masked_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7540204Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7551474Z test_result_dtype__masked_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7561037Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7572842Z test_result_dtype__masked_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7582278Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7594059Z test_result_dtype__masked_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7603541Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.7615317Z test_result_dtype__masked_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7624605Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T16:18:11.7636446Z test_result_dtype__masked_mean_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7644579Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7656394Z test_result_dtype__masked_mean_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7664725Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7676546Z test_result_dtype__masked_mean_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7684717Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7696556Z test_result_dtype__masked_mean_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7704857Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7716610Z test_result_dtype__masked_mean_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7724742Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7736569Z test_result_dtype__masked_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7745969Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7757737Z test_result_dtype__masked_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7766616Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.7778524Z test_result_dtype__masked_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7787103Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7798976Z test_result_dtype__masked_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7807549Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7819494Z test_result_dtype__masked_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7827989Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7839643Z test_result_dtype__masked_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7848744Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7860804Z test_result_dtype__masked_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7869832Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7881678Z test_result_dtype__masked_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7890310Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7902307Z test_result_dtype__masked_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7910959Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7922826Z test_result_dtype__masked_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7931175Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.7943132Z test_result_dtype__masked_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7951427Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7963132Z test_result_dtype__masked_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7971955Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.7983345Z test_result_dtype__masked_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.7991683Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8003414Z test_result_dtype__masked_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8011772Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8023820Z test_result_dtype__masked_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8034394Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8046091Z test_result_dtype__masked_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8057206Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8069118Z test_result_dtype__masked_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8080301Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.8092084Z test_result_dtype__masked_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8102592Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8115143Z test_result_dtype__masked_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8128277Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8140972Z test_result_dtype__masked_std_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8150176Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8162929Z test_result_dtype__masked_std_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8172136Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8184978Z test_result_dtype__masked_std_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8194170Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8206945Z test_result_dtype__masked_std_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8216098Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8228930Z test_result_dtype__masked_std_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8238470Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.8251555Z test_result_dtype__masked_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8260769Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T16:18:11.8272651Z test_result_dtype__masked_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8281006Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8292971Z test_result_dtype__masked_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8302198Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8314232Z test_result_dtype__masked_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8323386Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8335199Z test_result_dtype__masked_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8344004Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8356024Z test_result_dtype__masked_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8364708Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8376675Z test_result_dtype__masked_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8385496Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8397301Z test_result_dtype__masked_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8405795Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.8417802Z test_result_dtype__masked_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8426024Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8438639Z test_result_dtype__masked_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8446196Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8458106Z test_result_dtype__masked_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8466274Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8478206Z test_result_dtype__masked_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8486383Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8498557Z test_result_dtype__masked_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8508881Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8520790Z test_result_dtype__masked_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8531586Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8543731Z test_result_dtype__masked_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8554345Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8566428Z test_result_dtype__masked_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8576483Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.8588417Z test_result_dtype__masked_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8598460Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8610315Z test_result_dtype__masked_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8620431Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8632286Z test_result_dtype__masked_var_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8641337Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8653198Z test_result_dtype__masked_var_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8662321Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8674140Z test_result_dtype__masked_var_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8683092Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8694962Z test_result_dtype__masked_var_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8706553Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8718484Z test_result_dtype__masked_var_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8727407Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.8739444Z test_result_dtype_all_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8748002Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8759822Z test_result_dtype_all_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8767622Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8779489Z test_result_dtype_all_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8788226Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8799918Z test_result_dtype_all_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8808628Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8820521Z test_result_dtype_all_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8828796Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8840535Z test_result_dtype_all_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8848703Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8860532Z test_result_dtype_all_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8868664Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8880535Z test_result_dtype_all_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8888952Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.8900088Z test_result_dtype_all_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8907784Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8919527Z test_result_dtype_all_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8927235Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8939119Z test_result_dtype_all_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8946804Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.8958637Z test_result_dtype_all_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8968657Z Tests that the result has the correct dtype ... expected failure (0.000s) 2022-09-27T16:18:11.8980409Z test_result_dtype_amax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.8988851Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9000738Z test_result_dtype_amax_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9008325Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9020233Z test_result_dtype_amax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9028597Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9040362Z test_result_dtype_amax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9048534Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9060388Z test_result_dtype_amax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9068484Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9080274Z test_result_dtype_amax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9087895Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9099816Z test_result_dtype_amax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9107462Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9119253Z test_result_dtype_amax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9126856Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9138790Z test_result_dtype_amax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9146354Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9158186Z test_result_dtype_amax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9166546Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9178556Z test_result_dtype_amin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9187253Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9199050Z test_result_dtype_amin_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9206794Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T16:18:11.9218620Z test_result_dtype_amin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9227028Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9238824Z test_result_dtype_amin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9247001Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9258924Z test_result_dtype_amin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9267093Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9279002Z test_result_dtype_amin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9286631Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9298523Z test_result_dtype_amin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9306136Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9317871Z test_result_dtype_amin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9326153Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9337274Z test_result_dtype_amin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9344879Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9356710Z test_result_dtype_amin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9364277Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9376109Z test_result_dtype_any_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9384610Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9396352Z test_result_dtype_any_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9403960Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9415663Z test_result_dtype_any_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9424557Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9436431Z test_result_dtype_any_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9445085Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9456880Z test_result_dtype_any_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9465156Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9476941Z test_result_dtype_any_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9485084Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9496825Z test_result_dtype_any_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9505188Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9516911Z test_result_dtype_any_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9524683Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9536471Z test_result_dtype_any_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9544208Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9555956Z test_result_dtype_any_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9563667Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9575429Z test_result_dtype_any_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9583227Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9595116Z test_result_dtype_any_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9604903Z Tests that the result has the correct dtype ... expected failure (0.000s) 2022-09-27T16:18:11.9616610Z test_result_dtype_argmax_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9625144Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9636900Z test_result_dtype_argmax_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9645185Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9657051Z test_result_dtype_argmax_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9665370Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9677087Z test_result_dtype_argmax_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9685247Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9697076Z test_result_dtype_argmax_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9704768Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9716488Z test_result_dtype_argmax_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9724124Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9735872Z test_result_dtype_argmax_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9743613Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9755409Z test_result_dtype_argmax_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9763109Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9775417Z test_result_dtype_argmax_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9782659Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9794417Z test_result_dtype_argmin_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9802866Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9815646Z test_result_dtype_argmin_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9823310Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9834931Z test_result_dtype_argmin_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9843105Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9854825Z test_result_dtype_argmin_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9863216Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9875004Z test_result_dtype_argmin_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9882638Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9894411Z test_result_dtype_argmin_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9902229Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9913991Z test_result_dtype_argmin_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9921631Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9933232Z test_result_dtype_argmin_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9940977Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9952786Z test_result_dtype_argmin_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9960366Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:11.9972155Z test_result_dtype_count_nonzero_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:11.9980873Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:11.9992694Z test_result_dtype_count_nonzero_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0000276Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T16:18:12.0012020Z test_result_dtype_count_nonzero_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0020706Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0032480Z test_result_dtype_count_nonzero_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0041021Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0052750Z test_result_dtype_count_nonzero_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0061006Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0072703Z test_result_dtype_count_nonzero_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0080751Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0092515Z test_result_dtype_count_nonzero_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0100691Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0112455Z test_result_dtype_count_nonzero_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0120031Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0131768Z test_result_dtype_count_nonzero_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0139474Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0152140Z test_result_dtype_count_nonzero_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0159075Z Tests that the result has the correct dtype ... ok (0.017s) 2022-09-27T16:18:12.0170755Z test_result_dtype_count_nonzero_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0178373Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0190758Z test_result_dtype_count_nonzero_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0197581Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0209360Z test_result_dtype_linalg_vector_norm_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0218191Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0229910Z test_result_dtype_linalg_vector_norm_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0238616Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0250466Z test_result_dtype_linalg_vector_norm_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0259249Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0270936Z test_result_dtype_linalg_vector_norm_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0279129Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0290855Z test_result_dtype_linalg_vector_norm_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0299165Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0311142Z test_result_dtype_linalg_vector_norm_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0319371Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.0331115Z test_result_dtype_mean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0339536Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0351213Z test_result_dtype_mean_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0359849Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0371548Z test_result_dtype_mean_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0380160Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0391857Z test_result_dtype_mean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0400068Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0411743Z test_result_dtype_mean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0420021Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0431759Z test_result_dtype_mean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0439921Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0451700Z test_result_dtype_nanmean_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0460363Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0472243Z test_result_dtype_nanmean_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0480705Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.0492456Z test_result_dtype_nanmean_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0500917Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0512576Z test_result_dtype_nanmean_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0520891Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0532631Z test_result_dtype_nansum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0540884Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0552569Z test_result_dtype_nansum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0560253Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0571954Z test_result_dtype_nansum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0580173Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0591905Z test_result_dtype_nansum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0600044Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0611736Z test_result_dtype_nansum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0620755Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0631911Z test_result_dtype_nansum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0639671Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.0651398Z test_result_dtype_nansum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0659281Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0670978Z test_result_dtype_nansum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0678634Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0690375Z test_result_dtype_nansum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0698104Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0709902Z test_result_dtype_nansum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0717567Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0729381Z test_result_dtype_prod_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0737156Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0749104Z test_result_dtype_prod_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0757764Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0769498Z test_result_dtype_prod_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0778241Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0790056Z test_result_dtype_prod_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0798098Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.0809729Z test_result_dtype_prod_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0817959Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0829722Z test_result_dtype_prod_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0837381Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0849118Z test_result_dtype_prod_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0856780Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0868612Z test_result_dtype_prod_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0876162Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0887916Z test_result_dtype_prod_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0895518Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0907335Z test_result_dtype_prod_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0914992Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0926776Z test_result_dtype_std_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0935057Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0947200Z test_result_dtype_std_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0956431Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.0968884Z test_result_dtype_std_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0978279Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.0990749Z test_result_dtype_std_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.0998926Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1010517Z test_result_dtype_std_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1018989Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1030642Z test_result_dtype_std_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1038929Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1050612Z test_result_dtype_sum_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1059071Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1070661Z test_result_dtype_sum_cpu_bool (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1078280Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1090036Z test_result_dtype_sum_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1098626Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.1110390Z test_result_dtype_sum_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1118826Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1130578Z test_result_dtype_sum_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1138711Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1150482Z test_result_dtype_sum_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1158542Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1170296Z test_result_dtype_sum_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1178475Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1190151Z test_result_dtype_sum_cpu_int16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1197878Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1209531Z test_result_dtype_sum_cpu_int32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1217288Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1229083Z test_result_dtype_sum_cpu_int64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1236708Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1248432Z test_result_dtype_sum_cpu_int8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1256286Z Tests that the result has the correct dtype ... ok (0.016s) 2022-09-27T16:18:12.1268173Z test_result_dtype_sum_cpu_uint8 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1275856Z Tests that the result has the correct dtype ... ok (0.001s) 2022-09-27T16:18:12.1287437Z test_result_dtype_var_cpu_bfloat16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1295741Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1307620Z test_result_dtype_var_cpu_complex128 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1316844Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1328552Z test_result_dtype_var_cpu_complex64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1337546Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1349308Z test_result_dtype_var_cpu_float16 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1357566Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1369203Z test_result_dtype_var_cpu_float32 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1377639Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1389422Z test_result_dtype_var_cpu_float64 (__main__.TestReductionsCPU) 2022-09-27T16:18:12.1397733Z Tests that the result has the correct dtype ... ok (0.000s) 2022-09-27T16:18:12.1473057Z 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-09-27T16:18:12.1473470Z ret = um.true_divide( 2022-09-27T16:18:12.1511861Z ok (0.016s) 2022-09-27T16:18:12.1626238Z test_std_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:12.1726338Z test_std_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:12.1822298Z test_std_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:13.5019119Z test_std_dim_cpu (__main__.TestReductionsCPU) ... ok (1.318s) 2022-09-27T16:18:13.5060780Z test_std_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:13.5177343Z test_std_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:13.5302983Z test_std_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:13.5394844Z test_std_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:18:13.5481822Z test_std_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:13.5689200Z test_std_mean_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:13.6139657Z test_std_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.047s) 2022-09-27T16:18:13.6233061Z test_std_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:13.6326473Z test_std_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:13.6401024Z test_std_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.010s) 2022-09-27T16:18:13.6472147Z test_std_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:13.6492507Z test_sum_all_cpu_bool (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:13.6654813Z test_sum_all_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:13.6673514Z test_sum_cpu_device_mismatch_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:18:13.6685729Z test_sum_dim_cpu (__main__.TestReductionsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:18:13.6708309Z 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-09-27T16:18:13.6709595Z torch.sum(x, 0, out=y) 2022-09-27T16:18:13.6709870Z ok (0.000s) 2022-09-27T16:18:13.7058559Z test_sum_integer_upcast_cpu (__main__.TestReductionsCPU) ... ok (0.031s) 2022-09-27T16:18:13.7077227Z test_sum_noncontig_cpu_float64 (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:13.7246336Z test_sum_out_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.026s) 2022-09-27T16:18:14.6731727Z test_sum_parallel_cpu (__main__.TestReductionsCPU) ... ok (0.933s) 2022-09-27T16:18:14.6803154Z 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-09-27T16:18:14.6803849Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-09-27T16:18:14.6978208Z ok (0.040s) 2022-09-27T16:18:14.7213144Z test_sum_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.023s) 2022-09-27T16:18:14.7452368Z test_sum_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.7576999Z test_sum_vs_numpy_cpu_int16 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.7698841Z test_sum_vs_numpy_cpu_int32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.7811253Z test_sum_vs_numpy_cpu_int64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:14.7933064Z test_sum_vs_numpy_cpu_int8 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.7972706Z test_sum_vs_numpy_cpu_uint8 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:14.8071041Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cpu (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.8225444Z test_tensor_compare_ops_empty_cpu (__main__.TestReductionsCPU) ... ok (0.017s) 2022-09-27T16:18:14.8422100Z 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-09-27T16:18:14.8422524Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-09-27T16:18:14.8422908Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:18:14.8423312Z ret = um.true_divide( 2022-09-27T16:18:14.8462324Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3723: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:18:14.8462735Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-09-27T16:18:14.8463131Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:18:14.8463558Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-09-27T16:18:14.8463958Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:18:14.8464271Z ret = um.true_divide( 2022-09-27T16:18:14.8504074Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:262: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:18:14.8504435Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-09-27T16:18:14.8551265Z ok (0.031s) 2022-09-27T16:18:14.8647222Z 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-09-27T16:18:14.8647631Z ret = um.true_divide( 2022-09-27T16:18:14.8694768Z ok (0.016s) 2022-09-27T16:18:14.8811056Z test_var_correction_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.8910187Z test_var_correction_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:14.9005687Z test_var_correction_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:14.9024790Z test_var_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:16.1467643Z test_var_dim_cpu (__main__.TestReductionsCPU) ... ok (1.248s) 2022-09-27T16:18:16.1484360Z test_var_large_input_cpu (__main__.TestReductionsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:16.1521105Z test_var_mean_all_dims_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.1630967Z test_var_mean_correction_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:16.1745637Z test_var_mean_correction_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:16.1836902Z test_var_mean_correction_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.1922034Z test_var_mean_correction_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:16.3384480Z test_var_mean_cpu (__main__.TestReductionsCPU) ... ok (0.148s) 2022-09-27T16:18:16.3823701Z test_var_mean_some_dims_cpu (__main__.TestReductionsCPU) ... ok (0.041s) 2022-09-27T16:18:16.3841766Z test_var_stability2_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.3855767Z test_var_stability_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.3889520Z test_var_unbiased_cpu (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.3976172Z test_var_vs_numpy_cpu_complex128 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:16.4063858Z test_var_vs_numpy_cpu_complex64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.4135397Z test_var_vs_numpy_cpu_float32 (__main__.TestReductionsCPU) ... ok (0.016s) 2022-09-27T16:18:16.4205531Z test_var_vs_numpy_cpu_float64 (__main__.TestReductionsCPU) ... ok (0.000s) 2022-09-27T16:18:16.4206927Z 2022-09-27T16:18:16.4207532Z ---------------------------------------------------------------------- 2022-09-27T16:18:16.4208193Z Ran 3043 tests in 273.719s 2022-09-27T16:18:16.4208375Z 2022-09-27T16:18:16.4208660Z OK (skipped=95, expected failures=51) 2022-09-27T16:18:16.4208870Z 2022-09-27T16:18:16.4209005Z Generating XML reports... 2022-09-27T16:18:16.8157593Z Generated XML report: test-reports\python-unittest\test_reductions\TEST-TestReductionsCPU-20220927161342.xml 2022-09-27T16:18:17.3042552Z Running test_unary_ufuncs ... [2022-09-27 16:18:17.297091] 2022-09-27T16:18:17.3042990Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:17.297091] 2022-09-27T16:18:20.0860540Z 2022-09-27T16:18:20.0861104Z Running tests... 2022-09-27T16:18:20.0861433Z ---------------------------------------------------------------------- 2022-09-27T16:18:20.0861907Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-09-27T16:18:20.0926115Z 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-09-27T16:18:20.0926974Z torch_fn(t, out=float_out) 2022-09-27T16:18:20.7086406Z ok (0.623s) 2022-09-27T16:18:20.7142743Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:18:20.7156553Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:18:20.7174577Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:18:20.7190306Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:18:20.7202399Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:20.7214176Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:20.7546442Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:20.8186170Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:20.8668323Z 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-09-27T16:18:20.8669330Z result = torch.complex(real, imag) 2022-09-27T16:18:20.9072571Z ok (0.088s) 2022-09-27T16:18:20.9542018Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:18:21.0063489Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:21.0378913Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:18:21.0756082Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:21.0942801Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:21.1135628Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:21.1336708Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:21.1499958Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:21.1658373Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:21.2049547Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:21.2414906Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:21.4335854Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:18:21.6014197Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:18:21.6360196Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:21.6740894Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:21.7101684Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:21.7461718Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:21.7837737Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:21.8197448Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:21.8551989Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:21.8966990Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:21.9473363Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:22.1886751Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-09-27T16:18:22.4095898Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:18:22.4532626Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:22.5012213Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:22.5447499Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:18:22.5910048Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:22.6363192Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:22.6796665Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:22.7225509Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:22.7538603Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:22.7872872Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:22.8634687Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:18:22.9223500Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:22.9749588Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:23.0058337Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.0429654Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:23.0768835Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:23.1122116Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:23.1478261Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:23.1812743Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.2141710Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.2540757Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:23.2894957Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.4864024Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:18:23.6620074Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:18:23.6964136Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.7344473Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:23.7703200Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.8063867Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:23.8440364Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:23.8796899Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:23.9152818Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:23.9615634Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:24.0049857Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:24.2044520Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:18:24.3865290Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:18:24.4339342Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:24.4871616Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:24.5359899Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:24.5876590Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:24.6377598Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:18:24.6858178Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:24.7309403Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:24.7706493Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:24.8061203Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:24.9050950Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:18:24.9860147Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:25.0205519Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:25.0584279Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:25.0942982Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:25.1302502Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:25.1676094Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:25.2030153Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:25.2379024Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:25.2796931Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:25.3291443Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:25.4301291Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:18:25.5115722Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:18:25.5566949Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:25.6063174Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:25.6559521Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:18:25.7088684Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:25.7599564Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:25.8097002Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:25.8445366Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:25.8704388Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:25.8995287Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:25.9342389Z 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:13754: 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-09-27T16:18:25.9343466Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T16:18:25.9560738Z ok (0.052s) 2022-09-27T16:18:26.0270551Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:18:26.0650643Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:26.1128777Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:26.1438461Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:26.1810511Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:26.2105914Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.2397844Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:26.2706070Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:26.2997272Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.3286957Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.3455065Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:26.3621799Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.3805597Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.3998333Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.4155389Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.4309708Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:18:26.4492288Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.4613959Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.4987627Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.5619856Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:26.5889828Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.6249875Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:26.6430462Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.6683801Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.6854580Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:26.7025206Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.7211196Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.7376826Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:26.7538260Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.7721699Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.7886446Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.8297635Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:26.8562730Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:26.8917391Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:26.9095731Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.9344852Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:26.9516129Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.9688189Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:26.9872072Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.0037987Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.0166493Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.0515909Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:27.0862942Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:27.1276496Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:27.1461009Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.1650110Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.1847422Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.2009309Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.2167998Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.2636679Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:27.3126626Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:27.3847095Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:27.4627969Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:27.5202155Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:27.5866241Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:27.6370275Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:27.6936881Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:27.7422333Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:27.7907993Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:27.8412355Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:27.8894289Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:27.9375983Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:18:27.9596235Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:27.9760387Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.0162733Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:28.0765196Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:28.1023851Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.1379462Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:28.1558551Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.1810182Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.1982965Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.2158555Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.2346137Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:28.2477927Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:18:28.2642497Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.2888248Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:28.3024627Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.3749610Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:28.4654711Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:18:28.5202224Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:28.5637644Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:28.5896822Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:28.6208813Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:28.6355372Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.6504871Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.6648387Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.6775177Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.6900856Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:18:28.7148492Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:28.7286501Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:28.7947955Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:28.8845649Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:18:28.9392651Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:28.9831621Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:29.0090073Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:29.0401798Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:29.0545609Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:29.0691989Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:29.0834594Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:29.0960610Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:29.1088720Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:29.1459653Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:29.1813216Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:29.2913095Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:18:29.3857026Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:18:29.4205496Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:29.4585972Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:18:29.4943770Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:29.5300721Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:29.5672039Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:29.6029901Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:29.6382341Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:29.6794507Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:29.7190437Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:29.8282277Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:18:29.9216094Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:18:29.9628806Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:30.0096009Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:30.0512445Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:30.0952601Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:30.1386716Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:18:30.1797243Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:30.2186165Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:18:30.2544021Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:18:30.2930009Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:30.3492671Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:30.3858827Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:30.4253596Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:30.4647244Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:18:30.5038143Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:18:30.5440306Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:30.5824258Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:30.6206345Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:30.6790445Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:18:30.7201790Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:30.7804394Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:18:30.8444673Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:30.8905697Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:30.9390626Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:18:30.9870026Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:31.0327733Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:31.0772043Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:31.1081443Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:31.1368441Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:31.1891665Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:31.2593886Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:31.2969342Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:31.3439793Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:31.3736697Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:31.4049912Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:31.4337724Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:31.4637949Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:31.4941812Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:31.5227843Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:31.5509518Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:31.5929321Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:31.6283960Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:31.6598815Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:31.6974085Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:31.7334242Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:31.7704246Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:31.8079375Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:31.8437237Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:31.8790502Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:31.9354620Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:31.9708746Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.0025935Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.0412784Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:18:32.0771573Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.1128743Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:32.1501567Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:32.1859956Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:32.2211923Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.2892977Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:32.3348258Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:32.3654003Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.4067542Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.4627897Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:32.5186146Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:32.5743689Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:32.6201268Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:32.6541677Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:32.7149105Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:32.7576400Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:32.8399550Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:18:32.8997970Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:32.9675963Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:33.0163940Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:33.0689845Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:33.1192135Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:33.1677006Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:33.2133519Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:33.2468013Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:33.2820967Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:33.3789281Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:18:33.4636876Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:33.4979399Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:33.5351473Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:33.5711088Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:33.6069730Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:33.6444850Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:33.6800845Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:33.7154479Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:33.7547926Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:33.7941821Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:33.8322270Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:33.8778388Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:33.9192938Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:34.0658240Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:18:34.1087326Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:34.1501763Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:34.1883987Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:34.2286266Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:34.2550384Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:34.3330604Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:34.4397125Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:18:34.5069368Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:34.5708272Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:34.6109944Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:34.6654537Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:34.6987839Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:18:34.7323624Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:18:34.7622412Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:34.7887167Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:34.8149905Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:34.8464184Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:34.8767349Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:34.9320585Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:35.0036896Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:18:35.0426983Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.0901678Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:35.1163032Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.1539359Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.1842682Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.2152337Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.2468880Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.2768245Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.3063906Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.3431829Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.3793104Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:35.4198155Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.4386078Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:35.4577233Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.4777100Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:35.4941263Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:35.5103469Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:35.5459467Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.6081268Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:35.6432962Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:35.6847224Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:35.6860823Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:18:35.6872622Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:18:35.6884049Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:18:35.6895615Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:18:35.7207917Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:35.7518600Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.8073717Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:35.8484444Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:35.8901834Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:35.9201017Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.9601092Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:35.9914016Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:36.0226959Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:36.0554089Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:36.0859760Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:36.1165551Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:36.1852590Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:36.2544193Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:36.3208333Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:36.3941006Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:18:36.4633522Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:36.5392157Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:36.6103045Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:36.6797163Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:18:36.7486797Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:36.8013074Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:36.8709403Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:18:36.9099436Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:36.9320631Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:36.9510699Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:36.9952786Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:37.0237347Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.0615847Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:37.0816116Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.1088677Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:37.1286121Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.1438507Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.1643691Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.1832316Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:37.2019781Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.2365734Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:18:37.2525242Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:18:37.3319346Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:18:37.4554853Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:18:37.5268729Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:18:37.5856116Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:37.6178611Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:37.6538876Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:37.6703902Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.6869848Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.7048718Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.7210362Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:37.7367457Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:37.7645668Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:37.7800127Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:37.8385054Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:18:37.9341504Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:18:37.9831784Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:38.0362376Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:38.0605802Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:38.0882477Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1032375Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1184976Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1348065Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1493546Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1637811Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1818938Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.1977151Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.2385617Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:38.2650086Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:38.3022256Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:38.3200403Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.3447946Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:38.3615217Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.3780787Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.3960812Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.4120503Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.4278056Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.4466181Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.4620401Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.5031146Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:38.5202538Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.5441766Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.5604329Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.5764056Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.5937143Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.6094717Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.6248399Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.6424155Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.6581360Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.6931621Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:38.7103279Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.7345240Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.7508541Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.7670584Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.7845740Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.8003260Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.8156887Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.8332055Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:18:38.8491853Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:38.8993172Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:38.9689316Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:39.0043155Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:39.0379545Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:39.0556425Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:39.0807037Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:39.0972356Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:39.1139103Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:39.1316034Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:39.1476734Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:39.1635298Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:39.1657996Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1671887Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:18:39.1685474Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1698980Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1712315Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1725853Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1739056Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1752396Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1765732Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1779183Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1792687Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.1805982Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:18:39.2547350Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:39.3175715Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:39.3925004Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:18:39.4836328Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:18:39.5513260Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:39.6249288Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:39.6944039Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:39.7616885Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:39.8309692Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:39.8651900Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:39.9112967Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:40.0064953Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:18:40.0854229Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:40.1207918Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.1587157Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.1982185Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:40.2377118Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.2783982Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:40.3172920Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:40.3561420Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:40.3930306Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:40.4284544Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.4601385Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.4982928Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:40.5374876Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.5764423Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:40.6167950Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:40.6554561Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:40.6905851Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:40.7393960Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:40.7854664Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:40.8830481Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:18:40.9637739Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:40.9980983Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:41.0368589Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:41.0761743Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:41.1153127Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:41.1572135Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:41.1964598Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:41.2349722Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:41.2687636Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:41.3174432Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:18:41.4121442Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:18:41.4907952Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:18:41.5251421Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:41.5633008Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:41.6023046Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:41.6416051Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:41.6822406Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:41.7216449Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:41.7602906Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:41.7871419Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:41.8038727Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:41.8438516Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:41.8699021Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:41.9126778Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:41.9305610Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:41.9550784Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:41.9721312Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:41.9890822Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:42.0072748Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:42.0237282Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:42.0396393Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:42.0716687Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:42.1262945Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:42.1602919Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:42.2019615Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:42.2704011Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:18:42.3387799Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:18:42.4089386Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:42.4769333Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:18:42.5447438Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:18:42.5658565Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:42.5837120Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:42.6256576Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:42.6852434Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:42.7124539Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:42.7487334Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:42.7677298Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:42.7936028Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:42.8120742Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:42.8308959Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:42.8454046Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:18:42.8629737Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:42.8806923Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:42.9772761Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:18:43.0765934Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:18:43.1907496Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:18:43.2871852Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:18:43.3828121Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:18:43.4802215Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:18:43.5758382Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:18:43.6711806Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:18:43.8873101Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:18:44.1054689Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:18:44.3638133Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-09-27T16:18:44.5711392Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:18:44.7786795Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-09-27T16:18:44.9873779Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:18:45.1943456Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:18:45.4017676Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-09-27T16:18:45.6164541Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:18:45.8277231Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:18:46.0800793Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-09-27T16:18:46.2850526Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:18:46.4933622Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:18:46.6999354Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:18:46.9045573Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:18:47.1085674Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:18:47.1407778Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:47.1585112Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.2146205Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:47.2458977Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:47.2831611Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:47.3022110Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.3217224Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.3422385Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:18:47.3594293Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:47.3763880Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:47.4053029Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:47.4692086Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:47.5620043Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:18:47.6151455Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:18:47.6678808Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:18:47.6977266Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:47.7343571Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:47.7520291Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.7704317Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.7895034Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.8052735Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:47.8208769Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:47.8625820Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:47.9038680Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:47.9501937Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:47.9925241Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:48.0339415Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.0798695Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:48.1178324Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.1546757Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:48.1956675Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.2284412Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.2582822Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:48.2925734Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.3238501Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.3539275Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:48.3892389Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.4077011Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:48.4275757Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:18:48.4493875Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:48.4674265Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.5032632Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.5403996Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:48.5853035Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:48.6373397Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:48.6956458Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:48.7361326Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.7737094Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:48.8148739Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.8476352Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.8801828Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.9189232Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:48.9386839Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:48.9591285Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:48.9806894Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:48.9983220Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:49.0162824Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:49.0453471Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:49.0762448Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:49.1135949Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:49.1326467Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:18:49.1519689Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:49.1722774Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:49.1885386Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:49.2046829Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:49.2060235Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:18:49.2068633Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:18:49.2076002Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:18:49.2480690Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:18:49.2893315Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:49.3352914Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:49.4378984Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:18:49.5298312Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:18:49.5705504Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:49.6045412Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:49.6468832Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:49.6962217Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:49.7452552Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:49.8000129Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:49.8377133Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:18:49.8723567Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:49.9130827Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:49.9622671Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:50.0648001Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:18:50.1512026Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:18:50.2375384Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:18:50.2852066Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:50.3403129Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:50.3897093Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:50.4429278Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:50.4948528Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:50.5436835Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:50.5918759Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:50.6394677Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:50.7502053Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:18:50.8439028Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:18:50.8824641Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:50.9271953Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:50.9725224Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:18:51.0174811Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:51.0637038Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:18:51.1083973Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:51.1529900Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:51.1914432Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:51.2295161Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:51.2712999Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:51.2912523Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:51.3111423Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:51.3317402Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:51.3488315Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:51.3680245Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:51.4270114Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:18:51.4679248Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:51.5275083Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:51.5932797Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:51.6394075Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:51.6879903Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:51.7367488Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:51.7835323Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:51.8294402Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:51.8717832Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:51.9138960Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:51.9547132Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:18:52.0013500Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:18:52.0450603Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:52.0917217Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:52.1371018Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:52.1807663Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:52.2208544Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:52.4470528Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-09-27T16:18:52.6381379Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:18:52.9977764Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.364s) 2022-09-27T16:18:53.3866877Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.380s) 2022-09-27T16:18:53.5731615Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:18:53.7883721Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:18:53.9758575Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:18:54.1618390Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:18:54.4433948Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-09-27T16:18:54.6672203Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:18:54.8587891Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-09-27T16:18:55.2170728Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.364s) 2022-09-27T16:18:55.6040922Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.388s) 2022-09-27T16:18:55.7909254Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:18:56.0008680Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:18:56.1890664Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:18:56.3756507Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:18:56.6728643Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.301s) 2022-09-27T16:18:56.9032507Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:18:57.0955705Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:18:57.4520275Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.348s) 2022-09-27T16:18:57.8386058Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.395s) 2022-09-27T16:18:58.0260167Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:18:58.2365323Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:18:58.4254223Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:18:58.6122944Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-09-27T16:18:58.9047126Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.291s) 2022-09-27T16:18:58.9309078Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:58.9881347Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:18:59.0677262Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:18:59.1158955Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:18:59.1603624Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:59.1863086Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:59.2175495Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:59.2320924Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:59.2467820Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:18:59.2610189Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:59.2737550Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:59.2864554Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:59.3206865Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:59.3594513Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:18:59.4155610Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:18:59.4515462Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:59.4902153Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:59.5295255Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:59.5687643Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:59.6096459Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:18:59.6484847Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:18:59.6870905Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:59.7131965Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:59.7269975Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:18:59.7790076Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:18:59.8643959Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:18:59.9042063Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:18:59.9461660Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:18:59.9721790Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:00.0039073Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:00.0185315Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.0332377Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:00.0474377Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.0601224Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.0728815Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.1049932Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:00.1391770Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:00.2044522Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:00.2590036Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:00.3163729Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:00.3467184Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:00.3833911Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:00.4174713Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:00.4525750Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:00.4879315Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:00.5214993Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:00.5548378Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:00.6035713Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:00.6521530Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:00.7061011Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:00.7248708Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.7441587Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.7645610Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:00.7811032Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.7973334Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:00.8460976Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:19:00.8950759Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:00.9500855Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:00.9980092Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:01.0445208Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:01.0969781Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:19:01.1419573Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:01.1818491Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:01.2276887Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:19:01.2627581Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:01.2985012Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:01.4090265Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:19:01.5129069Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:19:01.5483220Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:01.5881058Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:01.6240559Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:01.6612600Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:19:01.6981350Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:01.7331546Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:19:01.7679769Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:01.8131099Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:01.8302518Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:01.9008006Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:02.0102012Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:19:02.0675354Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:02.1428882Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:02.1850245Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:02.2261928Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:02.2446291Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:02.2635821Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.2833458Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:02.2989166Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.3178014Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.3374285Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:02.3551397Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.3969745Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:02.4243681Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:02.4612899Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:19:02.4803224Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.5064408Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:02.5208449Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.5393218Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:02.5590704Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:02.5770902Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:02.5947522Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:02.6288696Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:02.6681077Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:02.7796256Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:19:02.8740159Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:19:02.9140013Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:02.9634594Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:19:03.0020611Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:03.0439255Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:03.0853780Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:03.1248811Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:03.1641303Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:03.2082450Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:19:03.2235766Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:03.2947049Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:03.3367889Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:03.3780307Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:03.3963979Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.4153764Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.4352825Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:03.4509949Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.4699310Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:03.4882767Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:03.5041213Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.5399410Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:03.5577278Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.5827991Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:03.5995847Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.6160007Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.6339648Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:03.6499092Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.6653258Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:03.7028150Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:03.7390507Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:03.8472313Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:03.9411218Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:03.9762322Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:04.0157602Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:04.0524305Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:04.0889383Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:04.1269173Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:04.1628367Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:04.1984239Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:04.2413519Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:04.2791767Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:04.3905519Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:19:04.4866028Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:19:04.5272188Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:04.5711300Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:04.6093965Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:04.6493793Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:04.6887928Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:04.7263340Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:04.7640267Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:04.8045329Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:04.8438329Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:04.9508493Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:19:05.0472715Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:05.0886030Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:05.1365758Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:05.1784848Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:05.2225713Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:05.2661656Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:05.3078603Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:05.3470590Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:05.3947857Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:05.4843128Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:19:05.6049766Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:19:05.6951876Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:19:05.7948998Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:19:05.8867822Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:05.9769490Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:06.0813480Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:06.1230584Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.1714754Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.2269850Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.2777337Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:19:06.3318622Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.3840121Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.4344489Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:06.4811715Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:06.5194986Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:06.5677772Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:06.6223612Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.6728822Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:06.7272320Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:06.7791886Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:19:06.8291626Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:19:06.8757007Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:19:06.9200977Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:06.9657121Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:07.0174163Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:07.1741505Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:19:07.2255322Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:07.2754336Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:07.3236408Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:07.3757726Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:07.4203127Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:07.4656943Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:07.5178777Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:07.5660692Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:19:07.6172333Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:07.6670505Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:07.7151996Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:07.7680012Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:19:07.8073442Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:07.8450048Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:07.8812948Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:07.9235566Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:07.9633963Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:08.0054169Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:08.0469695Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:08.0864156Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:08.1232374Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:08.1699320Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:08.2131639Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:08.2637872Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:08.3107498Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:08.3611395Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:19:08.4094974Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:08.4560425Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:08.4989245Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:08.8043579Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.307s) 2022-09-27T16:19:08.8718853Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:19:08.9364185Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.0061016Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:09.0739776Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:09.1478354Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:19:09.2267604Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:19:09.2942505Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.3615332Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:09.4149004Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.4652298Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:19:09.5404040Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:19:09.5938505Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.6512494Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.7060000Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:09.7589995Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.8112391Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:09.8602237Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:09.9075725Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:09.9763147Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:19:10.0265359Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:10.0806074Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:10.1324508Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:10.1825162Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:10.2368764Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:10.2855405Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:10.3506211Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:10.4269528Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:19:10.4935180Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:19:10.5661758Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:19:10.6340817Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:10.7003124Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:10.7753315Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:10.8652621Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:19:10.9525849Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:19:11.0443428Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:19:11.1350408Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:19:11.2350418Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:19:11.3301849Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:19:11.4205875Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:19:11.5105030Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:19:11.6000811Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:19:11.6886517Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:19:11.7817721Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:19:11.8733277Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:19:11.9745932Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:19:12.0679847Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:19:12.1594388Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:19:12.2492179Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:19:12.3337960Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:19:12.3903842Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:12.4536138Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:19:12.5127237Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:19:12.5760930Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:12.6368102Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:12.6954657Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:12.7678839Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:19:12.8399838Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:19:12.8964593Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:12.9599029Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:19:13.0189206Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.0822099Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.1424530Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.2010490Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:13.2734942Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:19:13.3481925Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:19:13.4094725Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.4657864Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:13.5244035Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.5825390Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:13.6407786Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:19:13.6993024Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.7575863Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:13.8170270Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:13.8534707Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:13.8946318Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:13.9429778Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:19:13.9770813Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:14.0123071Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:14.0480300Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:14.0816872Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:14.1149802Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:14.1744824Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:19:14.2169161Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:14.2760542Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:14.3415461Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:19:14.3992328Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:14.4495826Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:14.4983416Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:14.5455821Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:19:14.5913691Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:14.6627292Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:19:14.7173500Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:14.7782344Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:14.8355928Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:19:14.8960351Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:14.9545996Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:19:15.0115314Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:19:15.0805539Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:19:15.1534783Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:15.2072431Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:15.2662884Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:15.3237671Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:15.3859257Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:19:15.4561655Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:19:15.5124100Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:15.5830755Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:19:15.6226368Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:15.6604708Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:15.7046102Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:15.7462592Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:15.7904151Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:15.8332163Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:15.8742561Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:15.9156667Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:15.9484634Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:15.9866773Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.0953301Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:19:16.1941850Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:19:16.2289842Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:16.2720701Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:19:16.3148017Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:16.3572963Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:16.4008304Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.4364746Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:16.4729695Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.5040622Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.5280575Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.5925938Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:19:16.6475560Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:16.7155612Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:16.7463272Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:16.7835218Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.8035297Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:16.8230657Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:16.8435624Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:16.8608381Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:19:16.8775028Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:16.9148685Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:16.9504748Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:17.0465563Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:19:17.1290028Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:19:17.1643228Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:17.2027596Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:17.2396592Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:19:17.2761539Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:17.3138348Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:17.3497407Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:17.3852891Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:17.4269447Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:17.4622872Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:17.5597674Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:19:17.6429903Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:19:17.6774412Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:17.7161599Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:17.7522629Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:19:17.7878867Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:17.8254607Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:19:17.8606311Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:17.8958066Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:17.9312139Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:17.9628315Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:18.0014606Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:18.0200151Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:18.0391438Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.0591366Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.0754178Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.0914453Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.0943242Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.0964649Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.0984979Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1005484Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1024806Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1044172Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1062751Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1081676Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1099435Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1116502Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1134791Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.1151759Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1168739Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1187392Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1205621Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1226060Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1246258Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1265297Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1285550Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.1304533Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:18.1323054Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1341682Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1360164Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1378797Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1397719Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1415542Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1435294Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1456102Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.1474708Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1493744Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1511913Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1529676Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1547473Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1565102Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1582918Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1601325Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1619554Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.1638818Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1658626Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1677792Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1696314Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1715269Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1733762Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1751423Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1769643Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.1787369Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1804989Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1823460Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1841599Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1862122Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1882094Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1901504Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1921176Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.1940299Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1958965Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1977859Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.1996562Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2015239Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2034163Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2051782Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2073338Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2092109Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.2110825Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2129071Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2146719Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2164351Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2182071Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2199679Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2217433Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2237154Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.2255494Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2275479Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2295669Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2314776Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2333935Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2352592Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2371157Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2389930Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2409118Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.2427922Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2446930Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2464741Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2484325Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2504207Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2522920Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2541397Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2560324Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.2578112Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2595761Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2613508Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2631180Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2649510Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2667148Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2686325Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2707063Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.2726082Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2745430Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2763470Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2782144Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2801296Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2818050Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2835703Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2853330Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2871791Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.2889045Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2906585Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2923006Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2939906Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2956580Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2973371Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.2990999Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3007624Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3026807Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.3046336Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3064195Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3082136Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3099590Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3117335Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3134976Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3151851Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3168610Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3186948Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.3203759Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3221438Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3238315Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3256946Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3275761Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3294460Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3312029Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3330352Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3348714Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.3365510Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3382482Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3399171Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3416056Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3435152Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3453135Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3471782Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3489348Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3507015Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.3523714Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3540644Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3557405Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3576065Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3593791Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3613313Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3633328Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3652938Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.3672341Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3690791Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3709906Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3728577Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3747444Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3766102Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3784712Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3802327Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3821316Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.3838007Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3856722Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3876408Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3894726Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3913326Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3930920Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3949377Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3966824Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.3985532Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4002451Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4019305Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4036047Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4054410Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4071093Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4090784Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4112508Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4132762Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4151712Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4169827Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4188599Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4206006Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4222996Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4239635Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4256570Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4273321Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4292492Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4309761Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:18.4329182Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4350075Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4369817Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4389065Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4408032Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4426775Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4444074Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4461483Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4478029Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4494787Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4511395Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4529530Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4547488Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4567314Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4587384Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4606207Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4625822Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4644504Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4663180Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4681734Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4700325Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4718708Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4737656Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4755651Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4775798Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4795305Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4814431Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4833117Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4851155Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4868753Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4886248Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4903893Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4921338Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4940365Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.4957788Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4976473Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.4994828Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5013798Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5031956Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5049656Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5067485Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5085033Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5103183Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.5121327Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5138884Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5157241Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5176144Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5194207Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5211707Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5229300Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5247753Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.5265910Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:18.5284209Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5301775Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5320761Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5340898Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5359692Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5379017Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5397278Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5417479Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.5434954Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5452410Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5469756Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5487035Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5504653Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5522714Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5540814Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5559691Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5580052Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.5598588Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5617150Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5635573Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5654183Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5672484Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5691476Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5709585Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5729114Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.5748284Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5766869Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5785496Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5803913Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5822537Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5840952Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5860052Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5877830Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5897553Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.5916389Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5934999Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5953379Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5971907Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.5990395Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6008828Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6027605Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6045510Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.6064144Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6082370Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6101914Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6119231Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6136802Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6154172Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6171686Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6189213Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6208674Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.6226569Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6246543Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6266569Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6285611Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6304618Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6323190Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6341768Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6360918Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.6379901Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:18.6398331Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6417290Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6434729Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6453159Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6472111Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6490206Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6507815Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6525775Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.6543388Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6560909Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6579564Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6596666Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6616320Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6637357Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6657548Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6677313Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6696502Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.6715154Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6732540Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6749675Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6767328Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6784024Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6801096Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6819457Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6837268Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.6856340Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6876199Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6895121Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6914388Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6933295Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6952224Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6970223Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.6987740Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7005841Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.7023402Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7040776Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7059164Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7077470Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7096403Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7113763Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7130474Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7147354Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7165979Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:18.7182881Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7201331Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7219942Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7237856Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7256147Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7276037Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7295409Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7314565Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7334955Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.7353388Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7370870Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7389816Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7409124Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7428678Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7446258Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7465373Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7483887Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.7501491Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7518833Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7536264Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7553654Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7571775Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7589238Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7607519Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7626111Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7644378Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.7662030Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7679631Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7697309Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7714890Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7734097Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7753941Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7772351Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7790323Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.7807022Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7825368Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7844010Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7862536Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7879741Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7897441Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7914879Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7931630Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7948927Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.7965663Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.7982513Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8000284Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8017192Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8036422Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8056893Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8076061Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8095482Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8114848Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:18.8133439Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8150953Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8167697Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8184722Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8201457Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8218357Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8235969Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8252812Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8272379Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.8292897Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:18.8311451Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8329911Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8347340Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8365052Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8382585Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8399274Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8416197Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8432958Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8450047Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.8467646Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8484380Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8502805Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8521475Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8540094Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8557267Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8575053Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8592994Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.8609762Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8626652Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8643425Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8660252Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8677754Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8694585Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8712533Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8730391Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8748099Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.8765386Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8782470Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8799129Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8816014Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8832769Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8850340Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8867164Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8885016Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8903137Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8921362Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:18.8938869Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8955734Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8972548Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.8989348Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9006016Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9023655Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9040388Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9059175Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9079505Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.9098090Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9116445Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9134241Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9152556Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9169999Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9186870Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9203597Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9220594Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9238378Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.9253585Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9268396Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9283323Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9298235Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9313709Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9327926Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9342706Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9357474Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9372351Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9387679Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:18.9402434Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9417231Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:18.9461538Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9524900Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9660739Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.9705898Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.9786019Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9820589Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9860038Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:18.9889681Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9918956Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9948521Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:18.9977206Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0005668Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0045530Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.0082000Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0154248Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0209936Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.0243624Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0282461Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0318899Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0355642Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.0392937Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0429113Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0465203Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0511288Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.0563942Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0731714Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.0877052Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.0918619Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.0966114Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1008042Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1051472Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1093728Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1136229Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1177788Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1217505Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1252907Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1324494Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1374245Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1454653Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1487686Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1525638Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1561311Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1597089Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1634008Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1669334Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1704501Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1743807Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1780857Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1853142Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1906373Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.1940253Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.1978488Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2014757Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2051135Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2089019Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.2125103Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2161387Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2209435Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2253168Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.2394782Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2517605Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2562828Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.2612819Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2658051Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2703991Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2749978Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.2794419Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2836627Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2876607Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.2913215Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.2977602Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3023484Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.3056227Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3094142Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3130121Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3166057Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3204149Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.3239999Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3275818Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3321281Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3369271Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.3452842Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3515292Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.3555495Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3602067Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3651916Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3700925Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.3749800Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3797446Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3834131Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.3872279Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3907655Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.3967552Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.4095857Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:19.4138406Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.4214711Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4248317Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4286785Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4324532Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.4360099Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4396400Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4431486Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4467075Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.4496414Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4524915Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4553592Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4582877Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4611983Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4639719Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.4672324Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4700746Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4753232Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4872318Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.4904964Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.4974373Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5001023Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5033097Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5062313Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5091381Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5120977Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5149637Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5178165Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5210847Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5240730Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5293588Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:19.5327070Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5395804Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5422396Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5454058Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5482837Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5511499Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5540994Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5573895Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5617088Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5676293Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5725065Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5782737Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5823854Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5866803Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5911552Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.5954855Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.5989869Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6039694Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.6086297Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6156138Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6288822Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.6339768Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6425198Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.6468267Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6518507Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.6563673Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6608355Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6654197Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6699309Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.6744001Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6777638Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6806394Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.6860667Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.6978667Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7013654Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.7083507Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7111015Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7144445Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.7174334Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:19.7203104Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7232856Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7261193Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7289600Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7328995Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.7357737Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7422579Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7559261Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.7602656Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7677732Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.7710445Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7747672Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7776815Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7806130Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.7835238Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7863666Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7891949Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7930219Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.7959788Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.8023161Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8161344Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:19.8205343Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8281516Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.8314191Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8351616Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8380950Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8410003Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8439354Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.8467803Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8496131Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8535381Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8571960Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8638774Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.8685736Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8719034Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8757970Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.8794264Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8830818Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8868029Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8904678Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.8940863Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.8985498Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9024677Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9116588Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.9186102Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9226176Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.9270382Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9310816Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9352507Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9394663Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.9434962Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9473687Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9513294Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9549510Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.9626673Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9659161Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9697128Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.9732620Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9767644Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9804048Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9838851Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9874448Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:19.9930578Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:19.9974105Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0023555Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.0078340Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0127642Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0179151Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.0228696Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0277865Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0320601Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0359515Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.0394180Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0452917Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0577003Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.0615550Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0690483Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.0722729Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0759540Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0795227Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0829074Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.0864021Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0898133Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0932371Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.0972088Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1008560Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1041739Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1080232Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1117549Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1153707Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1190764Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1226714Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1262870Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1303805Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1340143Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1372867Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1411164Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1447727Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1483902Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1520670Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1556567Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1593126Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1634761Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:20.1678344Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1710368Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1748640Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1792259Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1835345Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1879662Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.1923526Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.1958945Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2015368Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2056258Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2153139Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.2205549Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2264832Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.2310357Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2356607Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2403338Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.2448196Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2491165Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2530403Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2567407Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.2632766Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2679191Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2712937Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.2751320Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2787288Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2822695Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2860265Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.2896201Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2931963Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.2970540Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3006318Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3039865Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.3077393Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3113122Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3149382Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3187074Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.3222563Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3257856Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3296967Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3328264Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3394358Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.3535685Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.3581305Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3661371Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.3695138Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3733644Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3764117Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3794736Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3826062Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.3855358Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3884281Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3922554Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.3958201Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4017270Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4142786Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4182540Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4257608Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4291450Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4329441Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4364608Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4399586Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4435136Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4470371Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4505088Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4544872Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4577815Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4616568Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4645998Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4675245Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4704963Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4733647Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4762618Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4805699Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4891222Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.4929282Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.4971344Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5018986Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5106181Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.5147395Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5193655Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5235870Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.5273374Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5334620Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5376986Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5451061Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.5484122Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5524026Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5561893Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.5598855Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5636966Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5673497Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5710759Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.5752324Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5790172Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5825595Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5867472Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.5905034Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5943272Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.5981784Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6019636Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.6074768Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6157979Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6354023Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:20.6415306Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6449949Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6479704Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6533025Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.6567636Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6637612Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6666971Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.6699788Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6729788Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6758927Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6789023Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6818405Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.6847268Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6884289Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6913085Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.6972414Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.7112293Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:20.7156383Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:20.7234144Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7264820Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7300614Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7330645Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.7359787Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7389493Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7418212Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7446771Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7482713Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.7511482Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7568924Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7703585Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.7742827Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7819109Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.7848474Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7882874Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7912383Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7941851Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.7971483Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.7999964Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8028453Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8061783Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8090874Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8146516Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:20.8181497Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8251217Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8279331Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.8311776Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8340907Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8369678Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8399444Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8429274Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.8457765Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8491657Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8520203Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8593993Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.8620740Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8653275Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8682339Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8711273Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8741551Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.8770049Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8798625Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8831779Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8860528Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8930394Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.8957256Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.8989907Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9018953Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9047663Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9077673Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.9106139Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9134692Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9167002Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9195754Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9251331Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.9373626Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.9408498Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9477399Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9504448Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9537637Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:20.9566915Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9595973Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9625550Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9654117Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9682692Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9700417Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:20.9717457Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9734129Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9750815Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9767470Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9784301Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9800943Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9817698Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9834397Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9851827Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:20.9868564Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9885250Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:20.9929158Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:20.9971010Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0007755Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.0050279Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0091712Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0133356Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0176523Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.0217247Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0255227Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0293861Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0338182Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.0402894Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0448472Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0481692Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.0519571Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0557662Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0595553Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0635142Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.0673660Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0711535Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0750389Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0786817Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.0819824Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0857864Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0895625Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0933500Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.0972752Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.1010440Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1046308Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1085476Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1134235Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:19:21.1202477Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:19:21.1248930Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:19:21.1282324Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:19:21.1320103Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1357799Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1395633Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1434826Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.1472561Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1510453Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1548771Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1594462Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.1658366Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1703964Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1737586Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.1775247Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1813215Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1851631Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:21.1890492Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1928380Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.1966145Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2003811Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.2033150Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2086495Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2120643Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2195046Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.2221662Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2254280Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:21.2283119Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2311860Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2341606Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2371656Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:19:21.2400156Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2438870Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2480113Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2511662Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2549222Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.2594414Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2639899Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2686927Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.2732210Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2777345Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2809687Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.2838726Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.2891211Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3010692Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.3043313Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3112175Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3138446Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3171160Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.3200003Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3228352Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3257833Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:21.3286037Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3314314Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3361958Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3399589Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3443562Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.3483559Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3523476Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3564896Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.3604830Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3644562Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3701923Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3750690Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.3806914Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3856732Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.3906984Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.3957585Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4007520Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4058488Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.4122642Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4176767Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4241616Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.4298754Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:19:21.4355249Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4412123Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4468076Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.4523857Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4564790Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4594629Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4676607Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.4709993Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4748289Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4778282Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.4807249Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4837416Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4865762Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4894264Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.4933868Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.4997252Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5136018Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.5179640Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5258984Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.5292455Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5330383Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5360133Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5389570Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5419985Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.5448415Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5477176Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5522574Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5562701Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.5606101Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5651845Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5691095Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5735280Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.5778779Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5815278Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5856028Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5897683Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.5931064Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.5969089Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6008210Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6041199Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.6078911Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6107956Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6137199Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6166658Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6196802Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.6236602Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6270329Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6309194Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6359037Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.6438132Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6503359Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.6556795Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6615279Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6675330Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.6724621Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6776476Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6805596Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6835787Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.6865552Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6894087Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6922757Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6961258Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.6993826Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7031000Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7059940Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7088587Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7118186Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7147872Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7176367Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7236760Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7282484Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7334678Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7380443Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7419228Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7462916Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7547579Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7612881Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7657166Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7692228Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7733488Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7783086Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7826208Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7874564Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7917929Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.7953969Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.7994518Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8036786Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8105273Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.8153896Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8244655Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.8279878Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:21.8318485Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8354889Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8390938Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8428553Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.8464236Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8499862Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8540589Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8607503Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.8654821Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8686874Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8726368Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.8762152Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8797565Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8834203Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8869864Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8906519Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.8948237Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.8984368Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9023701Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9053436Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.9082236Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9111718Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9140445Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9169983Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9227513Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.9270487Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9319135Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9375464Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.9424158Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9473704Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9523491Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9572457Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.9614618Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9660188Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9703939Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.9742682Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9786728Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9827915Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9870505Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:21.9913279Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9953434Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:21.9992644Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.0150801Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.0281930Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.0508774Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:22.0756183Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.0887607Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1017973Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1148625Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1278527Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1461760Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1623054Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1756372Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.1983156Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.2229468Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:22.2360146Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.2491655Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.2621980Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.2751252Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.2934334Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.3094547Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.3228203Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.3452269Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.3695489Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:22.3826682Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.3958604Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4089006Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4219136Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4403585Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4445307Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4508852Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4639151Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4681698Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4755729Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4788246Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4825221Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4854347Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4883025Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4912771Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.4941207Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.4969595Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5008843Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5044364Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5122218Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.5154562Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5191849Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5228600Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.5263639Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5299875Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5334902Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5370472Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.5408383Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5437547Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5495615Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5620662Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.5659154Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5734087Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.5766374Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5803398Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5832637Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5862301Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.5892426Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5920172Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5948818Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.5990291Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6030476Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.6093992Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6137698Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6217861Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.6249774Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6286589Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6322794Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.6358533Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6394784Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6430019Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6465735Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6505837Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.6539052Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6577238Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6606484Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6635970Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.6665480Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6694000Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6722448Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6761892Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6798852Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.6858005Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6930122Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.6978312Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7025433Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7072941Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7111090Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7154430Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:22.7196088Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7234795Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7324265Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7394027Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7427209Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7466251Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7502977Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7539890Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7577255Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7613928Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7649922Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7696662Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7725719Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.7792545Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7933820Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.7979073Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8069962Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.8109784Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:22.8150459Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8179716Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8208812Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8240717Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.8268882Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8299172Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8331909Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8360515Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8412469Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.8443810Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8512154Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8537994Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8569616Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.8598243Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8627002Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8657395Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8685174Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8714062Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.8755386Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8793842Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8885793Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.8954715Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.8991281Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9032611Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.9071512Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9110952Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9150830Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9190036Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.9228671Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9275479Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9304811Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9394016Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.9433801Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9474748Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9504648Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.9533989Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9564292Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9593454Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9623881Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9657251Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9686078Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.9754877Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9781686Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9814061Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9843485Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:22.9872629Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9902304Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9930794Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9960289Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:22.9998954Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0035484Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0100957Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0149184Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0182208Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0220388Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0256662Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0292994Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0329940Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:23.0366020Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0402043Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0447634Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0485302Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0575476Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0644124Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0681675Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0723635Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0761385Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0799921Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0838447Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0875866Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0913390Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.0958203Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.0996747Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1084566Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.1152998Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1190402Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1233926Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1274237Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.1314992Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1355983Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1396003Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1434603Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.1479382Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1546149Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1634139Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.1702981Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1771644Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.1840930Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.1909411Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.1984718Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2023946Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.2067542Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:23.2116546Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2161760Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2208736Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.2255215Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2300496Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2343955Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2382645Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.2426032Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2474617Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2519991Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.2566250Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2612345Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2657374Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2700839Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.2745721Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2793973Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2847340Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.2897776Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.2949301Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3000724Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3051757Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3098333Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3143640Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3191720Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3244834Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3295439Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3346809Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:23.3397770Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3447757Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3495228Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3542125Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3579834Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3619427Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3663226Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3704729Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3746825Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3789395Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3830646Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3867659Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3906128Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.3947809Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.3993986Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4036724Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4080759Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.4125281Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4167981Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4208710Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4410395Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:23.4468031Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4521293Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4579701Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.4634795Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4692074Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4747403Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.4802452Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4857457Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.4904265Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.4948384Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5008383Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5055081Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.5102583Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5149704Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5196489Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.5242732Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5286850Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5329131Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5386514Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.5431696Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5477940Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5524187Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.5569181Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5613419Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5657706Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5710935Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.5772457Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5826896Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.5881542Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5936752Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.5991413Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.6051127Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6120417Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6188202Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.6260092Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6331630Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.6401299Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6473112Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.6544061Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6615311Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.6686170Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6755764Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6829881Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.6901698Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.6973461Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7046108Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7118523Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7189430Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7253242Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7310880Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:23.7372127Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7430944Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7488017Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7547303Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7604447Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7664533Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7726532Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7781987Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7842656Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.7899990Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.7956983Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8014768Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8071238Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.8131499Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8174160Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8215874Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:23.8249655Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8289169Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8326775Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8364061Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.8402301Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8439580Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8476746Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8513207Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8552394Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.8597004Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8632072Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8667454Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8703563Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.8738388Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8773209Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8829188Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8872316Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.8920689Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.8975239Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9024199Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.9073944Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9123217Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9172054Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.9214617Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9275283Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9329115Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.9387580Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9442436Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9498672Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.9554189Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9608928Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9666815Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.9728648Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9782293Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9841259Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:23.9896857Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:23.9953776Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.0009976Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0065668Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0123661Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:19:24.0164700Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:19:24.0204183Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:19:24.0249356Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:19:24.0290863Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0333079Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0375457Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.0416688Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0457862Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.0496967Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0534650Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0600661Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.0647992Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0680097Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0717824Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0754065Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.0789984Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0827164Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0862860Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0898742Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.0938602Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.0969413Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1032573Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1075841Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.1162117Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1195397Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1233792Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.1264850Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1294992Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1325656Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.1355345Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1385108Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1424688Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1461662Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1527153Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.1574331Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1607782Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1646278Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.1682902Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1719787Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1757496Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1794360Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.1831070Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1870892Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1907582Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.1973229Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.2019748Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2053141Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2091838Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2127530Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.2164050Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2200039Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2235949Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.2271063Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2309615Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.2341710Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2379246Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2407936Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2436705Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2466432Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.2494968Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2523425Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2542428Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2560326Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2579238Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2598512Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2617075Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2635100Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.2653122Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2670969Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2688847Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2707452Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2725592Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2745907Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2765848Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2785139Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.2804247Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2823259Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2842054Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2860865Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2879588Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2898412Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2917336Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2935715Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.2955098Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2974764Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.2993366Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3012324Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3031134Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3049896Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3068768Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3087925Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.3106250Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3126298Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3146191Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3165300Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3184661Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3203390Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3222319Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3241101Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3260467Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.3279201Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3298305Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3316481Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3336674Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3356534Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.3376014Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3395176Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3414114Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3432811Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3451738Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3470542Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3489344Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3508760Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.3525783Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3544504Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3563521Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3583035Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3600961Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3619329Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3636583Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3654058Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3671029Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.3688123Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3705407Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3724215Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3742783Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3762275Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3781831Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3800714Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3819853Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.3838821Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3857864Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3876821Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3895369Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3912377Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3930909Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3950733Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3969051Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.3988819Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.4006702Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4025245Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4043001Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4060122Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4077049Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4094178Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4111213Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4131058Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.4150502Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4170045Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4189049Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4207386Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4225969Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4244542Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.4263002Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4282278Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4302011Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4321438Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4340873Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.4359488Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4378145Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4396698Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4415324Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4434707Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4454515Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4474428Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4494000Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.4512740Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4531489Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4550152Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4568881Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4587570Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4604726Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4623774Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4642516Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.4661727Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4679502Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4696785Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4713821Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4730922Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4748104Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4766532Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4786086Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4807475Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.4826814Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4846421Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4865097Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4884188Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4902306Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.4919481Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4936766Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4953664Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4970855Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.4989517Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5008250Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5027530Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5046508Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5064951Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.5083551Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5102682Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5120806Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5138910Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5157246Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5175581Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5194187Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5213627Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.5232035Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5250423Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5268704Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5286043Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5303275Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5320729Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.5339579Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5358378Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5377653Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5396395Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5415066Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5434462Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5453597Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5472563Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.5491103Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5509769Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5529033Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5546781Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5564199Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5581387Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5598649Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5615934Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5634752Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.5653636Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5672744Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5690501Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5707905Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5724998Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5742257Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5759347Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5787535Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.5815785Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5842517Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5860979Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5879167Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5899286Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5919391Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5939550Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.5958412Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5977209Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.5996268Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6015358Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6034084Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6052860Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6071160Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6089378Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6107720Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.6126307Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6146653Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6166836Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6186838Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6205927Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6225434Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6244175Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6262884Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.6280996Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6299312Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6317505Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6336306Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6356176Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.6376670Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6395952Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6415454Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6434574Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6453687Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6472672Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6491901Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6510967Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.6530126Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6549027Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6568171Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6586149Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6603585Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6620741Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6637956Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6655228Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6673850Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.6691706Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6710347Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6729567Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6747932Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6765778Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6783743Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6801570Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6819521Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6838058Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.6855922Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6874604Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6893857Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6913952Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6931853Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6949702Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6967582Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.6985664Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.7006003Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7024136Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7042993Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7061872Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7080045Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7098284Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7116630Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7135814Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.7154208Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7173155Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7191195Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7210430Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7230328Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7248987Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.7267193Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7285389Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7303826Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7321993Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7341006Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7359034Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7378787Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7398523Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.7417189Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7435068Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7453263Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7471079Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7489181Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7507496Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.7526609Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7547030Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7566024Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7585398Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7603228Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7621622Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7639452Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7657001Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.7673888Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7690975Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7707961Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7726644Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7744580Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7763431Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7782396Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7801407Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7820008Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.7837650Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7855572Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7873373Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7891122Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7909412Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7926238Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7945563Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.7965707Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.7984735Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8003737Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8022119Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8040873Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8058767Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8075586Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8092477Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8109275Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8126567Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.8145025Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8162669Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8182077Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8201750Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8221278Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.8239549Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8258799Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8277083Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8294720Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8312372Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8330016Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8347706Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8366069Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8384946Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.8403768Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8421710Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8438656Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8455668Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8472611Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8489517Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8507987Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8526034Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8544704Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.8563541Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8582358Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8601060Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8620019Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8638367Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8657055Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8675043Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8693040Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.8712384Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8732254Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8751433Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8769893Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8787689Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8805295Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8823073Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8840663Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8858510Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.8876749Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8893727Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8912896Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8933879Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8953741Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8973307Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.8991605Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9010575Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.9028279Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9045184Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9062127Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9079021Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9096038Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9113709Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9130574Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9149191Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9168258Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.9187016Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9204804Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9223012Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9240083Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9257210Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:24.9274172Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9291116Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9308105Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9326649Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9344615Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9364355Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9384663Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9403070Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9421652Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.9439859Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9457587Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9475232Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9492950Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9510453Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9528674Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9545732Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9564434Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9583076Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.9601942Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9619694Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9636669Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9653582Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9670491Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9687423Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9705247Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9722198Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9740437Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.9758269Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9776791Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9794408Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9811427Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9828393Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9845276Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9862213Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9880843Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9899152Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:24.9919192Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9939388Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9958222Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9977503Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:24.9996190Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0014924Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0033520Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0052568Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.0071015Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0089935Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0107677Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0126919Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0147372Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:19:25.0166477Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0185430Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0203666Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0221379Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0238947Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0256670Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0274330Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0292767Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0310513Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.0329816Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0349631Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0368113Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0386599Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0404997Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.0422756Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0440360Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0458150Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0475706Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0493526Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0512107Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0531107Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0549631Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0567250Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.0585007Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0602718Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0620481Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0638047Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0656554Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0675520Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0693806Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0711459Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0729145Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.0746961Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0764586Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0782238Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0800837Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0819844Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0838258Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0855969Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0873652Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.0891402Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0908955Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0926540Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0945198Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0964098Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.0982446Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1000033Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1017765Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1035540Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.1053214Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1070755Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1088838Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1107409Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1125618Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1143571Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1161056Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1178761Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1196456Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.1214947Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1232544Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1250841Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1269358Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1287134Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.1304893Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1322439Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1340209Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1357731Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1375441Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1393998Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1412771Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1430356Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1448096Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.1465876Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1483399Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1501095Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1519877Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1537668Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1555664Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1574291Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1592491Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1610286Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.1628065Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1645670Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1663483Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1681172Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1699993Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1719038Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1737282Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1755119Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1772714Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1790324Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1807961Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1825649Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1843671Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1861824Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1879471Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1897247Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1914956Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.1932685Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1950266Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1967816Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.1986397Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2005343Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2023696Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2041341Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2059090Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2076875Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.2094645Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2112331Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2130867Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2149864Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2167972Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2185764Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2203464Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2221348Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2239375Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.2257007Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2275482Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2294545Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2312795Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2330843Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.2348638Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2366126Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2383867Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2401542Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2420160Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2439121Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2457426Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2475096Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2492944Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.2510642Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2528313Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2546103Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2564600Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2583253Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2601020Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2618884Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2636534Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2654572Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.2672112Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2690941Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2709410Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2729323Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2749291Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.2768288Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2787342Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2806302Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2825382Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2844301Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2862579Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2881081Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2900233Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.2918339Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2936243Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2953694Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2971303Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.2988874Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3007400Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3025168Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3043709Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3062940Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.3081347Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3099120Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3116787Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3134594Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3152168Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3169708Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3188303Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3207212Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3225645Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.3243308Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3261078Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3278795Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3296513Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3314205Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.3332818Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3351745Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3369871Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3387643Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3405235Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3422989Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3440704Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3458500Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3476848Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.3495310Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3512959Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3530528Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3548190Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3565764Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3583538Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3601590Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3619622Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3639458Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.3659516Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3678683Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3697621Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3716126Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3734746Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3753219Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3771886Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3790551Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.3809411Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3826286Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3845403Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3865163Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3884428Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3902368Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3920519Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3939000Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.3955769Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3972618Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.3989499Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4006327Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4024700Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4042739Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4062734Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4082563Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4102346Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.4120638Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4139268Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4157800Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4176432Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4194917Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4213743Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4232526Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4250605Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.4270576Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4290124Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4309412Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4328295Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4347025Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4365611Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.4384272Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4402723Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4421445Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4440310Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4458956Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4477880Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4495677Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4512704Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.4529421Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4546387Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4563269Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4581186Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4600387Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4621615Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4640662Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4660192Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4678297Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.4696561Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4713360Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4729263Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4745102Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4761143Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4776972Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4794751Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4812904Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4835964Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.4858955Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4877273Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4895546Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4913335Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4931112Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4948858Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4966561Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.4984460Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.5002901Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5021001Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5044997Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5069398Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5087607Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5106201Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5124020Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5141444Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.5159166Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5176219Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5193185Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5210815Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5228582Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5248420Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.5267849Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5287094Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5305406Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5323567Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5341677Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.5359370Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5377442Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5395106Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5412899Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5431554Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5449474Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.5472607Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5495667Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5513964Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5532223Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5549876Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5567563Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5585380Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5603189Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.5620982Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5639637Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5657582Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5680135Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5703217Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5721866Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5740816Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5758794Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.5776287Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5794194Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5811386Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5828395Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5846174Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5864140Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5884351Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5904603Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.5922674Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5940840Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5958564Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5976391Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.5994108Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6012115Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6029648Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6048116Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6066270Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.6085766Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6105880Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6124233Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6142944Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6160919Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6178445Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6196453Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6213782Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6230599Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.6248017Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6265537Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6283701Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6304428Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6323382Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.6342695Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6360656Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6379016Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6396531Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6413429Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6430275Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.6446879Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6463642Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6479711Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6495764Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6511583Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6527491Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.6543500Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6559336Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6576066Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6591899Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6609100Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6628772Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6645985Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6664088Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6680769Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.6698153Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6714708Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6730660Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6746636Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6762454Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6778422Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6794968Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6810833Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6828184Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6846079Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.6864287Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6880915Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6898369Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6915096Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6930982Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6946994Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6962808Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6978583Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.6996537Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.7015081Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7033484Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7050133Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7066065Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7081790Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7097708Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7113532Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7131882Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7150366Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.7170141Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7191076Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7210512Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7230356Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7249425Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.7268487Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7286830Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7305181Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7323392Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7341754Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7360060Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.7377612Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7393359Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7410733Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7430582Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7447681Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7465931Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7482298Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7498833Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7514899Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.7530909Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7546783Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7562625Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7578581Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7596122Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7612764Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7631862Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7653177Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7672448Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.7691531Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7709329Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7727261Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7743930Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7759695Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7775351Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7791095Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7806859Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7824819Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.7841546Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7860347Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7881623Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7900901Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7920059Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7938320Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7956633Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.7973694Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.7989580Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8005223Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8021187Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8036991Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8055131Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8073306Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.8094077Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8114642Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8132966Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8151062Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8168712Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8186511Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8204231Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8222024Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8240242Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.8258712Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8276699Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8297356Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8317683Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8336175Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.8354796Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8372834Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8390898Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8408938Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8427220Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8445211Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8463784Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8481611Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8501441Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.8519715Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8537990Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8555864Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8573795Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8591600Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8609379Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8627328Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8646464Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8664554Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.8682843Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8702166Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8720167Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8737740Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8755701Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8773108Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8790173Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8807615Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.8825029Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8843053Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8863718Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8882361Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8901693Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8919727Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8937931Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8955488Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.8972339Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.8989660Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9006258Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9022907Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9040757Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9058846Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9077077Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9095388Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9113118Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9130935Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.9148612Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9166378Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9184166Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9203051Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9221145Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.9239237Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9257555Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9275266Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9293104Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9310763Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9328555Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.9346259Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9365448Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9383899Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9401964Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9420543Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:25.9438633Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9456898Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9475138Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9493390Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9511107Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9529968Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9547765Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9567101Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9586165Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.9605281Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9623155Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9640405Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9658382Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9675354Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9692436Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9709997Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9727758Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9748116Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.9768170Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9786380Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9804314Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9822149Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9839713Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9857550Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9875207Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9894820Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:25.9913414Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9931402Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9949525Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9968017Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:25.9986062Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0003975Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0022141Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0040242Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0058332Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.0076905Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0093951Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0112734Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0134578Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0153955Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0173495Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0191934Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0210349Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.0227578Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0243980Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0260406Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0276577Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0293002Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0310804Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.0328275Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0346641Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0367211Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0386047Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0405336Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0423291Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0441513Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0459218Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.0475994Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0493495Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0510077Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0526581Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0544399Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0562560Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0580886Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0597512Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0613637Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0629721Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.0645500Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0661515Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0679336Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0699042Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0717414Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.0735787Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0744747Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:26.0752850Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:26.0760351Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:26.0768078Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:26.0785547Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0803024Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0821343Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0840033Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0859158Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0877497Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.0895488Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0912963Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0929567Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0946384Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0963112Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0979901Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.0998404Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1017265Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1036640Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.1055730Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1074433Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1093182Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1111800Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1130420Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1149217Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1168082Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1189066Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.1207709Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1225189Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1241193Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1258614Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1276300Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1294756Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.1311298Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1328595Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1345514Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1361035Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1377014Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1392887Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1408767Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1425927Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1441758Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1460453Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.1481409Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1499836Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1518217Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1535327Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1553001Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1569456Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1585404Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1601345Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.1617315Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1633161Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1650072Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1666051Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1684021Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1704549Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1722239Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1740776Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1757285Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.1774384Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1790919Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1806710Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1822670Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1838480Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1854402Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1870897Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1886690Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1904348Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1922042Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.1940173Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1956360Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1973187Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.1989673Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2005534Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2021552Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2037386Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2053412Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2070195Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.2085980Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2103704Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2120208Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2137810Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2154362Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2170207Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2186235Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2201999Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2217914Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2234604Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.2250303Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2267910Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2284086Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2300960Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2317434Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2333593Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.2349420Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2365400Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2381298Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2397922Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2413816Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2431598Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2451763Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2469154Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2487342Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.2503912Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2521301Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2537955Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2553740Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2569540Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2585476Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2601352Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2615675Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2629639Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2643645Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:26.2657601Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2671500Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2685394Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2699360Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2713340Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2727072Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2741066Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2754929Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2768777Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:26.2788869Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2808186Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.2828192Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2848312Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2867274Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2885983Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2904800Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2923477Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2942424Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2961094Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.2979288Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.2999552Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3019613Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3037859Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3055993Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3073826Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3091731Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3109750Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.3127372Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3145230Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3163539Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3181510Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3199685Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3218154Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.3236063Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3253817Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3271583Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3289281Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3307130Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3325802Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.3344136Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3364437Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3384518Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3402701Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3420897Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3438658Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3456532Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3474425Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.3492413Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3510145Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3528379Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3547166Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3568289Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3587732Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3605813Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3624172Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.3641924Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3659773Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3677514Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3695349Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3713109Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3731442Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3748014Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3765374Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3783372Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.3802481Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3819603Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3836347Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3853055Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3868883Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3884731Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3900679Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3916556Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3935416Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.3954479Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3972779Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.3991095Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4009829Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4028439Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4046708Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4065519Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4084066Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4101653Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.4117550Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4135056Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4154626Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4171678Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4188929Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4205578Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4223066Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4239696Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4255971Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.4271742Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4287708Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4303744Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4323703Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4344125Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4364806Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.4384556Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4404264Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4424095Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4443661Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4463377Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4485972Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4508372Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.4531229Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4553071Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4574848Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4596429Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4618251Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4639878Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4662630Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.4684836Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4707802Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4729525Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4751399Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4773457Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4795001Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4817125Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4835848Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4853035Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4871846Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4890089Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4908462Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4925241Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4941387Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4957309Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4973439Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.4989850Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5007570Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5027111Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5048444Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5067694Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5086985Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5105118Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5123350Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5140656Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.5156556Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5172548Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5188552Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5204563Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5223045Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5241620Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.5260319Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5279022Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5297783Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5316328Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5335610Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.5354559Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5372762Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5391123Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5409441Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5427819Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5446198Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5464575Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5482880Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5501567Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.5517426Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5533494Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5549523Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5567642Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5586295Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5604799Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5623716Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5642647Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5662970Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.5681376Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5699838Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5718248Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5736582Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5754789Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5771837Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5787814Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5805936Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.5821885Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5837779Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5855542Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5873811Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5892297Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5910915Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.5926669Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5942740Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5958816Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5975147Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.5983385Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:26.5991437Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:26.5999460Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:26.6017442Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6035877Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6054646Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6076633Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.6097223Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6115817Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6134428Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6152966Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6172213Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6190808Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6209640Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6230196Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.6248588Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6266882Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6285739Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6305856Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6327330Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.6347676Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6366259Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6385037Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6403565Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6421863Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6440082Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6458395Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6478498Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.6497518Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6518243Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6538748Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6557249Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6577596Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.6595677Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6613780Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6631739Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6649730Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6667834Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6686268Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6705039Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6723812Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6742188Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.6758353Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6774515Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6790606Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6806773Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6825471Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6843316Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6861748Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6880910Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6900399Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.6917977Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6936385Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6953566Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6970787Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.6989005Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7006935Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7024707Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7043498Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7062896Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.7080236Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7098279Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7115405Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7132881Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7156556Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7178610Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7207262Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.7234650Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7255719Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7277116Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7298998Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7321466Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.7344880Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7367833Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7389771Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7416531Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7443710Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7466201Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.7487368Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7509295Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7530194Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7553732Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7576790Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7598444Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7626396Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.7653489Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7674491Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7695744Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7717387Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7738310Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7761540Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7780436Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.7799501Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7820633Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7839478Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7858492Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7876560Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7894468Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7910983Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7926711Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7944861Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.7960595Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7976568Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.7994349Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8012330Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8031771Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8050057Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8068319Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8087665Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.8105642Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8123640Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8141584Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8159397Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8177673Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8194447Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8212629Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8233526Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8254462Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.8273447Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8291602Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8309544Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8326191Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8342075Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8359844Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.8375873Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8391533Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8409240Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8427109Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8448590Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:26.8468799Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:26.8488112Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8506314Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8524445Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8542418Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8560180Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8578031Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8595715Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8614786Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.8633604Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8652399Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8671071Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8687767Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8703838Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8719567Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8735493Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8751290Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8770765Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.8789682Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8808244Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8826980Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8845319Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8864066Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8882657Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8900878Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8919525Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8940776Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.8958501Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8979231Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.8999659Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9017697Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9035921Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9053869Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9071628Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9090803Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.9108605Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9126310Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9144930Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9161510Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9180193Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9201602Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9220820Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9240448Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9261808Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:26.9280146Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9297041Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9312884Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9328676Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9344557Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9360492Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9377517Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9393340Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9412417Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.9430143Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9448132Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9465111Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9482498Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9499117Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9514936Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9530945Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9546841Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9564142Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.9582160Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9600150Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9620871Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9641148Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9659298Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9677553Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9695671Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9713579Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9733024Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.9750859Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9768769Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9787399Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9804021Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9823087Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9841159Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9859512Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9877413Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:26.9893315Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9909059Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9924807Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9940816Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9957312Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9973354Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:26.9990569Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0007161Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0024882Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0042577Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0058452Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0074255Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0090061Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0105964Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0123769Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0141701Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0162277Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0182830Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0203527Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0221767Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0239502Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0257198Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0274861Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0292657Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0310280Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0328763Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0346455Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0367730Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0388311Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0406481Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0425027Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0442647Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0459841Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0477469Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0494384Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0512577Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0530312Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0548257Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0569277Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0589636Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0608000Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0626517Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0644540Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0664116Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0682123Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0700295Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0718313Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0736317Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0754963Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0775711Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0794750Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0813344Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0833669Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0852018Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0870491Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0887291Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0905316Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0924074Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0942054Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0959279Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.0979390Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.0997831Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:27.1015395Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1032067Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1050023Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1068882Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1086779Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1104171Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1122312Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1141464Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.1161103Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:27.1178049Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1196153Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1215150Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1233187Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1250739Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1268865Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1286147Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1303506Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1323215Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.1341058Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1359948Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1378089Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1395523Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1413711Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1431032Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1448350Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1466326Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1485139Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.1502846Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1521240Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1539080Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1556195Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1574090Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1590959Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1607807Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1624805Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1645787Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.1664844Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1682709Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1700072Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1718071Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1735102Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1751994Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1776833Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1796701Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.1815928Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1835106Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1853970Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1872590Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1891354Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1909984Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1928636Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1948060Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.1965958Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.1985391Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2003385Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2020898Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2038964Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2056408Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2073566Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2090643Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2111907Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.2131179Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2149049Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2166385Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2184367Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2201392Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2218806Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2235861Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2254096Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2276822Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.2295334Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2313172Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2331640Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2349233Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2367042Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2385359Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2404611Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2424702Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2445023Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.2463592Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2482676Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2501021Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2519228Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2537462Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2556772Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2576852Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2597279Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.2615733Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2634791Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2653352Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2672277Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2690011Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2708508Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2727586Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2747302Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.2765270Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2783695Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2801221Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2819175Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2836868Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2856034Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2874533Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2892850Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2911910Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.2930156Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2947791Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2965547Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.2984156Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3002430Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3021078Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3039555Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3059230Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.3077341Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3095584Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3113685Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3131863Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3149207Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3166864Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3185619Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3203102Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3223197Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.3240694Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3257529Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3274162Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3292785Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3310716Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3328980Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3348197Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3366162Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3384998Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.3403051Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3420151Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3437121Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3455067Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3473394Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3492659Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3510938Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3528609Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3550034Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.3567541Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3585396Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3603151Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3621547Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3640734Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3659090Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3676833Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3696651Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.3714074Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3731806Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3748677Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3766282Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3784881Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3802662Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3819908Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3837654Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3856037Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.3873066Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3890701Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3908957Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3929469Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3949714Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3967870Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.3986022Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4003772Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4023067Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.4040629Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4058501Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4076183Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4094557Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4111292Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4129667Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4148815Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4171461Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.4189755Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4208037Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4225025Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4240936Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4256907Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4272816Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4288675Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4306751Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4324776Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4346412Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.4366565Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4384978Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4403035Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4421049Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4438677Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4456556Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4474275Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4493323Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.4511901Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4529922Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4550133Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4570215Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4588555Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4606704Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4624545Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4643423Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.4661295Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4678912Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4696715Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4715092Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4733690Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4751704Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4768248Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4784163Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4801367Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.4817267Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4833126Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.4958356Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.5243445Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.5600320Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:27.5807778Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6028840Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6173251Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6344809Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6419440Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6498119Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.6578573Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6646995Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.6714719Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.6851011Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:27.6997381Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.7453275Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:27.7855151Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:27.8012170Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.8184825Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:27.8331782Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.8488730Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.8677594Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.8845389Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.8991907Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.9135741Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.9309926Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:27.9829797Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:28.0295337Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:28.0464268Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.0644386Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.0811034Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.0986203Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.1156429Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:28.1310085Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:28.1465913Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.1594622Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.1730772Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.2024297Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:28.2239913Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.2476465Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:28.2609764Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.2764854Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.2899879Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.3044051Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:28.3191588Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:28.3328769Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.3465069Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.3606038Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.3741817Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.4250280Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:28.4681505Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:28.4840090Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5012041Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5158705Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5316103Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5478830Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5625470Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5772478Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.5922247Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.6075259Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.6547570Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:28.6964007Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:28.7136268Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.7328495Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:28.7488325Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.7657429Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.7833041Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.7991586Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.8158608Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:19:28.8315640Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:28.8461514Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.8811508Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:28.9134053Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:28.9299032Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.9471315Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.9619580Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.9775192Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:28.9938824Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.0088637Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.0238237Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.0385126Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.0552502Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.0900651Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:29.1201023Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:29.1369726Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.1552810Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.1722162Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.1903826Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:29.2087264Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.2257186Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.2404144Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.2534093Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.2658891Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.2914200Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:29.3251739Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:29.3434308Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.3651056Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:29.3786533Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.3956961Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.4084206Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.4215280Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.4353920Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.4478710Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.4603782Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.4674407Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.4740460Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.4818828Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.4895755Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.4964028Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.5029140Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.5098516Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.5163995Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.5363422Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.5642995Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:29.5764673Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.5922428Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.5998590Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.6107890Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.6178821Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.6247608Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.6325755Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.6392649Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:29.6457322Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.6525289Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.6590090Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.6781116Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.6909382Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:29.7064280Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.7141475Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.7249168Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.7320523Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.7391224Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:19:29.7467136Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.7535645Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.7600373Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.7733477Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.7878534Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.8049808Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.8122403Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.8201482Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:19:29.8278977Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.8347292Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.8412753Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:29.8607348Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:29.8816702Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:29.9152403Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:29.9686774Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:29.9945341Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:30.0238041Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.0454242Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:30.0709072Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:30.0917194Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.1130772Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.1349198Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:19:30.1560431Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.1773698Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:30.1857374Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.1924692Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.2116151Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.2393160Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:30.2518866Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.2674143Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.2750228Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.2860222Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.2929919Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.3001911Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.3080092Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.3149999Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.3218330Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:30.3342644Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:30.3412323Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.3794081Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:30.4207292Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:19:30.4478281Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.4700389Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:30.4834532Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.4987596Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.5056859Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.5126333Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.5189838Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.5254604Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:30.5320234Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.5446495Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:30.5516063Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.5828750Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:30.6244612Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:30.6514870Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:30.6740382Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.6874124Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:30.7028721Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:30.7097517Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.7169002Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.7230200Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.7294949Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:30.7360386Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:30.7495556Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.7641574Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.8000674Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:30.8309272Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:30.8467361Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.8640580Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.8788769Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.8944982Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.9108095Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.9259244Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.9407173Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:30.9552217Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:30.9729590Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.0147472Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:31.0460478Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.0629469Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.0811009Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.0968302Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.1132858Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.1302952Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.1456849Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.1606783Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.1738507Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.1883870Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:31.2107456Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.2255993Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.2430458Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.2578560Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.2747761Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.2930505Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.3092111Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.3254435Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.3459395Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.3636228Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.3810408Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.4010911Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.4180325Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.4358209Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.4539572Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.4711660Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.4869810Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.4997938Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.5122070Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.5373263Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.5702061Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:31.5878300Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.6090518Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.6224112Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.6374241Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.6496399Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.6625453Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.6762518Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:31.6888918Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.7013228Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.7169558Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:19:31.7317040Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.7461620Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.7633092Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.7778429Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.7932477Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.8093495Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.8244080Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.8394702Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.8556317Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.8703941Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.8848435Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.9019710Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.9165711Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.9318885Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.9480253Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:31.9627602Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:31.9772607Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:31.9949404Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.0132511Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.0282861Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.0456219Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.0630710Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.0815141Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.1005497Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.1183301Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.1328744Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.1495759Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.1650472Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.1908838Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.2084384Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.2286457Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:32.2446321Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.2615310Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.2789153Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.2950712Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.3107113Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.3239589Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:32.3385153Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:32.3728559Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.4027086Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.4183552Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.4353187Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:32.4498341Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.4651641Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.4811332Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.4958343Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.5105230Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.5245487Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.5390712Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.5540869Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.5716203Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.5866372Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.6025987Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.6187205Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.6339680Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:32.6485770Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.6617615Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:32.6694167Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.7006773Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.7427920Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:19:32.7694197Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.7924608Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.8066903Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.8239458Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:32.8313090Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:32.8392260Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:32.8469545Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:32.8538040Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.8604343Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:32.8735521Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.8870751Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.9133961Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:32.9471938Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:32.9663621Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:32.9890002Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.0025730Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.0207389Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.0347278Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.0495013Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.0656270Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.0800423Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.0935410Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.1071691Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.1214978Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.1384109Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.1456102Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.1532869Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.1609266Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.1676624Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.1742398Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.1874190Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.2106289Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.2252127Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.2423095Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.2437284Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:19:33.2449023Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:33.2457107Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:33.2464783Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:33.2587436Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.2713592Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.2969459Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.3153827Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.3364324Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.3498000Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.3668119Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.3796707Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.3925685Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.4064358Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.4192223Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.4320372Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.4493654Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.4676753Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.4861685Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.5071137Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.5257421Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:33.5452601Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.5652851Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:33.5842777Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.6027597Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.6265364Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.6590120Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:33.6773584Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.6856992Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.6933753Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.7136466Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:33.7269860Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.7433020Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.7518261Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.7636590Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.7715249Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.7786861Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.7874244Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.7951485Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.8026867Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.8105087Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.8170917Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.8406167Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:33.8715615Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:33.8864983Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.9037728Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.9125787Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.9254661Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.9323605Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.9393694Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:33.9469893Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.9537846Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.9602848Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.9675151Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:33.9740233Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:33.9965447Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.0265226Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:34.0410537Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.0576655Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.0662257Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.0786562Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.0857927Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.0928658Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.1007346Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.1075590Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.1142643Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.1211328Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.1277813Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.1469427Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:34.1593290Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.1755098Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.1832054Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.1942007Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.2010972Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.2081031Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.2157655Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.2225841Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.2293051Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.2362539Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.2427998Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.2587780Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.2662548Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.2769690Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.2838201Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.2907562Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.2984314Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.3051860Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.3117173Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.3185193Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.3250184Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.3402990Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.3478968Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.3588500Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.3656862Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.3726721Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.3802918Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.3870385Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.3936012Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.4003167Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.4069425Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.4265531Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.4541712Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:34.4662255Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.4818342Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.4893708Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.5001406Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.5069370Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.5138173Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.5213750Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.5281676Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:34.5347322Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.5366310Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5380508Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5394394Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5408272Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:19:34.5422167Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5435869Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5449677Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5463537Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5477325Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5491157Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5504957Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5518619Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:34.5698747Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:34.5881006Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.6078580Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.6313241Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:34.6501823Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:34.6699659Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.6904173Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.7094021Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.7279665Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:34.7416056Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.7604530Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:34.7951490Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:34.8244275Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:34.8393610Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:19:34.8548763Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.8695483Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.8850631Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.9009351Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.9155691Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.9299350Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.9436993Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:34.9572851Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.9705607Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:34.9863604Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:19:35.0004892Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.0155437Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.0311906Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.0454759Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.0591115Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.0739910Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.0923185Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:19:35.1269269Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:19:35.1575842Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.1733089Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.1891867Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.2037490Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.2194539Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.2365883Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:35.2526754Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.2681566Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.2816277Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.2985729Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.3328931Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.3627475Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.3762010Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.3920983Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.4069099Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.4225573Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.4385078Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:35.4530843Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.4675632Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.4789294Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.4854756Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.5037876Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.5153374Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.5366430Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.5438486Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.5540432Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.5605683Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.5672370Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.5745050Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.5808360Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.5871641Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.6011608Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.6231785Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.6367296Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:35.6526411Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.6816295Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.7116925Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.7438682Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.7749827Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.8057953Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.8133196Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.8200876Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.8396255Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.8667777Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:35.8789520Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.8947212Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.9023159Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.9134135Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.9204728Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.9276638Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:35.9340080Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:35.9405304Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.9472532Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:35.9669097Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:35.9888421Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.0151453Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:36.0362712Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:36.0580782Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.0807971Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:36.1019698Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.1231471Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:36.1589618Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:36.2024955Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:36.2464260Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:36.2796494Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:36.3132712Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:36.3480181Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:19:36.3812459Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:36.4145803Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:36.4619446Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:19:36.5077574Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:36.5675209Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:19:36.6115856Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:36.6613125Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:19:36.7170240Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:36.7711104Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:36.8253165Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:19:36.8380748Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:36.8445122Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.8691728Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.8826756Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.8982696Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.9048637Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.9127574Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:36.9206585Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.9275357Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:36.9343147Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:36.9470346Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:36.9781521Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:37.0197523Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:37.0465481Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:37.0698407Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.0842100Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.1013156Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.1087333Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.1167029Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.1247585Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.1317610Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.1385618Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.1526376Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.1681913Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.1861023Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.2006205Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.2174831Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.2365970Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:37.2511379Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.2658939Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.2830904Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.2966115Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.3109167Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.3279039Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.3410324Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.3552608Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.3723984Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.3797395Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.3876597Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.3955983Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.4024892Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.4176147Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.4365767Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.4598013Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:37.4765856Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.4958997Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5100625Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5249190Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5425064Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5556821Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5700879Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5873281Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.5947190Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.6026908Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.6105821Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.6175476Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.6243304Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.6370513Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.6514411Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.6686213Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.6759400Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.6838290Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.6917293Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.6986356Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.7053741Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:37.7065814Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:37.7073852Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:37.7081609Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:37.7217541Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.7371342Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.7549254Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.7898660Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:37.8206425Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.8359954Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:37.8516712Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:19:37.8691702Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.8846874Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:19:37.9008584Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.9196972Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.9338248Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.9486689Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.9660538Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:37.9802310Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.0207503Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:38.0532864Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:38.0790251Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.0954949Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.1159166Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:38.1321740Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.1503897Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.1702023Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.1864422Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.2026106Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.2175917Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.2565217Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:38.2899498Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:38.3073032Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.3263385Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.3435277Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.3607868Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.3792211Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.3964216Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.4134841Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:38.4272745Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:38.4420548Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.4590489Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.4663870Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.4742487Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:38.4821041Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.4890166Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:38.4960511Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.5123174Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.5282893Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.5462482Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.5665892Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.5837066Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.6018030Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.6203074Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:38.6375763Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.6534100Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.6681617Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.6840195Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.6999256Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.7180725Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.7337778Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.7505051Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.7674890Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.7834488Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.7985016Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:38.8357743Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:38.8692632Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:38.9224237Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:38.9825177Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:39.0162424Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:39.0501003Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.0841923Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:39.1172486Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.1613360Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:39.1979987Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.2314945Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.2845482Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:39.3510284Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:19:39.3839480Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:39.4183055Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.4529356Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.4860231Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:39.5298890Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:39.5663367Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.5998494Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:39.6527824Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:39.7112781Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:39.7444063Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:39.7784827Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:39.8130747Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:39.8464833Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:39.8902662Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:39.9030656Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:39.9312017Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:39.9698137Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:39.9945053Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.0164144Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:40.0295447Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.0444229Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:40.0511783Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.0579914Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.0640167Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.0702333Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.0768147Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.0893650Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.1041393Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.1261546Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:40.1406797Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.1578247Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.1724628Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.1877094Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.2040271Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.2190072Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.2336409Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:40.2465591Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.2536189Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.2767445Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.3092861Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:40.3272425Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.3504767Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:40.3643534Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.3797432Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.3866568Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.3937185Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.3998640Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.4061269Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.4126286Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.4254153Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.4399472Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.4708903Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:40.4970910Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:40.5207311Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:40.5350326Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.5518823Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:40.5662874Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.5813410Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.5961727Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.6096821Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.6233266Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:40.6390273Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.6548524Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.6728450Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.6792238Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.6864343Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.6934432Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.6995565Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.7056524Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:40.7201787Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.7362169Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.7548093Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.7699004Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.7862029Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.8047445Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.8193754Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.8345252Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:40.8521670Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.8658381Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.8807167Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.9167463Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:40.9481216Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:40.9636230Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.9803256Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:40.9945536Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.0097103Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.0256170Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.0403677Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.0547573Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.0690982Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.0761006Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.1070445Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:41.1494134Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:41.1757794Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:41.2012013Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.2164984Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.2337527Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.2410854Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.2490884Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.2570410Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.2637785Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.2708018Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.2775770Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.2841398Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3034192Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3157799Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3314084Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3390206Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.3499114Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3567779Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.3638438Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3715981Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.3785699Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.3858375Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.3998750Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.4156328Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.4520657Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:41.4831079Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:41.4994230Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.5167939Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.5312219Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.5458893Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.5612586Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.5752432Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.5893494Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.6041053Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.6106210Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.6372433Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:41.6519988Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.6681025Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.6745856Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.6820768Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.6894268Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.6957267Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.7025842Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.7096628Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.7159339Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.7329817Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:41.7401851Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.7504293Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.7569582Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.7637538Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.7711017Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.7775148Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.7837827Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:41.7976608Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:41.8121945Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.8483484Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:19:41.8793971Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:41.8952626Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.9125548Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.9273726Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:19:41.9429645Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.9591987Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.9742499Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:41.9892625Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.0040067Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.0189887Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.0557560Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:19:42.0871913Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:42.1035525Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.1211431Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.1360532Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.1519809Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.1684586Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.1836114Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.1986153Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.2131500Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.2281925Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.2647496Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:19:42.2963090Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:42.3129480Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.3309750Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.3463313Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.3626746Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.3797218Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.3952508Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.4106012Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.4272399Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.4514862Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.4786831Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.5000039Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:42.5223611Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.5452347Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.5668676Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:42.5898026Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.6051150Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.6218426Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.6413844Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.6580570Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.6756894Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.6935759Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.7101426Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.7263648Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.7415409Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.7582882Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.7772832Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.7935539Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.8109590Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:42.8288849Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.8455556Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.8615668Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.8778298Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:42.8955356Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:42.9153460Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.9326770Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:42.9510612Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.9699580Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:42.9874610Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.0042969Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.0210799Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:43.0385298Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.0584292Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.0758775Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:43.0944773Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.1135830Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.1309611Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.1477572Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:43.1625941Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:43.1775925Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.1932272Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.2112982Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:43.2272563Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.2439502Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.2611548Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.2771732Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:43.2922657Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.3075956Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.3238354Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.3422397Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.3581265Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.3751198Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.3923729Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:43.4085855Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.4242705Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.4731189Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:19:43.4931437Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.5116192Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.5323793Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:19:43.5507533Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.5704115Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.5904950Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.6091309Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.6276399Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:43.6442114Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.6609605Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.6826570Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:43.6996690Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.7175740Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.7361543Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:43.7533679Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.7700012Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.7860462Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.8022844Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.8230878Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:19:43.8395711Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:43.8571964Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.8753030Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.8924149Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:43.9087011Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.9250536Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.9436883Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:43.9652524Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:43.9834321Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.0028676Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.0227202Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.0412056Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:44.0605072Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.0818606Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.1030033Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.1265613Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.1480093Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.1704363Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.1931698Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.2146891Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:44.2360324Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.2575167Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.2789874Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.3027828Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.3245410Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.3471002Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.3699512Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.3914643Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.4126330Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.4325612Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.4511376Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.4724978Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.4917139Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.5133934Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.5344161Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:44.5534231Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.5727477Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.5923226Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.6111111Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.6325252Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.6510641Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.6708280Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.6912404Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.7099195Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.7295675Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.7454821Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.7633673Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.7814474Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.8039769Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:44.8227496Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:19:44.8412951Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:19:44.8608115Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.8790183Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:44.8967702Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.9116893Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.9277044Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.9460140Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.9607525Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.9765293Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:44.9929718Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.0078079Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.0225586Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.0393121Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.0552353Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.0730253Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.0933215Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.1102905Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.1283157Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:45.1467196Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.1644618Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.1803456Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.2000778Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.2186377Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.2396584Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.2580685Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.2775874Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.2976065Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.3167690Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.3357599Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.3558418Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.3742961Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.3949385Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.4132545Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.4341746Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:19:45.4542539Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:19:45.4727800Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.4917925Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.5072520Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.5234861Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.5422807Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:45.5593462Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.5761191Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:45.5934120Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.6093226Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.6250225Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:45.6387146Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:19:45.6543342Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.6906512Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.7225450Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.7381375Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:45.7540492Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.7682416Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.7833664Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.7990483Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.8136747Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.8281743Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:45.8409429Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:45.8488417Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:45.8783862Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.9025743Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.9283204Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:45.9429099Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:45.9602419Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.9678831Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.9757047Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:45.9835850Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:45.9906865Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:45.9976927Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.0115115Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.0266229Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.0617995Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:46.0914919Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:46.1078741Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.1255350Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:46.1407897Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.1567534Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.1732681Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.1885045Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.2033574Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.2179151Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.2326782Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:19:46.2678977Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:46.2983073Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:46.3145366Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.3322617Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:46.3473850Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.3632402Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.3798485Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.3951145Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.4102655Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.4241512Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.4392971Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:46.4575757Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.4651089Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.4730694Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.4810414Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.4879423Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.4946636Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.4969853Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.4987780Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.5012668Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5036580Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5074972Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5117450Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2357: RuntimeWarning: invalid value encountered in exp 2022-09-27T16:19:46.5118121Z np_result = np_fn(a) 2022-09-27T16:19:46.5136743Z ok (0.016s) 2022-09-27T16:19:46.5195990Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5239639Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.5283406Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5291478Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.000s) 2022-09-27T16:19:46.5323916Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5359005Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.5394085Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5422169Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5449957Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5477449Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5508653Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.5543402Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5578756Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5610758Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5643678Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5678052Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.5709419Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5743736Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5780697Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5810345Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.5839410Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5869475Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5897726Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5926794Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.5956424Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.5985356Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6013971Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6043590Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6072497Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.6101196Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6130582Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6163205Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6197541Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6232370Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.6249371Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6265341Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6281045Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6296988Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6312664Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6328425Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:19:46.6344290Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6360052Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6375873Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:46.6405533Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6435111Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6466723Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6500673Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.6533986Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6562770Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6592437Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6622309Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6915591Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:46.6944977Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.6967891Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.6990066Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7016452Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7041060Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7065181Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7097186Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7128894Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.7160282Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7180887Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7199872Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7218642Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.7241547Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7264068Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7286123Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7309028Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.7331039Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7352802Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7374093Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7395020Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7416219Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:46.7437571Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7458325Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7478402Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7497651Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7514771Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7530736Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.7546528Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.8068173Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:19:46.8597894Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:19:46.9120035Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:19:46.9679080Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:46.9712681Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.9745166Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:46.9774863Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:46.9803700Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:47.2478188Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-09-27T16:19:47.5161284Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:19:47.7938308Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:19:48.0643541Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-09-27T16:19:48.0676484Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0709327Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.0740122Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0769735Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0794819Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0816721Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0838188Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0861116Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.0881968Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0902894Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0923710Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0944820Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0965473Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.0986270Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1008250Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.1031922Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-09-27T16:19:48.1032600Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-09-27T16:19:48.1041081Z ok (0.000s) 2022-09-27T16:19:48.1072061Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1259531Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:48.1298744Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1379635Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1441432Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.1499951Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1538993Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.1575373Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1610482Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1645744Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1682598Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.1706117Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1731043Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1757448Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1781780Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1805523Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1828455Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1852504Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.1872639Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1892017Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1911019Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1930609Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1949676Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1972601Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.1996687Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.2027785Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2057881Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2081445Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2105148Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2128222Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2153246Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.2176304Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2198927Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2221905Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2247065Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.2269647Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2301501Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2333165Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2357559Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.2380819Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2403302Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2425989Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2448115Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2470286Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2492466Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2516673Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.2538385Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2563087Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2587875Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2611677Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2634106Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2656631Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2679909Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.2702017Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2723792Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2745556Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2767157Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2790336Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2813090Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2844740Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.2874804Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2898342Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2921721Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2944825Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2967664Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.2991908Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.3014847Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3037718Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3061395Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3083414Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3114117Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3146332Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.3168959Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3192267Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3214663Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3239157Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.3261776Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3283596Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3305814Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3328657Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3352641Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.3379226Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3404905Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3428282Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3451829Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3474496Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3498883Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.3521837Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3544904Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3567586Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3591150Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3613620Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3639600Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3666501Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.3690055Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3713457Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3736046Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3758814Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3781559Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3805487Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.3827330Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3850134Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3871473Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3895423Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3920672Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3944052Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.3969442Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.3991949Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4014762Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4036312Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4059449Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4080715Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4102257Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4123507Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4143478Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4162520Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4181833Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4200769Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4223128Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.4242257Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4262759Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4281513Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4303198Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4328662Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.4350256Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4372221Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4392592Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4413952Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4433739Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4453015Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4472258Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4492876Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.4512226Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4532520Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4551380Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4573111Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4594879Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4616606Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4638194Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.4659362Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4679165Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4698406Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4717369Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4736579Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4755429Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4778267Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4802484Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.4825410Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4845246Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4864217Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4882867Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4901868Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4920788Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4946368Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.4969049Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.4994095Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5020730Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5045053Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5069343Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5092948Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5118708Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.5141404Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5164015Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5186778Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5211131Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.5233677Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5254855Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5273710Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5295387Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5319244Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5340363Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5363375Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.5383580Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5404393Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5424452Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5443680Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5462938Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5481956Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5501024Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5524353Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.5544005Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5568565Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5595199Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5619699Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5642712Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5665096Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5688721Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.5708573Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5727413Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5746249Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5765022Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5784032Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5805658Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5825482Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5850872Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.5877400Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5901803Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5924957Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5947487Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5969994Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.5991353Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.6010345Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6028963Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6047718Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6066664Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6089359Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6111849Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6138817Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6167153Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6190878Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6214310Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6237155Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6262029Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.6284916Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6307711Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6330509Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6355097Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.6376846Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6403101Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6429538Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6452389Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6475024Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6497114Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6521129Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.6543040Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6564776Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6586502Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6611068Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.6632858Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6656727Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6679267Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6701735Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6723527Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6745686Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6769238Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.6791314Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6813421Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6836979Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6858949Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6882592Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6906304Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6931143Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.6953101Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6975966Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.6998463Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7020579Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7043108Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7064290Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7089555Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.7115014Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7138306Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7161355Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7183587Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7205479Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7226728Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7249962Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.7271217Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7292551Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7313716Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7338218Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.7360480Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7383953Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7407054Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7429685Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7452325Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7474808Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7499907Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.7522555Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7546297Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7568660Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7592597Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7616068Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7638584Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7661257Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:19:48.7683555Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7705942Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7728337Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7752343Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7774823Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7796716Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7820574Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.7842928Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7865270Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7887462Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7909563Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7931182Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7954319Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.7976141Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.8000421Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8023930Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8047268Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8069306Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8091544Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8114050Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.8135876Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8157625Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8180184Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8202281Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8228352Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.8254110Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8277116Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8300222Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8322744Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.8345323Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8367803Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8390329Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8412991Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8445137Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.8476794Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8509458Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8541914Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8573359Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.8604283Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8634706Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8660607Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8686514Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.8711284Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8736828Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8762298Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8793729Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8826218Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8860661Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.8896030Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8930385Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8963348Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.8996783Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.9029869Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9063190Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9096600Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9130221Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9162232Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.9192452Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9226983Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9262751Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:48.9294854Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9325213Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9355524Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9385771Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9416115Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.9445982Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9475979Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9507072Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9536946Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9569222Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.9601581Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9632972Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9664141Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9694465Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9724496Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.9754612Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9784696Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9814430Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9844170Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9875764Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:48.9909045Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9943555Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:48.9978625Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0012463Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0045623Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.0078992Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0112233Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0146062Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0179448Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0213056Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.0244920Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0275053Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0309877Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.0345576Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0377787Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0408078Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0439054Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0469393Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0499885Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0530274Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0560509Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0592205Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0625359Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.0659660Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0694421Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0729320Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0762966Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.0796838Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0830212Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0864418Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0898614Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0932397Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.0963902Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.0994057Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1028042Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1063794Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1095546Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:49.1125635Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1155897Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1186060Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1216214Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1246337Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.1276341Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1307287Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1337260Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.1369853Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1402376Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1434792Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1466065Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1497254Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.1528008Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1557817Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1587570Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1617343Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1647153Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.1676772Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1702376Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1727708Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1753364Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1778157Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1803861Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.1829442Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1856758Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1881784Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1910005Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.1938321Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1965840Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.1992655Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2019436Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2045998Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2071670Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.2097151Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2122365Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2148044Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2173470Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2200228Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2225577Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.2253642Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2281256Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2308015Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2334705Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.2361238Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2386705Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2412209Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2437458Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2462644Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2487598Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.2518798Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2549594Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2579598Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2604915Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2630413Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.2654920Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2680151Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2705552Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2738853Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2770556Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2807627Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.2842743Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2877912Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2911687Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.2946056Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.2980356Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3012948Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3045388Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3077796Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3109896Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.3141468Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3168570Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3193600Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3221159Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3248845Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3276542Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.3302976Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3329346Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3356027Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.3381235Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3406308Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3431494Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3456418Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3481489Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3512691Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.3537661Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3573284Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3608843Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3644382Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3676116Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.3706529Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3736109Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3760983Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3785952Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3810053Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3834914Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.3859905Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3891653Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3916902Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3950641Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.3985989Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.4021115Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4052583Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4082884Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4112566Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4138518Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.4163345Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4187538Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4212503Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4237656Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.4268877Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4302200Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4336649Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.4371482Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4405707Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4439041Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.4472157Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4505176Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4538143Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4571044Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4604092Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.4635401Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4665016Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4698697Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4733548Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4765106Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.4795062Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4825059Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4854889Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4884724Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4914728Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.4944660Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.4975934Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5005668Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5036886Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5068077Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.5098163Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5128116Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5158144Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5188155Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5218419Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.5248123Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5279322Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5308892Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5339889Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.5370235Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5400004Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5429936Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5459750Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5489664Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.5519233Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5549477Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5578122Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5609255Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5640781Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.5671942Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5702169Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5732168Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5761649Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5790592Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.5819397Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5848002Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5876847Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5905550Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5936683Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.5968956Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.6002799Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6035732Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6069446Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6103540Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.6137475Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6171233Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6205068Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.6236699Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6269254Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6303169Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.6336463Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6368659Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6401625Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6434426Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6467899Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.6501181Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6532860Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6564346Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6597643Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6630763Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.6663209Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6695513Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6727492Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6759821Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6792257Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.6823591Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6853198Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6883985Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6914730Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.6945329Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.6975238Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7005124Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7035147Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.7065049Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7094961Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7126023Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7157578Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7191332Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.7225749Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7259241Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7292574Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.7324780Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7356907Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7389084Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7421394Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7453722Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.7485036Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7514796Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7545571Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7575798Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7605896Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.7635731Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7665561Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7695685Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7725238Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7757337Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.7783040Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7817325Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7853156Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7888547Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7920931Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.7952676Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.7983428Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8009712Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8035975Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8061459Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8088653Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.8115032Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8146255Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8175927Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8208276Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8240693Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.8272838Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8304489Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8335428Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.8365985Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8395687Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8425116Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8454564Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8484129Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.8513760Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8544567Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8575215Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8604957Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8630373Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8656017Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.8680374Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8705642Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8730869Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8762354Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.8793682Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8824511Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8854518Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8865168Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:49.8875488Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:49.8885766Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:49.8896132Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:49.8927296Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.8957046Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.8989099Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9021215Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9051843Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9084541Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.9115640Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9145708Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9175311Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9204887Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9234724Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.9264317Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9295585Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9325206Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:49.9356037Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9386113Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9416213Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9445926Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9476138Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.9505966Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9536043Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9567834Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9600457Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9632818Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9659444Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9684418Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9712059Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9740029Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:49.9766598Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9793014Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9819457Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9844554Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9869502Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9894869Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:19:49.9919853Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9945231Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9972958Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:49.9997879Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0028368Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0059342Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.0089724Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0117109Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0144721Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0171586Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0196958Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.0222151Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0247060Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0272236Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0297684Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.0324808Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0349658Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0378479Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0407518Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0436500Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0463669Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.0490610Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0517365Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0542655Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0567711Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0592905Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0618094Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.0643131Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0669708Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0694699Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0722080Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0749506Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0776094Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.0802341Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0828679Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0853893Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0878782Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0903852Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0928816Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.0953849Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.0980351Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1005199Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1031870Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1058100Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1084453Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.1109695Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1134946Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1159889Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1185017Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1210023Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1236669Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.1261433Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1287780Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1314120Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1340508Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.1365332Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1390407Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1415586Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1440601Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1465640Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1492543Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.1517321Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:50.1545806Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1574407Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1602528Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1629137Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1655752Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.1682048Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1707429Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1732655Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1757623Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1782670Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1807815Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.1824698Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:50.1840952Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1857462Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1873932Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1890137Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1906398Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1922724Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1939205Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1955544Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.1972156Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:50.1988434Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.2004773Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:50.2037801Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2068235Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2099756Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2130373Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.2160497Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2190602Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2220690Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2251050Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:19:50.2280843Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2311988Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2343773Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2377648Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2412199Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.2445640Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2478498Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2510879Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2543220Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.2575476Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2607332Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2639531Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2670934Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2703547Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.2737563Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2771302Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2803365Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2836934Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2870775Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.2904434Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2938107Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.2969496Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3001276Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3035694Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.3070349Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3103866Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3136681Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3169259Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.3202064Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3234412Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3266879Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3299323Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3331284Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3364142Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3399220Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3435079Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.3469322Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3502829Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3536391Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3569834Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3603158Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.3636575Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3669847Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3702253Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3727610Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3755760Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.3783707Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3815686Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3842412Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3869594Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3895365Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.3920790Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3946220Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3971547Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.3996771Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4029426Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4061885Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.4095481Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4127928Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4160651Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4193521Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4229108Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.4261907Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4295064Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4321718Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.4346244Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4373454Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4400485Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4427449Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4453419Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4479179Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.4504977Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4529528Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4554072Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4578253Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4602649Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4627311Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.4660684Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4693321Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4724463Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4755971Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4788435Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.4820109Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4852005Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4883327Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.4916602Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4949693Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.4981978Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5014017Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5045977Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.5077841Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5109802Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5141912Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5175420Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5208781Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.5240961Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5273183Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5305463Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.5337796Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5370052Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5402233Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5433809Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5459484Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.5491621Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5522994Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5553433Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5579103Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5604674Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.5629494Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5655201Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5680621Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5711935Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5745666Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5780958Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.5815782Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5847520Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5878299Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5908486Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5934311Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.5959539Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.5983967Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6009185Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6034426Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6066056Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6097523Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.6127639Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6158903Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6190145Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6220594Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6252164Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.6283348Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6313735Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6344924Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.6376339Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6406381Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6438007Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6469018Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6499400Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.6525021Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6550664Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6575510Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6600859Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6633460Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6665834Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.6696919Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6728081Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6758750Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6791009Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6825193Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.6856058Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6887240Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6918356Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6950231Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.6976374Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.7001928Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7026836Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7052825Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7079049Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7111074Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7142326Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.7172539Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7197957Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7223641Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.7248235Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7273680Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7299208Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7309969Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:50.7320566Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:50.7331178Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-09-27T16:19:50.7363368Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7395268Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.7425784Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7459942Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7494768Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.7525757Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7557003Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7587260Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7618774Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7649904Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.7680115Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7711092Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7742052Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7772209Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7803954Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.7839077Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7875608Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7908379Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.7940411Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.7972150Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8003645Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8034881Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8066035Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8097907Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.8129359Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8161389Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8195689Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8232464Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.8266301Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8300498Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.8334075Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8367307Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8400659Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8433890Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8467243Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.8499406Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8530775Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8561154Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8587254Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8613293Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.8637953Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8663640Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8689112Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8720597Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8750444Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8782002Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.8812466Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8842389Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8872460Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.8902446Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8932405Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8962492Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.8993732Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9023470Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9054638Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.9084602Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9114718Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9144811Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9174863Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9204800Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.9234813Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9266765Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9297133Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:50.9328957Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9360270Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9390821Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9421250Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9452096Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.9482788Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9513408Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9545158Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9575384Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9607477Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.9638901Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9669560Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9700196Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9730886Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9761482Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.9792241Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9824139Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9854421Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9886249Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9917853Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:50.9948386Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:50.9978787Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0009286Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.0039749Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0070718Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0101601Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0134711Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0169317Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.0203816Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0235622Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0266511Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0295988Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0321005Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0345932Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0370002Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0394665Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0419432Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0451194Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.0480961Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0512283Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0543425Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0573465Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0603624Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.0633723Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0663987Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0694374Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0724382Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0755473Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.0780672Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0812579Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0845049Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0877447Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0908186Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.0938792Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0968431Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.0993634Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1018706Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1042705Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1075350Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.1092807Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1124025Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1153794Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1187566Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1222491Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.1254275Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1285080Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1315284Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.1345264Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1375162Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1404878Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1434979Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1465280Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.1496286Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1527032Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1557083Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1582757Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1608306Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1633290Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.1658630Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1683992Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1715634Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1746657Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1777566Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.1809252Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1840147Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1870364Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1901551Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1932833Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.1963086Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.1993952Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2023583Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2057408Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2093039Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.2124671Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2154783Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2184957Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2215103Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2245374Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.2275468Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2305580Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2336969Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2362204Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.2395308Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2429586Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2464370Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2496110Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2527142Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.2557201Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2582824Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2608289Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.2632686Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2657940Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2683036Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2709744Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2734895Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2762870Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.2790561Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2817246Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2843457Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2869845Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2894996Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2920251Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.2945631Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2970839Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.2995899Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3027060Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3056760Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3090409Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.3124574Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3155429Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3185317Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3215381Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3245709Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.3275595Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3305533Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3335592Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.3366541Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3391747Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3422876Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3453830Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3483341Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3508701Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.3534052Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3558322Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3583554Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3608680Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3635329Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3660411Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.3686908Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3713282Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3739629Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3764736Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3789905Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3815155Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.3840201Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3865379Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3896631Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3928870Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.3962848Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.3997957Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4032013Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4065303Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4098563Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4133818Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.4166690Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4199871Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4232889Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.4264419Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4294244Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4327676Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4361943Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4392698Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.4422705Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4452791Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4482726Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4512237Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4542197Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.4572333Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4603214Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4632872Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4666480Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4701544Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.4733485Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4763438Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4793520Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4823476Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4853574Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.4883293Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4913142Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4943024Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.4974299Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5004616Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.5034804Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5064841Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5094911Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5124631Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5155169Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.5184823Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5216265Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5246341Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5276618Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.5306763Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5337172Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5367278Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5397458Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5427434Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.5458669Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5488866Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5518826Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5548921Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5579022Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.5608966Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5638920Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5668650Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5699690Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5729840Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.5759524Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5789374Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5819341Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5849274Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5879281Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.5908858Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5940036Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.5970150Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6000012Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6029944Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6060019Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.6089868Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6119630Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6150703Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6180333Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6211232Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.6241027Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6270934Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6300922Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.6330529Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6360216Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6389946Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6419541Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6450906Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.6480338Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6510133Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6539964Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6569743Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6599547Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6629523Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.6661646Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6691618Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6722426Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6752555Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6782760Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.6812847Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6842689Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6872705Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6902808Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6932869Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.6964102Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.6994417Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7024615Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7054725Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7085116Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.7115309Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7145504Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7175539Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7206698Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7237424Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.7267667Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7297957Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7328136Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7358501Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.7388733Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7418762Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7450289Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7480340Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7510683Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.7540745Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7570790Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7600901Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7631176Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7661309Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.7692455Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7722453Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7752461Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7782533Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7812728Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.7842457Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7872506Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7902567Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.7933771Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7963878Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.7994205Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8024373Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8054611Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8084513Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.8114588Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8144288Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8175401Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8205447Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8235896Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.8266361Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8296942Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8327598Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.8358957Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8388287Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8419618Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8449686Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8480145Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.8510485Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8540836Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8571234Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8601665Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8634993Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.8670334Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8706360Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8741086Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8776200Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8811386Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.8846812Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8882361Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8918272Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.8949020Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.8981016Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9012021Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9042777Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.9073244Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9103408Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9133764Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9163669Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9195312Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9225479Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.9256966Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9287374Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9317864Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:51.9348306Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9378419Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9408365Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9438487Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9468548Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.9499624Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9529622Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9559498Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9589565Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9620100Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.9650123Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9680125Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9710053Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9741486Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9771901Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.9801923Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9832102Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9862210Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9892319Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9922438Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:51.9952427Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:51.9983518Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0013849Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0043964Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0073927Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0104026Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.0134003Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0163757Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0194966Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0227065Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0261054Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.0296070Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0329909Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0362651Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:19:52.0395000Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0427301Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0459554Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0491949Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0524184Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.0555792Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0581191Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0616250Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0651477Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0683499Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.0714494Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0744675Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0770308Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0795626Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0820244Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.0845422Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0870873Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0902407Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0935839Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.0970044Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1004933Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1040173Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1073410Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1107506Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1141227Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1175193Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1208848Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1242663Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1274441Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1306725Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1340629Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1375212Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1409043Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1442123Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1474721Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1506974Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1539395Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1571722Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1603917Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1635857Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1669074Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1701477Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1727196Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1752539Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1777427Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1802525Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1827888Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1850493Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1872196Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1895104Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1917612Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1939484Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.1961232Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.1983000Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2004729Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2026434Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2049472Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2069575Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2093595Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.2121453Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2145246Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2168943Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2191935Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2214620Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2235253Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2256309Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.2276124Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2295592Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2314925Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2336876Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2357913Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2381752Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2407359Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2430548Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.2455110Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2477396Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2500087Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2521419Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2542952Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2564440Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.2585757Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2606899Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2629556Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2652125Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2674428Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2694263Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2713110Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2732159Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.2750813Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2769698Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2791712Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2815682Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2838016Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2860473Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2885236Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.2910673Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2935232Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2959441Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.2982016Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3003579Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3027663Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3051595Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.3075098Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3098376Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3121145Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3142987Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3164759Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3186578Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3208406Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.3230103Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3254237Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3276961Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3301049Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3324849Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3347890Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3371686Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.3394977Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3417962Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3440712Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3464546Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3489758Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3514289Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3531849Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.3549624Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3567746Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3585778Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3603051Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3620340Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3637428Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3653920Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3670787Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3686562Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:52.3702929Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3719135Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3736938Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3754192Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3773089Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3791054Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3808802Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3827400Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3845419Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.3863545Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3881450Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3899483Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3917325Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3935481Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3952326Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3970420Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.3988574Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4006379Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.4023577Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4040575Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4057581Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4074461Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4091438Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4108375Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4125762Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4142702Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4163373Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:52.4181189Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4198446Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4215926Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4233159Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4250357Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4267218Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4284034Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4301011Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4317967Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.4335567Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4352846Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4371573Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4389433Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4407098Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4425324Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4443436Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4461247Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4479345Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.4497310Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4515183Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4533318Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4550117Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4567993Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4585984Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4603225Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4620426Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4637537Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.4654460Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4671260Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4688134Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4705046Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4722528Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4739889Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4758370Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4776377Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4794136Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.4812227Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4830110Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4847884Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4865827Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4883581Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4901615Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4919822Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4936767Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4954743Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.4972653Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.4989923Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5006996Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5024086Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5040933Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5058064Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5074774Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5091757Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5109324Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.5126097Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5144002Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5161776Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5179607Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5196806Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5214087Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5231264Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5248078Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5265187Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.5281907Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5298769Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5315481Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5331829Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5348129Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5364339Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5380587Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5396832Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5414047Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5430180Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.5446180Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5463669Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5480878Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5498090Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5514826Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5531563Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5548188Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5564514Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5581108Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.5597401Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5613814Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5630148Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5646757Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5663046Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5680191Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5697403Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5714119Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5730812Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5747610Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.5763851Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5780255Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5796548Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5812941Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5829208Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5846775Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5864242Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5881412Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5897898Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.5914053Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5930257Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5946472Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5962839Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5980549Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.5997561Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6015672Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6033538Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6051472Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.6068764Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6086159Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6103552Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6120466Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6137626Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6154519Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6171688Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6188697Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6205687Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.6222397Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:52.6239474Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6256995Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6274175Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6291180Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6307848Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6324485Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6340985Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6357258Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6373782Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.6389997Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6406237Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6423871Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6440064Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6458655Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6476946Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6495166Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6512469Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6530011Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.6547075Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6563333Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6579618Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6595653Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6611986Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6628078Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6645650Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6661977Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6680165Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.6698282Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6716119Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6733486Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6750667Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6767624Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6783999Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6800144Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6816519Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6833297Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6848749Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.6866476Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6883804Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6902728Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6920741Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6938497Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6956588Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6974595Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.6992594Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.7010466Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7028239Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7046142Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7064286Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7081106Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7099200Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7117125Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7134550Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7152572Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.7170180Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:52.7187734Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:52.7205245Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:52.7222205Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:52.7238795Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:52.7258036Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:52.7275391Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:52.7293292Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:52.7309840Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:52.7326971Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7344037Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7360926Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7378060Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7394947Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7412223Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7429403Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7446178Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7464012Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.7481387Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7498506Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7515506Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7532613Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7549521Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7566502Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7584504Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7600938Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7619150Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.7636771Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7654542Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7671736Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7688808Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7706090Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7722833Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7739717Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7756353Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7773278Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.7789874Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7807309Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7824658Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7842869Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7861113Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7878920Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7896927Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7914612Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7932836Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.7950487Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7970217Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.7987328Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8005592Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8024040Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8041722Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8059601Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8077450Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8095691Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.8113819Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:52.8131895Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8149080Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8167435Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8185691Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8203680Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8221686Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8239493Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8257659Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8275745Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.8293891Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8310612Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8328004Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8345447Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8362641Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8379620Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8396507Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8413401Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8430629Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.8447727Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8465381Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8482601Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8501305Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8519053Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8536738Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8554776Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8572762Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8590694Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.8608423Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8626255Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8644208Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8662412Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8678957Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8696353Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8713449Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8730512Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8747575Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.8764375Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8781367Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8798197Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8815986Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8832402Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8850630Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8868836Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8886893Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8904920Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.8922273Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8939771Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8956355Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8973030Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.8989423Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9005956Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9022713Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9040107Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9057038Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9074717Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.9092720Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9110436Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9127724Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9144900Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9162034Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9179026Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9195673Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9212435Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9229388Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.9246031Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9263479Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9280368Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9297543Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9313768Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9330086Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9346096Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9362255Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9378521Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9395944Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.9413357Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9430469Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9447507Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9465580Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9483604Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9501744Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9519621Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9537056Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.9553857Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9571585Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9589208Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9606264Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9623961Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9641781Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9658688Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9675508Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9692554Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9709224Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9725884Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9743376Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9760183Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9777656Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9794827Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9811857Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9828784Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9845575Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9863344Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:52.9879595Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9897493Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9915339Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9933168Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9949812Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9966039Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:52.9983141Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0000237Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0017118Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0033703Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0050536Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0066746Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0082865Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0099233Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0115402Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0131809Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0149011Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0165312Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0183587Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:53.0201749Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0219967Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0236965Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0254095Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0270965Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0287226Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0303622Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0319799Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0336190Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0352473Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0369446Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0385623Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0403177Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0421143Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0438712Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0455961Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0472761Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0489951Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0506185Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0522442Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0538772Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0555014Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0571244Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0587997Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0604075Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0621404Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0638484Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0655415Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0672112Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0688626Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0704954Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0721181Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0737535Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0753659Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0769847Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0786538Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0802755Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0819727Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0836265Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0852969Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0869173Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0885405Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0901712Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0917920Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0934264Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0951163Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.0967540Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.0984396Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1000993Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1017914Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1033949Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1050282Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1066598Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1082843Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1099163Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1116080Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.1132449Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:53.1149944Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1167323Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1184670Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1201357Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1218133Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1234809Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1251132Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1267267Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1283789Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.1300121Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1316326Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1331100Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1345482Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1359849Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1374319Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1388548Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1402915Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1417329Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1431677Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1446080Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:53.1460398Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1474666Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1489021Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:53.1508049Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1525767Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1543600Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1561140Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1578287Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1595362Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.1612460Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1629276Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1646122Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1663568Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1680685Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1699342Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1717178Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1734947Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1753201Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.1771156Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1788930Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1806690Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1824543Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1842392Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1860396Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1877496Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1895887Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1914087Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.1932043Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1949799Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1967645Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.1985535Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2003291Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2021481Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2038590Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2057289Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2075155Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.2092710Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2110713Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2128555Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2146682Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2164329Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2182334Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2200108Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2218476Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.2235713Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:53.2254253Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2271999Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2289539Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2307620Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2325574Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2343508Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2361385Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2379270Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2397189Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.2415351Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2431567Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2448691Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2465888Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2483146Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2499911Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2516550Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2532847Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2549110Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.2565231Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2581479Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2597729Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2615291Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2632445Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2650808Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2668767Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2686646Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2704699Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.2722456Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2740582Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2758271Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2775787Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2791769Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2808831Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2826092Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2842979Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2859741Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.2876382Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2892976Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2909136Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2925319Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2941421Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2957572Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2973826Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.2991899Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3010087Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.3027803Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:53.3045159Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3062674Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3080035Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3097474Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3114771Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3132770Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3150510Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3168087Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3185667Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:53.3203038Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3220532Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3237799Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3255241Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3272994Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3290804Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3308473Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3325713Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3343240Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.3360594Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3378072Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3395389Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3412894Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3429103Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3446428Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3463900Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3480998Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3497938Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.3514679Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3530979Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3547327Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3563683Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3581442Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3599263Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3617250Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3634923Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3652403Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.3669677Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3686785Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3703178Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3719343Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3735585Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3751732Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3767896Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3785511Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3802981Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.3820347Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3837583Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3854869Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3872202Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3889313Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3906477Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3923556Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3940871Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3958120Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.3975267Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.3992533Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4009943Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4027050Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4043461Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4059845Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4076025Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4092545Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4111021Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4130316Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.4147682Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4165076Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4182450Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4200377Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4218206Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4235853Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4253478Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4270856Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4288764Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.4305555Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4322086Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4338704Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4355113Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4371736Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4389454Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4407117Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4424436Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4440950Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.4457512Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4473812Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4490385Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4506766Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4534221Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4560908Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4587247Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4605021Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.4622519Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4639741Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4657744Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4675772Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4693276Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4710532Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4727779Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4745318Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4762718Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.4780103Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4797491Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4814814Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4831989Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4849732Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4868296Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4886813Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4904649Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4922354Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.4940055Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4957520Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4975346Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.4992648Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5010543Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5027839Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5045489Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5063769Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.5081828Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5099872Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5118252Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5136636Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5154839Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5173126Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5191361Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5209515Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5227883Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.5245423Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5262891Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5279446Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5296074Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5312482Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5328910Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5345453Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5363031Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5380089Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5397591Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.5415042Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5432052Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5448964Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5466049Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5482966Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5500227Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5517411Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5534520Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5552216Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:53.5569565Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5586697Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5603730Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5620959Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5638106Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5655336Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5672980Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5690073Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5707695Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.5725062Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5742231Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5759248Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5776426Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5793496Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5810611Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5828115Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5845030Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5862650Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.5879967Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5897084Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5914095Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5931205Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5948267Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5965414Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.5983160Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6000126Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6018044Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6035171Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6052277Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6069378Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6086408Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6103492Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6120638Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6137940Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6155596Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6173672Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6191501Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:53.6208652Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6225913Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6242954Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6259359Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6275540Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6291653Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6307863Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6324075Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6341911Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6359177Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.6376899Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6394206Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6411570Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6428595Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6445511Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6462478Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6479384Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6496391Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6513813Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.6529966Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6547774Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6565544Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6583325Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6600486Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6617601Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6634553Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6650819Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6667022Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.6682955Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6699186Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6715355Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6732942Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6749830Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6767649Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6785576Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6802721Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6820069Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.6837172Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6854126Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6870959Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6887782Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6904696Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6921450Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6938855Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6956101Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.6973421Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.6989678Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7005934Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7022289Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7038567Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7054895Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7072307Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7089692Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7106941Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7124223Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7141642Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.7159108Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:19:53.7176225Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7193188Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7210298Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7227595Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:19:53.7244341Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7262249Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7279937Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7297057Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7314111Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7331229Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:53.7348154Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7364959Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7381907Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7398617Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7416065Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7432198Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7450019Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7467969Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7485911Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.7503271Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7520455Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7537724Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7553928Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7570251Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7586418Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7602611Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7618992Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7636190Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.7652653Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7669911Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7687086Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7703950Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7720601Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7737346Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7753557Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7770151Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7786335Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.7802451Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7818823Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7836298Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7853237Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7871076Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7888849Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7906232Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7923556Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7940925Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7957444Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.7974352Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.7991122Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8007862Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8025319Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8041395Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8058824Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8075840Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8092991Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8109515Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.8125671Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8141844Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8158024Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8174517Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8191386Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8207821Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:53.8224747Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8241470Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8258233Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8274539Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8290836Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8307138Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:53.8323234Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8339675Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8357075Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8374472Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8392895Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8410834Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8428369Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8446416Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8464496Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.8482252Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8500109Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8517908Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8535811Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8553751Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8570724Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8588377Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8606106Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8623977Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.8641369Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8658248Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8674957Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8691837Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8708581Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8725316Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8742675Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8759381Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8777376Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.8795182Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8812521Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8829612Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8846415Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8863344Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8880264Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8897278Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8914165Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8931378Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.8949470Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8965862Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8982839Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.8999733Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9016686Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9033621Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:53.9050558Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9067363Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9084641Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9101931Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9118770Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9135682Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9152431Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9169221Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9186292Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.9203048Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9220517Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9237709Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9254691Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9271431Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9288466Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:53.9305555Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9322283Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9339139Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9356387Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9373702Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9390565Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9407251Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9424218Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9441064Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.9457970Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9474701Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9492084Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9509234Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9525974Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9543029Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9560061Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9577074Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9593917Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9611508Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.9628322Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9645614Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9662847Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9679609Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9696603Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9713413Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9730329Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9747102Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9764185Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.9781543Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9798611Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9815589Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9832392Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9849250Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9866249Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9883143Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9900615Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9917504Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:53.9934915Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9951942Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9968773Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:53.9985762Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0002611Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0019573Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0036377Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0053582Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0070805Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.0087920Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0104943Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0121773Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0138650Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0155562Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0172635Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0189414Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0206848Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0224396Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.0241252Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0258222Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0275141Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0292027Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0308939Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0325775Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:54.0343231Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0360337Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0377399Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0394314Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0411313Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0428176Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0444988Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0461923Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0479604Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.0496708Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0513659Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0530777Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0547471Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0564184Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0581168Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0597986Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0615567Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0632644Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0649863Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.0666549Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0683327Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0700271Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0717036Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0734073Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0751544Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:54.0768721Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0785713Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0802538Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0819416Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0836167Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0853157Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0869972Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0887326Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0904709Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.0921556Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0938402Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0955235Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0972202Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.0989064Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1006733Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1024430Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1042990Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1061620Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.1079932Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1098319Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1116637Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1135184Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1153414Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1170865Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1188182Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1205780Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1222414Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.1239253Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1256233Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1273092Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1290046Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1307682Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:54.1324567Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1342125Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1359228Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1376268Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1393134Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1410099Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1426966Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1443819Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1460683Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1478118Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.1495433Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1512275Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1529125Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1546102Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1562942Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1579853Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1596752Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1614093Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1631547Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.1648174Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1665114Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1681934Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1698864Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1715707Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1732636Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1749965Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1767066Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1784055Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.1800721Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1817648Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1834439Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1851421Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1868637Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1885824Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1904357Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1922188Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1939911Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.1957881Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1975840Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.1993627Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2011509Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2029247Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2047067Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2065180Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2081430Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2099458Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.2117342Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2134758Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2151953Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2169052Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2185548Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2202005Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2218088Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2234360Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2250884Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.2268264Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2285401Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2303895Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2321645Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2339321Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2357583Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:54.2375557Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2393415Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2411387Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2429274Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2446909Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2464899Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2481970Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2500553Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2518490Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.2536098Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2554047Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2572022Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2589760Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2607593Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2625491Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2643210Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2661348Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.2678775Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2696880Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2713685Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2729929Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2746141Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2762244Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2778589Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2798868Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2818053Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.2839359Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2861146Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2882609Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2902672Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2923494Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2943164Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2961756Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.2980709Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.2999525Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3018435Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3039135Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3057897Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3081049Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3106894Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3130230Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.3152197Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3172912Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3194092Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3213665Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3232712Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:19:54.3251649Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:54.3270402Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3289131Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3309576Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3328168Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3350611Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3375532Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3397582Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.3419455Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3439767Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3460892Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3480377Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3499225Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3518006Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3536836Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3555703Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.3575823Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3594340Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3615561Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3637114Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3658545Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3678324Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3699121Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3719250Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.3738371Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3757320Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3776194Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3794851Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3814842Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3833357Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3854294Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3874189Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.3894973Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3914320Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3933190Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3951821Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3970660Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.3989381Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4009444Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4028531Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.4049002Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4069200Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4089973Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4109423Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4128133Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4147140Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4165917Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4187742Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.4207577Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4226354Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4248091Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4271962Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4293850Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4314856Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4335174Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4355652Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4375301Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4394025Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4413024Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4431799Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4450554Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4466223Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4481578Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4497182Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:54.4512489Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4527832Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4543268Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4558569Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4574057Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4589420Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4604743Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4620215Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4635612Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:54.4661128Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.4684498Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4709033Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4733867Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4756890Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4780194Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4803733Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4826086Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.4848813Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4871468Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4893851Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4919263Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4944627Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.4967352Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.4990203Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5012882Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5035342Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5058154Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5080630Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5103201Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5126197Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.5148485Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5171737Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5194508Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5217239Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5239695Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5262415Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5285128Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.5307580Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5331024Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5353348Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5379334Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5404645Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5427784Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5451101Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.5473238Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5495182Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5516929Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5538790Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5560582Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5583062Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5605859Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.5631747Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5656942Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5680274Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5703188Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5725757Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5748300Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5771366Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.5793792Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5816703Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5839133Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5858737Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5879962Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5901480Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5924526Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.5945281Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5966009Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.5985701Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6004688Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6023828Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6042757Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6061745Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6084950Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.6108073Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6131627Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6154784Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6178096Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6201342Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6224799Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6248328Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.6271830Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6292777Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6311426Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6332782Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6355959Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6376884Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6398199Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.6418250Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6438863Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6458530Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6477272Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6496102Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6514742Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6533677Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6558855Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.6584517Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6609875Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6634221Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6658671Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6683006Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6707546Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.6731945Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6759772Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6786979Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6814804Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6840925Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6867395Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.6893694Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6921273Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6947459Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.6975778Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7003297Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7031878Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7058567Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7085243Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7112068Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7138875Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7165617Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7188605Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7208184Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7231114Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7253604Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7275891Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7295856Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7314820Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7334046Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7353154Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7372407Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7394481Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7418553Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7445564Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7468815Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7492386Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7514569Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7537000Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7556878Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7576039Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7594882Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7613889Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7632844Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7655467Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7678285Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7701039Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7723774Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7746709Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7769284Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7791964Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7815691Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7838158Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7860634Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7882923Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7905312Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7927861Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7950426Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.7975469Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.7995560Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8014886Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8033928Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8053123Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8075520Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8099775Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8126941Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:54.8150566Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8173919Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8197511Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8220749Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8243660Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8266384Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8289511Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.8311858Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8332011Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8351074Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8370132Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8389110Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8408127Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8430024Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8452621Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.8474683Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8494521Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8513513Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8532445Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8551345Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8570399Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8610460Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.8650382Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8690320Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8712378Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8735221Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8760287Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.8787358Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8813024Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8835850Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8858532Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8880925Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8904195Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8926948Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.8949715Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8972261Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.8994613Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9016990Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9040012Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9065285Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9090773Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.9115238Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9138157Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9160857Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9183380Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9205765Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9227973Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9250770Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.9272905Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9296330Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9322476Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9348401Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9371333Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9394700Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.9417437Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9439821Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9462241Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9484573Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9506929Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9529730Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9552771Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.9575458Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9595355Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9614478Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9634285Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9652558Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9671583Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9694904Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9716899Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.9740496Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9763913Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9786401Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9808914Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9831383Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9853794Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9875723Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:54.9898711Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9920460Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9943382Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9965974Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:54.9987977Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0010676Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0032622Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.0054612Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0076356Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0106232Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0133467Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0168155Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0204442Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.0231848Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0259481Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0286136Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0313267Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0343019Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.0371741Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0397954Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0431950Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0466370Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0492880Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.0520242Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0546654Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0573065Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0602594Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0631480Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0658848Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.0692728Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0727449Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0754706Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0782279Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0809288Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.0836554Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:55.0866588Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0888889Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0912579Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0938226Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0961630Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.0984621Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1006480Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1028259Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1047718Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1066372Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1084815Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1103510Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1121993Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1144270Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1165783Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1189508Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1211976Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1234081Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1256100Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1277525Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1299605Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1321277Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1343140Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1365214Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1384743Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1407352Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1432632Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1456168Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1479159Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1501206Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1523072Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1542645Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1561128Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1579650Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1598191Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1617099Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1638677Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1660293Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1683953Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1707930Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1731288Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1753306Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1775444Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1796845Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1818427Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1839914Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1861305Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1882501Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1905500Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1928376Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.1951198Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1970866Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.1989572Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2008133Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2026935Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2045753Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2068266Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2091750Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.2114739Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2137918Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2160672Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2183538Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2206323Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2229831Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2252264Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:19:55.2276427Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:55.2298252Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:19:55.2323832Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2349528Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2371775Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2394430Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:19:55.2416035Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2437517Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2459008Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2480287Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2501702Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2524202Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2543779Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2567263Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.2593637Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2617713Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2641393Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2663974Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2686277Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2706270Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.2725057Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2743859Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2762857Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2782123Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2802145Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2821029Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2842506Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2864065Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.2885280Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2905404Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2926098Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2945538Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2964278Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.2983178Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3001928Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3020925Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3042778Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3064356Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3090380Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3115984Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3138409Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3160574Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3182547Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3204252Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3226202Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3247828Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3269415Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3292210Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3311597Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3335245Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3357464Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:55.3379793Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3399512Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3418769Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3438463Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3458284Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3477203Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3497655Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3516404Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3537299Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3557316Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3578214Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3597867Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3616598Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3635383Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3654357Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3673143Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3695294Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3717423Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3744060Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3770128Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3793025Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3816664Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3839413Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3861816Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3884197Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3906641Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3928935Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3951900Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.3973601Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.3999526Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4025326Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4047739Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4070331Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4092408Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4114200Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4138561Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.4159960Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4181615Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4204267Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4225694Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4251618Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4277157Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4299893Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.4322064Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4343841Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4365529Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4387261Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4408785Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4430379Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4452698Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.4477137Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4502650Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4526131Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4550149Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4573701Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4597154Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4621238Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.4642695Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4665735Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4688605Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4710755Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4733173Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4755341Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4777606Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.4799765Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4821562Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4844507Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4867572Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4889539Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4911705Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4933999Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.4955818Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4977802Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.4999552Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5022947Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5046033Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5068405Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5091134Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.5113331Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5135660Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5157670Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5179512Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5202791Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5225841Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5248362Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.5271074Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5293545Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5315793Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5338020Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5360826Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5382397Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5405348Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.5428167Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5450206Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5472142Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5494139Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5515757Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5537350Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5559001Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.5581968Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5604800Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5626753Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5648697Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5670631Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5692554Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5714307Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.5746573Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5768958Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5792624Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5816215Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5838680Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5861840Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.5884430Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:55.5907121Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5929710Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5951772Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5974986Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.5998931Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6021014Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6043644Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6066026Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6088389Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6110749Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6132792Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6155648Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6179628Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6201330Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:55.6223437Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6245227Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6267158Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6288966Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6310885Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6334678Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6358473Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6381271Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6404282Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6427098Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6449645Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6472619Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6496055Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6520818Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6545247Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6568627Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6592545Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6616039Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6639314Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6662764Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6686039Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6710936Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6735831Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6759648Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6783489Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6807052Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6830602Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6853996Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6876859Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6900822Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6924405Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6947073Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.6970171Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.6992599Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7015312Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7038246Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7061129Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7084918Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7108540Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7131597Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.7154506Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7177289Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7199694Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7222547Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7254303Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7269527Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7293636Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.7317008Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7340373Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7363648Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7387204Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7410571Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7433803Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7455551Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.7478193Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7500859Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7522276Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7543549Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7564779Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7586072Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7607547Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.7631074Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7652978Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7676120Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7699382Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7721487Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7743848Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7766066Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.7788119Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7809832Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7832645Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7856216Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7879580Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7902116Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7925020Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.7947610Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7970085Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.7992755Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8015752Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8039300Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8062960Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8085766Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.8108720Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8131454Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8153824Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8176470Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8197940Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8220475Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8243878Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:55.8265615Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8287368Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8309125Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8330818Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8352404Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8374908Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8396604Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8422779Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.8448241Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8470558Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8493194Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8515093Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8536816Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8558275Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8580112Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.8601628Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8623836Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8643316Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8666704Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8690581Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8714275Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8736411Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.8758324Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8778253Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8796958Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8815677Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8834380Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8853208Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8875323Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.8898043Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8923504Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8948911Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8971947Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.8994510Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9017056Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9039276Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.9061648Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9083855Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9106263Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9129020Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9150738Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9176041Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9201689Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.9223941Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9246467Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9268397Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9289985Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9311538Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9333315Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9354867Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.9377088Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9399807Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9422691Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9442372Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9461227Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9479802Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9498486Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9517307Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.9547390Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9570606Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9587900Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9632114Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9638506Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:55.9644246Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:55.9707793Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.9740421Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9774328Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9818735Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:55.9825378Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:55.9831062Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:55.9873698Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9918588Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9968443Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:55.9974954Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:19:55.9980928Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0025798Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0072923Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0115315Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0160400Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.0198890Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0266896Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0303920Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.0341467Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0385965Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0392698Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0398668Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0441654Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0487292Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.0531589Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0538243Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0544218Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0582993Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0624676Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.0666344Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0673032Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0678981Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0716601Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0756779Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0804614Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.0811564Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0817304Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.0859330Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0903602Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.0942352Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.0975304Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1010249Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1046898Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1087845Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1122824Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1184756Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1217308Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1251201Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.1288478Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1328673Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1363262Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1425477Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.1458466Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1492446Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1532409Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1538805Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.1544819Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.1581314Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.1622185Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1664082Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1670766Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.1676709Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.1712940Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1751323Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.1788782Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1854577Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1887220Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.1921531Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.1999249Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2078234Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.2160356Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2207117Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.2248762Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2292685Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2335684Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2375963Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.2420342Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2462122Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2502103Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2544409Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.2594067Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2670524Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.2716024Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2763616Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2770505Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.2776421Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.2782295Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.2817667Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2853893Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.2860148Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.2895936Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2933832Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.2973158Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3014965Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3050730Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3116530Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3151730Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3188835Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3226984Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3261009Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3296762Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3303496Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:19:56.3309484Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3315332Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3321166Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3326981Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3332929Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3338753Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3344568Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.3396185Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3443666Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3491650Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3527225Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3557728Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3594232Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3628692Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3657887Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3716309Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3741647Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3769190Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3804199Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3837412Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3864989Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3921735Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.3947404Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.3974932Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4008795Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4040046Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4065991Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4120427Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.4144763Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4171384Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4206406Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4266133Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.4289611Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4316067Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4349914Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4403798Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4427709Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.4454337Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4487975Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4518912Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4544263Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4599070Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.4624577Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4651986Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4665217Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:56.4677362Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:56.4689336Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:56.4701441Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:56.4713385Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:56.4725408Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:56.4731459Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.4737330Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.4743169Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.4793603Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4799980Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.4806195Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.4852686Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4901802Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.4949364Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.4994941Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5042376Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.5090893Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5097332Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.5103308Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.5148699Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5197725Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.5244356Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5250962Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.5256897Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.5300032Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5348224Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5384161Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.5415269Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5440232Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5499707Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5525718Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.5553250Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5598456Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5642753Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.5688752Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.5785109Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5803567Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5819940Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5836547Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.016s) 2022-09-27T16:19:56.5852113Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5867845Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5883168Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5898727Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5914040Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:56.5957333Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6027743Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6064926Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6103291Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6141927Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6182969Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:56.6217860Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6281320Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6314133Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6347925Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6394846Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6435853Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6478557Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6524374Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6565263Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6607728Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6650866Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6688099Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6727703Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6773585Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6814368Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6857547Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6903904Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.6953796Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.6997729Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7035670Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7073770Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7110986Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.7143058Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7177068Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7223626Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7264934Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.7307748Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7372028Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7378853Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.7422369Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.7458622Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7495999Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7543960Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7587883Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.7633226Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7673950Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7722421Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7765698Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.7838415Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7873219Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7909741Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.7951077Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.7957401Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-09-27T16:19:56.7963410Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-09-27T16:19:56.7999645Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8039499Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8079951Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.8114522Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8150286Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8231846Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:56.8313886Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8400179Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.8407398Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8413630Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8419526Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8425398Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8431326Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8437182Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8442970Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8448834Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8454794Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8460604Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8466390Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8472170Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8511334Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8553319Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.8588130Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8650691Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8683635Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8720142Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.8726785Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.8792139Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8826708Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8860749Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.8897337Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8932097Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.8962211Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9025612Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.9058133Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9090843Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9097448Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9103378Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9109288Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9173733Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.9205322Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9238450Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9281701Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9320602Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.9361249Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:56.9404272Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9442577Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9483042Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.9530255Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:56.9572427Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9616457Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9664153Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.9706100Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9749805Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9797591Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9804234Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:19:56.9810346Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9852080Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9895728Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:56.9902128Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9908341Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9913988Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9919849Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9925646Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9931620Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9973564Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:56.9980131Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:56.9986093Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0022997Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0060855Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0067470Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0073335Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0079234Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0085048Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0120053Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.0174696Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0199006Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0225994Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0265617Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0271769Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0277923Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:19:57.0314001Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.0353861Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0397704Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0467000Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.0533127Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0571437Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0612004Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.0653633Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0660308Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0666517Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.0702852Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0741864Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.0854827Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.0938137Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.0984876Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1032524Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1078660Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.1125781Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1174030Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1223497Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1271134Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.1320089Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1364323Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1403404Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.1442403Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1495127Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1536498Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1642685Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.1698500Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1753946Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.1805362Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1863483Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.1912437Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.1966010Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2014145Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.2065254Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2127322Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2189832Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.2252369Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2315602Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2371912Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.2428639Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2485170Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2542704Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.2591720Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2635906Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2681755Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.2720773Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2761106Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.2843376Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.2925961Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3011270Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.3067091Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3123443Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.3178544Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3234635Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3275342Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3316765Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.3361391Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3409100Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3452136Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.3493433Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3535847Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3572958Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3614146Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.3649094Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3716715Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3749400Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3782892Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.3789603Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.3795567Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.3801438Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.3838350Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3879026Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.3920971Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.3927746Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.3933848Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.3971261Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4012970Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4051930Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4086687Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.4122429Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4138480Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4176760Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4220683Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4228838Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:19:57.4246976Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.4262714Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4278885Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4294292Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4308669Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4323153Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4335956Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4348445Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4364571Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4378232Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4384644Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.4391040Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:19:57.4407221Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4423431Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4439731Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4456161Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4472477Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4485832Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4498467Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4515243Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4528791Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4535364Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.4541722Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.4558077Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.4574942Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4591444Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4607100Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4622635Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4635432Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4647914Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4663896Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4677310Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4718230Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.4758176Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4774486Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4790256Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4806554Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4822626Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4837752Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4853030Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4865822Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.4878487Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4894061Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4907553Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.4913958Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.4920301Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.4936343Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4952636Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4968821Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.4985032Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5001190Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5014670Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.5027141Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5042712Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5056304Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5062704Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.5069068Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.5084324Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5099685Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5114753Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5129953Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5145189Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5157986Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5170844Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.5186607Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.5200065Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5206457Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.5212903Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.5228812Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5245058Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5261602Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5277534Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5293698Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5306957Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5319430Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5335491Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.5348962Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5355352Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.5361669Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.5377400Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5393634Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5409673Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5424845Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5440041Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5452859Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5465413Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5477799Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5492617Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.5507119Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5521379Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5534098Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5546562Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5562352Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5578850Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5595020Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5610399Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5624902Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5639322Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5652204Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.5664838Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5680245Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5693829Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5734118Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5780604Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5820606Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.5836960Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5852616Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5867867Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5882389Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5897126Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5911517Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5924343Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5937021Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.5953101Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.5966679Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.6006616Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6053141Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6092585Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6108276Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6123781Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.6138809Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6153021Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6167237Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6181469Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6194045Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6206281Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6222173Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6235461Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6241526Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.6247647Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.6263362Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6279639Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.6295890Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.6311799Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6327735Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6341052Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6353292Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6368953Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6382383Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6388655Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.6394733Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.6410484Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6426789Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6442840Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.6458033Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6473115Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6479686Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.6492247Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6498505Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.6510684Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6525810Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6541540Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6557855Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6573975Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6589100Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6604381Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.6617133Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6630184Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6644971Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6658524Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6673764Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6689075Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6704357Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6719465Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6734634Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6747257Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6759665Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.6775255Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6788581Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6804017Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6820203Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6836171Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6852321Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6868270Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6881423Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6893959Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6909491Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.6922840Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.6938339Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6954438Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6970616Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.6986652Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7002800Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7016114Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7028447Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7043825Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7056470Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7071959Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.7088118Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7104292Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7120448Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7136831Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7150077Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7162492Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7178443Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7191888Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7206910Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7222873Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.7239107Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.7255221Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7270377Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7285556Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7298376Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7310720Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7316991Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.7329273Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7335662Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.7341767Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.7357902Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7374552Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7390825Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.7406900Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7423077Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7436314Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7448607Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7455095Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.7467173Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7482943Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7499572Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7515571Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7530797Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7546086Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.7558724Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7571257Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7587052Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7600416Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7641331Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7689103Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7729976Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.7746098Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7761902Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7778426Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7793892Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7808636Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7823292Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7835940Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7848206Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7864096Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.7880421Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7896748Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7911951Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7926374Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7940770Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7953351Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7965819Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.7981231Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.7996392Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8012096Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8028470Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.8035892Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.8042052Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.8048143Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.8054410Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.8070571Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8084090Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8100017Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8116483Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8132580Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8147714Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8162796Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8169737Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.8182230Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:19:57.8219459Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8260553Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8298084Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8314790Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8327614Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8363645Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.8405321Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8440619Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8455803Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8470839Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8485662Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8500319Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.8514689Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8529148Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8541748Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8554066Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8569566Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8582199Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8617594Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8657791Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.8692529Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8707532Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8722418Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8737039Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8751286Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8765512Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8779993Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8792557Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8804847Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8820557Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.8833143Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.8867615Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8901598Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8916144Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8930949Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8945448Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8959700Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.8974613Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.8988954Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.9001572Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9014029Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9029644Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9042460Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9056987Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9071652Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9086324Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9101037Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9115393Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9129971Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9143448Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.9156483Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9172408Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9185032Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9199417Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9214299Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9228933Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9243320Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9257844Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9272249Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9284785Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9297363Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.9313043Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.9325628Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9360048Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9396490Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9429438Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9444000Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9458845Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.9473415Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:57.9487856Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9502358Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9516837Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9529278Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9541664Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9553803Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9565988Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9578246Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9590342Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9602375Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9614548Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9626913Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:19:57.9638919Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9651111Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9663268Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9675322Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9687427Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:19:57.9693811Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.9706152Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9712320Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.9718475Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:57.9735390Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9751414Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9766690Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9779503Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:57.9791762Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9807679Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9821153Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:57.9868146Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9913511Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9930183Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9946805Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:57.9963344Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9980088Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:57.9996712Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0010158Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0022763Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0038441Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0051289Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0067033Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0083257Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0099634Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.0115763Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0132068Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0145284Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0157722Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0173855Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0187332Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0233964Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0279584Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.0296171Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0312581Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0329026Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0345601Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0362037Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0375419Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0387955Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0404059Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0418061Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.0464457Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0510418Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0527577Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0544390Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0560958Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0578957Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.0595522Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0608926Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0621649Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0637461Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0650434Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0684891Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0718793Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0735226Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.0750326Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0765131Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0779727Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0794111Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0808558Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0821376Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0833918Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0850128Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0863615Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0880241Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.0896692Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0913077Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0929414Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0945822Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.0959147Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0971916Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.0989399Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1007307Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1024929Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1042291Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.1059525Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1076640Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1083812Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.1096589Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1113964Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1131856Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1149528Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1166803Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1184203Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1201724Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.1208831Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.1221593Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1238928Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1256990Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1274975Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1292526Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1309894Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1327185Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1334548Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.1347205Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1363505Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.1377128Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1392930Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1408664Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1424352Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1438924Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1453539Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1467832Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1480510Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1493170Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1508882Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.1550523Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1598332Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1637973Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1653849Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1669573Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.1685762Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1701215Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1715555Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1729842Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1742628Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1755104Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.1771628Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1788329Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1804886Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1822051Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.1838660Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1855274Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1872574Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1889550Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1906266Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1923486Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1940211Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1957060Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1974098Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.1990759Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2007739Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2024524Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2040925Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2057425Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2073829Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2090086Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2105526Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2120135Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2134990Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2147962Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:19:58.2160532Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2177194Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2193983Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2210761Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2217954Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.2224380Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.2240481Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2257263Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2273736Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2290833Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2307713Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2324395Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2341603Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2386114Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2443598Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:19:58.2460299Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2477136Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2494003Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2510645Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2527262Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2543887Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2557328Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2569973Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2586130Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2638547Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2689998Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2707210Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2723880Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2740432Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2756769Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2773454Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2786893Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2799463Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2815642Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2832318Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2848846Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2864521Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2879310Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2894075Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2906891Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2919523Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2936250Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.2949520Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.2965878Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2982751Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.2999403Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3016355Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3032970Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3046376Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3059080Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3065430Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3071819Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3078188Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3084677Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:19:58.3091050Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3097347Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3103649Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3109909Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3116248Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3135568Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3148993Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3166887Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3184743Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3201620Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3218658Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3235503Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3249278Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.3261748Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3279091Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3292531Z 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-09-27T16:19:58.3309695Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3327465Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3344632Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3361743Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3378822Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3392290Z 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-09-27T16:19:58.3404897Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.3422372Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3435698Z 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-09-27T16:19:58.3453267Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3471150Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3488151Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3505498Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3522186Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3535719Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3548187Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3563538Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.3603317Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3648719Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3688780Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3704852Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3720601Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.3736024Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3751155Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3765561Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3780111Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3792966Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3805584Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3812103Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.3824714Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3840725Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3856912Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3873387Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3889680Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.3905038Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3920430Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3933297Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3945830Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.3961388Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.3975055Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4013001Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4053924Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.4091381Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4107576Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4123145Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4138476Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4152927Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4167336Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4181697Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4197872Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.4212472Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4219091Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.4232522Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4273708Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4315318Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4331526Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4347300Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4363598Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.4379723Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4394917Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4410157Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4423033Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4435715Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4451816Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4468439Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4484976Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4500509Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4515253Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.4529736Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4542603Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4555115Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4571096Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4586891Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4603371Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4620523Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4637207Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4653754Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4670481Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.4686937Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4703416Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4719697Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4733638Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4786375Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4840291Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.4857548Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4874182Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4890331Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4905634Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4920751Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4933573Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4945945Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.4961489Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.4975026Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5018101Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.5068131Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5075262Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.5091354Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5107316Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5123316Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5138105Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.5152540Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:58.5166724Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5179438Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5191801Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5208104Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5221724Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5228030Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.5234126Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.5250247Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5266848Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5283185Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5298652Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.5313986Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:58.5326570Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5339022Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5354329Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5367727Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5382784Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5398093Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5414174Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5429314Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5443577Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5457960Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5470559Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.5482840Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5498166Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5510659Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5524742Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5539325Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5553782Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5567984Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5582387Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5596677Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5609256Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5621912Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.5637764Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5650943Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5657162Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.5663294Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.5678847Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5695189Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5711155Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5727062Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5743084Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5756274Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5768666Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5784946Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.5798067Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.5862078Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5925736Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5943672Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.5960627Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5977211Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.5993444Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6009792Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6023151Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6035454Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6051237Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6064599Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6070832Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6077000Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6092579Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.6108761Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6124672Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6139865Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6154848Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6161366Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6173849Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6180139Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6186409Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6192283Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6198305Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6204314Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6210408Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6216402Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6222455Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6234826Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6251474Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.6266968Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6282419Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6297768Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6312796Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6325347Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6337729Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6350030Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6365558Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6381154Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6395987Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6411192Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.6426043Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6438649Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6451101Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6463357Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6478738Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6494313Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6509457Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6524643Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6539579Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6552133Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6564649Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.6577070Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6592526Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6607781Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6623065Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6638169Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6653238Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6665871Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6678204Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6684528Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.6697004Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6712227Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6727533Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.6742729Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6757733Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6772774Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6785281Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6797582Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6809823Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6824891Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6839821Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6854844Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6869772Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6884804Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.6897595Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6909722Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6925495Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6938981Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.6954353Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6970598Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.6986311Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7001305Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7016437Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7029150Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.7041459Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7053859Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7069733Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7085325Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7100647Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7115694Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7130857Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7137395Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.000s) 2022-09-27T16:19:58.7149825Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7162226Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7177971Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7193553Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.7208563Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7223729Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7238682Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7251374Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7263718Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7276162Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7291283Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7306423Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7321507Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7336609Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7351613Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.7364080Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7376462Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7388638Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7404013Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7419557Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7434458Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7449413Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7464431Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7476956Z 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-09-27T16:19:58.7489138Z 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-09-27T16:19:58.7501499Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7517025Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.7532536Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7547331Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7562222Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7577259Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7589819Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7602162Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7614567Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7629745Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7644817Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7659845Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7674743Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7689647Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7702199Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7714356Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7726521Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7741753Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7756919Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7771936Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7786833Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7801760Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7814501Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7826940Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.7842517Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7855992Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7871709Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7887995Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7904242Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7920446Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7936628Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.7949738Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7961967Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.7974427Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.7989862Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8006203Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8021954Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8036984Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8052166Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8064713Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8076941Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8093769Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8106821Z 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-09-27T16:19:58.8123086Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8140749Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:19:58.8157195Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8173912Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8190479Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8203687Z 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-09-27T16:19:58.8216163Z 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.000s) 2022-09-27T16:19:58.8228436Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8243540Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8258783Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8273942Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8288876Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8304284Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.8316843Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8329093Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8341525Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8357059Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8372245Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8387092Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8401977Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8416935Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8429487Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8441860Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8454406Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8470925Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.8486665Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8502221Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8517373Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8532613Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8545232Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8557610Z 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-09-27T16:19:58.8563807Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8576102Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8623767Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.8670147Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8686754Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8703271Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8719500Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8735817Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8751992Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8765297Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8778195Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.8784760Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8797092Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8803437Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8809829Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8825204Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8840796Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8857068Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8872280Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8886721Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8901110Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8913754Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8926245Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.8932658Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8945179Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.8951521Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8957911Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.8975281Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.8992320Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9009101Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9026001Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9042641Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9055997Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.9068464Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.9084153Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9097936Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.016s) 2022-09-27T16:19:58.9104336Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.9110706Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:19:58.9126852Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9143476Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9159733Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9176199Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9192334Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9205582Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.9218161Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.9233663Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9250686Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:58.9268046Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:19:58.9283618Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9298266Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9312701Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:19:58.9325395Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.9338021Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-09-27T16:19:58.9803672Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:19:59.0768309Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:19:59.2070255Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:19:59.2772867Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:19:59.3515358Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:19:59.3968318Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:19:59.4525921Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:19:59.4758877Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:19:59.4995536Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:59.5242419Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:19:59.5577816Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:59.5910626Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:19:59.6523841Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:19:59.7882667Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:20:00.0216915Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:20:00.2270090Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:20:00.2903016Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:00.3593372Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:00.4156665Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:00.4765866Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:00.5402779Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:00.6101426Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:00.6691684Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:00.7369603Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:00.9140685Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:20:01.1743163Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-09-27T16:20:01.4105634Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-09-27T16:20:01.4801338Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:01.5574204Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:01.6216678Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:01.6915654Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:01.7641606Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:01.8391306Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:01.9132965Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:01.9734878Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:02.0764753Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:20:02.1857980Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:02.2669072Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:02.3581644Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:02.4155641Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:02.4819500Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:02.5389720Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:02.5989375Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:02.6618543Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:02.7321072Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:02.7939071Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:02.8562221Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:02.9951650Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:20:03.2309840Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-09-27T16:20:03.4468171Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:20:03.5097876Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:03.5792782Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:03.6349843Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:20:03.6952075Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:03.7589965Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:03.8303629Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:03.8898333Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:03.9667754Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:04.1230108Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:20:04.1239995Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:20:04.1248276Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:20:04.1998597Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:04.2862237Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:20:04.3590871Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:04.4385235Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:04.5193212Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:04.5982755Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:04.6741006Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:04.7363148Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:04.8746357Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:20:05.0577772Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:20:05.2190401Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:20:05.2818447Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:05.3510153Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:05.4090869Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:05.4709981Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:05.5362337Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:05.6061158Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:05.6717795Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:05.7408313Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:05.9137557Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:20:06.0992205Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:20:06.2575110Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-09-27T16:20:06.3288915Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:06.4093831Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:06.4836739Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:06.5621612Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:06.6435251Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:06.7307957Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:20:06.7875767Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:06.8546136Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:20:06.8775839Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:06.9012310Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:06.9257268Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:06.9598209Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:06.9947434Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:07.0506017Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:07.1045483Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:07.1679358Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:07.2003251Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:07.2349804Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:07.2715550Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:07.3251046Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:07.3754111Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:07.4214072Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:07.4896097Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:07.6035644Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:20:07.7586795Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:20:07.8321676Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:07.9046677Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:20:07.9429717Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:20:07.9890999Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:08.0086693Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:08.0294448Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:08.0494989Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:08.0804805Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:08.1114422Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:08.1544249Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:20:08.2165826Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:08.3176454Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:20:08.4752165Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:20:08.5506385Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:08.6241337Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:08.6634759Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:08.7103649Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:08.7301299Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:08.7510756Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:08.7713446Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:08.8026202Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:08.8336264Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:08.8802113Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:09.0147907Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:20:09.2302494Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-09-27T16:20:09.4431288Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:20:09.4928298Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:09.5600600Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:09.6076656Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:09.6692926Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:09.7339562Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:09.8023141Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:09.8701098Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:09.9334667Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:10.0459294Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:20:10.2585249Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:20:10.4444113Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:20:10.5094891Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:10.5813279Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:10.6426911Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:10.7050255Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:10.7699824Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:10.8306399Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:10.8867508Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:20:10.9352196Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:11.0636376Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:20:11.1441733Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:11.1905670Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:11.2470280Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:20:11.2931094Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:11.3435136Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:11.3971200Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:11.4547071Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:11.5114696Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:11.8463729Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.329s) 2022-09-27T16:20:11.9773006Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:20:12.3462543Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.364s) 2022-09-27T16:20:12.7340662Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.380s) 2022-09-27T16:20:12.8069938Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:12.8836056Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:12.9639799Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:13.0372305Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:13.1063098Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:13.1872393Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:13.3035006Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:20:13.3805409Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:13.4667033Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:13.5511546Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:13.6310115Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:13.7136276Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:13.7899966Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:13.8574333Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:20:13.9333872Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:20:14.0641117Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:20:14.1333718Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:14.2138057Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:14.2818618Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:14.3538477Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:14.4287696Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:14.4972315Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:14.5634635Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:14.6422981Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:14.7672819Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:20:14.8353506Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:20:14.9125744Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:14.9752952Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:15.0406797Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:15.1093009Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:15.1718202Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:20:15.2287391Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:15.3300658Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:20:15.4577280Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:20:15.5910339Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:20:15.6900062Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:20:15.8026809Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:20:15.8775690Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:15.9533045Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:16.0320812Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:16.1065818Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:16.1763065Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:16.2258805Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:16.3230735Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:20:16.5159651Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:20:16.6773418Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:20:16.7215795Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:16.7786936Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:16.8281117Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:16.8782893Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:20:16.9311463Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:16.9798678Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:17.0279221Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:20:17.0892909Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:17.2014077Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:20:17.2607212Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:17.3296648Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:17.3891326Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:17.4494476Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:17.5126363Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:17.5713597Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:17.6252971Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:17.6737384Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:20:17.7453453Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:20:17.8658980Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:18.0311045Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:20:18.1228807Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:18.2030759Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:18.2502786Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:18.3087471Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:18.3326512Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:18.3558736Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:18.3810084Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:18.4136550Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:18.4462911Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:18.5003269Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:18.5500730Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:18.6071578Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:18.6375475Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:18.6707331Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:18.7051998Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:18.7636138Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:20:18.8147137Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:20:18.8663311Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:18.9681447Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:19.0217350Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:19.0901390Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:19.1883580Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:20:19.3220320Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-09-27T16:20:19.4003651Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:19.4912298Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:20:19.6106580Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:20:19.8366041Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-09-27T16:20:19.9556421Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:20:20.0813797Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:20:20.1997740Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:20.3196908Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:20:20.4425004Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:20:20.5604941Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:20:20.6752787Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:20.7533190Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:20.8827075Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:20:20.9402606Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:20.9820176Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:21.0416492Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:21.1103043Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:21.2313695Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:20:21.2753463Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:21.3310481Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:21.3547731Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:21.3915937Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:21.4120688Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:21.4326733Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:21.4553341Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:21.4885362Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:21.5237005Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:21.5638231Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:21.6293442Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:21.7057144Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:21.8119822Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:21.8582150Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:21.9166835Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:21.9394350Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:21.9757074Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:21.9963212Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:22.0166998Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.0392993Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.0723877Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:22.1063254Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:22.1448921Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:22.2094888Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:22.2801826Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:22.3236278Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:22.3764690Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:22.3981161Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.4315331Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:22.4523097Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:22.4726990Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.4952442Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.5283188Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:22.5630243Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:22.6029479Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:22.6896568Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:22.7470807Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:22.7704817Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:22.8058826Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:20:22.8270513Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.8487893Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:22.8730455Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:22.9124464Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:22.9544579Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:20:22.9943860Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:20:23.0822684Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:20:23.1374355Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:23.1602041Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:23.1952569Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:23.2166986Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:20:23.2390372Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:23.2634730Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:23.3032481Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:23.3449780Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:23.3860156Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:23.4540674Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:23.5186380Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:23.6179091Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:23.6562022Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:20:23.7098087Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:23.7341154Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:20:23.7724176Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:20:23.7940183Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:23.8170430Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:23.8447513Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:20:23.8782737Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:23.9126489Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:23.9148319Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9157310Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:20:23.9176277Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9189590Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9201022Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9212695Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:20:23.9223966Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9235129Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9246435Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9257795Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9269061Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:23.9280282Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:20:24.0103023Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:20:24.1442130Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:20:24.2248437Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:20:24.3192672Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:20:24.3919076Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:20:24.4683688Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:20:24.5480097Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:24.6214451Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:24.6978210Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:20:24.7520012Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:24.9429121Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:20:25.1072565Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:20:25.2453926Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:20:25.3030278Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:25.3680607Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:25.4225278Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:25.4832126Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:25.5478404Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:25.6143116Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:25.6798235Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:25.7376882Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:25.8790502Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:20:25.9336405Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:25.9987953Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:26.0589789Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:20:26.1218492Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:26.1877993Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:26.2586767Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:26.3244944Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:26.4074758Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:26.5965266Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:20:26.7578705Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-09-27T16:20:26.8939729Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:20:26.9683854Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:27.0371323Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:27.1152930Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:27.1779835Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:27.2449768Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:27.3335710Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:27.4211946Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:27.4727555Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:27.6621317Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:20:27.8252566Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:20:27.9623286Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:20:28.0157371Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:20:28.0797144Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:20:28.1310952Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:20:28.1908463Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:20:28.2546374Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:20:28.3205158Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:28.3855863Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:20:28.4261007Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:20:28.4911585Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:20:28.5547339Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:28.5944465Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:28.6605597Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:28.6846265Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:28.7186192Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:28.7395949Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:28.7604792Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:28.7837293Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:28.8180877Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:28.8534234Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:28.9086993Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:29.0892691Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:20:29.1406611Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:20:29.2045902Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:29.3283928Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:20:29.4532014Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:20:29.5814556Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:20:29.7060007Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:20:29.8300689Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:20:29.9328832Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:20:30.0332689Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:20:30.1568535Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:20:30.2616669Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:20:30.3664247Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:20:30.4736689Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:20:30.5778072Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:20:30.6809711Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:20:30.8829451Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:20:31.0893011Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:20:31.3275823Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:20:31.5329470Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:20:31.7429311Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-09-27T16:20:31.9539601Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:20:32.1609595Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:20:32.3740630Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:20:32.6886132Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.316s) 2022-09-27T16:20:32.9711054Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.286s) 2022-09-27T16:20:33.3079915Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.332s) 2022-09-27T16:20:33.6240919Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.326s) 2022-09-27T16:20:33.9294078Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-09-27T16:20:34.2386022Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-09-27T16:20:34.5582483Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.332s) 2022-09-27T16:20:34.8618576Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.302s) 2022-09-27T16:20:34.9183191Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:34.9843196Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:35.0672640Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:35.1164408Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:35.1769949Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:35.2008526Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:20:35.2292804Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:35.2598703Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:35.2982929Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:35.3371460Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:35.3890115Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:35.5060614Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:20:35.6733574Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:20:35.7612368Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:35.8395168Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:35.8838511Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:35.9383098Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:35.9613172Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:35.9845411Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:36.0081589Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:36.0417018Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:36.0760749Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:36.1503547Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:36.2233964Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:36.3210709Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:36.3938276Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:36.4655665Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:36.5586157Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:36.6198913Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:36.6795747Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:36.7581490Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:36.8511486Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:36.9428414Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:37.0658107Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:20:37.1553565Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:37.2856860Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:20:37.3530548Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:20:37.4176857Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:37.4984442Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:37.5446797Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:37.5842791Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:37.6319603Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:37.6531771Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:37.6775888Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:20:37.7033877Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:37.7387006Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:20:37.7747254Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:37.8505353Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:20:37.9247922Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:20:38.0242599Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:38.2472053Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:20:38.2481897Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:20:38.3094387Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:38.3636815Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:20:38.4370247Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:38.5111388Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:38.5862426Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:38.6816601Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:38.7362114Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:38.8807046Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:20:38.9937409Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:39.0962595Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:20:39.1489199Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:39.2200745Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:39.2751618Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:39.3352654Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:20:39.4032663Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:39.4562094Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:39.5085184Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:39.5794179Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:39.5804239Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:20:39.5812888Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:20:39.6471568Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:39.7301540Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:39.7968905Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:39.8748951Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:20:39.9558719Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:40.0467615Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:40.1384682Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:40.1914069Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:20:40.2412963Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:20:40.3040309Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:20:40.3300602Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:40.3575436Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:40.3888132Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:40.4239349Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:20:40.4632607Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:20:40.8080740Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-09-27T16:20:40.9674114Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:20:41.3437641Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.369s) 2022-09-27T16:20:41.7360825Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.405s) 2022-09-27T16:20:41.8184182Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:20:41.9073627Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:20:41.9987942Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:20:42.0806745Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:20:42.1754190Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:20:42.6456060Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.459s) 2022-09-27T16:20:43.1646973Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.523s) 2022-09-27T16:20:43.6094412Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.449s) 2022-09-27T16:20:44.0687601Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.452s) 2022-09-27T16:20:44.4998294Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.443s) 2022-09-27T16:20:44.9376018Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.428s) 2022-09-27T16:20:45.3839644Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.457s) 2022-09-27T16:20:45.8126248Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.427s) 2022-09-27T16:20:46.2540735Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.444s) 2022-09-27T16:20:46.7500822Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.495s) 2022-09-27T16:20:47.3445551Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.591s) 2022-09-27T16:20:47.8597800Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.516s) 2022-09-27T16:20:48.3928029Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.538s) 2022-09-27T16:20:48.9318385Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.539s) 2022-09-27T16:20:49.4448183Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.507s) 2022-09-27T16:20:49.9598374Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.507s) 2022-09-27T16:20:50.4642177Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.514s) 2022-09-27T16:20:50.9834298Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.519s) 2022-09-27T16:20:51.4761435Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.488s) 2022-09-27T16:20:52.0715481Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.597s) 2022-09-27T16:20:52.5849648Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.519s) 2022-09-27T16:20:53.1169617Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.533s) 2022-09-27T16:20:53.6202359Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.492s) 2022-09-27T16:20:54.1316635Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.524s) 2022-09-27T16:20:54.6451838Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.503s) 2022-09-27T16:20:55.1469137Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.499s) 2022-09-27T16:20:55.6615839Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.525s) 2022-09-27T16:20:56.1544090Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.497s) 2022-09-27T16:20:56.7874631Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.633s) 2022-09-27T16:20:57.2957738Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.507s) 2022-09-27T16:20:57.8615887Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.555s) 2022-09-27T16:20:58.3655470Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.507s) 2022-09-27T16:20:58.8768375Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.507s) 2022-09-27T16:20:59.3884401Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.525s) 2022-09-27T16:20:59.8880049Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.491s) 2022-09-27T16:21:00.3988307Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.505s) 2022-09-27T16:21:00.4416175Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:00.5315584Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:00.6720970Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:21:00.7593709Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:00.8362413Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:21:00.8804280Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:00.9333007Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:00.9551160Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:00.9772439Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:00.9987908Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:01.0315071Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:01.0649027Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:01.1125146Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:01.2420236Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:21:01.3234551Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:01.3706600Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:01.4275946Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:01.4740603Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:01.5250416Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:01.5791488Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:01.6357930Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:01.6929485Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:01.7389755Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:01.8047696Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:01.8820667Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:21:02.0003187Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:02.0582773Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:02.1295557Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:21:02.1711471Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:02.2198180Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:02.2410432Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:02.2619772Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:02.2794355Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:02.3108971Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:02.3437412Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:02.3910275Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:02.4863633Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:02.5989239Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:02.6951863Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:02.7789646Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:02.8192347Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:21:02.8676553Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:21:02.9092939Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:02.9519980Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:21:02.9995129Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:03.0438207Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:21:03.0869717Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:03.1847181Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:03.2814504Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:03.3878913Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:03.4103641Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:03.4322279Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:03.4525745Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:03.4850068Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:03.5183015Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:03.6151014Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:03.7118476Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:03.8183861Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:21:03.9042264Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:03.9976142Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:04.1019588Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:04.1865963Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:04.2689075Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:04.3626143Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:04.4136692Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:04.5664393Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:21:04.7337859Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:21:04.8813447Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:21:04.9318827Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:04.9920800Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:05.0392784Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:05.0938676Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:05.1510650Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:05.2191258Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:05.2863276Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:05.3406255Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:05.4113673Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:05.5223869Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:05.6854562Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:21:05.7881404Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:05.8718887Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:05.9218466Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:05.9737286Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:05.9973146Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:06.0225235Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:06.0485146Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:06.0835729Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:06.1168237Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:06.1686255Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:06.2610314Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:06.4825822Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:21:06.6627731Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:21:06.7105407Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:06.7679509Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:06.8162656Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:06.8716736Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:21:06.9279138Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:21:06.9753823Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:07.0226895Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:07.0748996Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:07.1390830Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:07.2233122Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:07.2701325Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:07.3231400Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:07.3485884Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:07.3749671Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:07.4011269Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:07.4361931Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:07.4768619Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:07.5140103Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:07.5955461Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:07.6488152Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:21:07.6710633Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:07.7048669Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:07.7265828Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:07.7481589Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:07.7723185Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:07.8114592Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:07.8521773Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:21:07.9009349Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:08.0404571Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:21:08.2599555Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-09-27T16:21:08.4793281Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:21:08.5302349Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:08.5979439Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:08.6450860Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:21:08.7058518Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:08.7701245Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:08.8398231Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:08.9084844Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:08.9694483Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:09.1146251Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:21:09.3660072Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-09-27T16:21:09.6051439Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:21:09.6652134Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:21:09.7494094Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:21:09.8200181Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:09.8923755Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:09.9673281Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:10.0382195Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:10.1088195Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:10.1730041Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:10.2845405Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:21:10.4975362Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:21:10.6861463Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-09-27T16:21:10.7514367Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:10.8235784Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:10.8852704Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:10.9481068Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:11.0139654Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:11.0758135Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:11.1321774Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:11.3825585Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-09-27T16:21:11.6562847Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:21:11.9480972Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.291s) 2022-09-27T16:21:12.2116967Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-09-27T16:21:12.4811792Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:21:12.7530419Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-09-27T16:21:13.0157526Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-09-27T16:21:13.3688173Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.351s) 2022-09-27T16:21:13.4735197Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:21:13.5483877Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:13.6300538Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:13.7055701Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:13.7828176Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:13.8622192Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:13.9363209Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:14.0047393Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:14.1089971Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:21:14.1850166Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:14.2678656Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:14.3444691Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:14.4246148Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:14.5075484Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:14.5851449Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:14.6556247Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:14.8026538Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:21:14.8789591Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:14.9589787Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:15.0333639Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:15.1117190Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:15.1927672Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:15.2681121Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:15.3489479Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:15.4823275Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:21:15.5557114Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:15.6362185Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:15.7106539Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:15.7920708Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:15.8737924Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:15.9491645Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:16.0308811Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:21:16.0928215Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:16.2051387Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:16.2652006Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:16.3327471Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:21:16.3924146Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:16.4553533Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:16.5207684Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:16.5803892Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:16.6357488Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:16.7408670Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:16.8105707Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:16.8845368Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:21:16.9522606Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:17.0237555Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:17.0996729Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:21:17.1689360Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:17.2301858Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:17.3935527Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:21:17.5983531Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-09-27T16:21:17.7084969Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:21:17.8255445Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:21:17.9343927Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:21:18.0457844Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:21:18.1575179Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:21:18.2638456Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:18.3698237Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:18.5868072Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:21:18.7010338Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:18.8270167Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:18.9430611Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:19.0585196Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:19.1768296Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:21:19.2920168Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:19.4046207Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:21:19.6020589Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:21:19.7084398Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:21:19.8238257Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:21:19.9308675Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:21:20.0391078Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:21:20.1502147Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:21:20.2545865Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:21:20.3541823Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:21:20.5136921Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:21:20.6029777Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:20.7025143Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:20.7931978Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:21:20.8851137Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:20.9795353Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:21.0691654Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:21.1596074Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:21.3970633Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:21:21.5202532Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:21.6469573Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:21.7657446Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:21.8914357Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:22.0224993Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:21:22.1438949Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:22.2592260Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:22.4889785Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:21:22.6100883Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:22.7360828Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:22.9001617Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:21:23.0665892Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:21:23.2335273Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:21:23.3517187Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:23.4680066Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:23.6888158Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:21:23.7832369Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:23.8835852Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:23.9773945Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:24.0741359Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:24.1723206Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:21:24.2652406Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:24.3823716Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:24.6017862Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:21:24.7033797Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:24.8106422Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:24.9078506Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:25.0097739Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:21:25.1168690Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:21:25.2152838Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:21:25.3374868Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:21:25.4170417Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:21:25.5589639Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:21:25.6371659Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:25.7286524Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:21:25.8071696Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:25.8892447Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:25.9741999Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:21:26.0535419Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:21:26.1276306Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:26.2290839Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:26.2971316Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:26.3716436Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:26.4178217Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:26.4677335Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:26.5204721Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:26.5671217Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:26.6130871Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:26.7062806Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:26.8734507Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:21:26.9588897Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:27.0593488Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:27.1412289Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:21:27.2311370Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:27.3247121Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:21:27.4063118Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:21:27.4911585Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:27.7212123Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.226s) 2022-09-27T16:21:27.8209275Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:21:27.9271254Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:21:28.0235273Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:28.1232863Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:28.2284021Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:21:28.3246229Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:28.4455554Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:28.6788335Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-09-27T16:21:28.7778043Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:21:28.8975170Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:29.0120429Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:29.1290892Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:29.2496899Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:29.3634950Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:21:29.4841297Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:21:29.6098683Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:21:29.6802074Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:29.7558314Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:29.8247348Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:29.8957783Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:29.9688034Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:30.0384552Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:30.1070167Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:30.1557824Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:30.2888220Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:21:30.4430369Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:21:30.5813333Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-09-27T16:21:30.6298271Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:30.6875489Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:30.7338221Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:30.7836040Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:30.8378168Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:21:30.8994045Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:30.9598909Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:21:31.0073921Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:31.0806242Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:31.1859358Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:21:31.2758261Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:21:31.3627776Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:21:31.4082131Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:21:31.4644072Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:31.4884347Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:31.5124994Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:31.5376311Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:31.5720095Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:31.6059242Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:31.6703853Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:21:31.8009724Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:21:31.9724682Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:21:32.1424128Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-09-27T16:21:32.2090828Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:32.2882901Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:32.3526099Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:32.4234047Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:32.4971196Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:32.5739004Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:21:32.6496159Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:21:32.7160823Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:21:32.8527820Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:21:33.0298175Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:21:33.1717063Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:21:33.2378696Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:33.3137162Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:21:33.3755800Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:33.4439645Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:33.5150962Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:21:33.5899689Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:21:33.6642534Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:21:33.7201290Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:21:33.7733975Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:33.8367347Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:21:33.8689429Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:33.9034335Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:33.9389329Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:33.9900819Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:34.0424367Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:21:34.0453485Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.0655306Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:34.0855190Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.1034425Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.1054669Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1073094Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1090340Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1106430Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.1121131Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1135655Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1150772Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1166096Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1182512Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1195919Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.1478394Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:34.1755970Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:34.1777917Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1796026Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1812902Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1829776Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1846179Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1862697Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1879072Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.1897112Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.1910999Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:21:34.2281722Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:34.2645222Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:34.2666316Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.2684840Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.2702338Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.2718942Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.2735243Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.2750968Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.2767467Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.2789303Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:21:34.2801916Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.2995068Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.3173840Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:34.3198704Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:21:34.3223485Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:21:34.3244773Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:21:34.3260962Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.3276487Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.3291837Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.3307652Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.3324409Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.3341596Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.3355054Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.3640990Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:34.3931675Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.3953038Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.3971465Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.3988453Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4004796Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4021311Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4037581Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4054069Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4071225Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4084302Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.4090461Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.4096749Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.4113290Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.4129183Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4144537Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4159774Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4175146Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4190727Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4207020Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4223854Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4237142Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.4243296Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.4249395Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.4266884Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.4283425Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4299783Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4315906Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4332002Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4348186Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4364343Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4381612Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4394883Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.4401074Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.4407145Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.4424308Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.4440978Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:34.4457353Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4473462Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4488885Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4505383Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4521832Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4534947Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.4549276Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4563700Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4578137Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4593757Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.4608850Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4625131Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4641818Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4658500Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4673824Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4688298Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4702778Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4717906Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4733138Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.4749674Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.4762931Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.4977049Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.5202627Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.5400419Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:34.5420385Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5437582Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5453401Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5467991Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5482354Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5496764Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5511734Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5526823Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.5543578Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.5556923Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.5761532Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.5987980Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.6189437Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:34.6209612Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6227205Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6243102Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6257920Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6272438Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6286739Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6302029Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6317203Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6334281Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.6347397Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.6605676Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.6864317Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:34.6885697Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6905032Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6922602Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6939786Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6957698Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.6974248Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.6990781Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7007756Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7021263Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.7294862Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:34.7558778Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.7580165Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7598684Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.7615591Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7631484Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7647713Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7663168Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7678845Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7698043Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7709481Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.7725486Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7742371Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7759556Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.7775599Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7790791Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7806000Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7821725Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7837901Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7856875Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7870214Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.7888045Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7906308Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7921427Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7936754Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7951940Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7967007Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7982266Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.7998470Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8011786Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.8027992Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8044501Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8060784Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8077304Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.8093572Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8109566Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8125740Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8142838Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8156225Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.8172330Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8189089Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8205406Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8222264Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.8239656Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:34.8255888Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8272037Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8288978Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8302490Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.8318709Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8335550Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8351680Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8367962Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8384252Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8401708Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.8418107Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8435030Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8448348Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.8464409Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8480359Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8496280Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8511546Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8527008Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8543013Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8558626Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.8574032Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.8580418Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.8592788Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.8837506Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.9077129Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:34.9097829Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9115878Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9132911Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9149176Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9165667Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9181666Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9199325Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.9206311Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:34.9218791Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:34.9234904Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9251660Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9267860Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9283152Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9298545Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9313679Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9329188Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9346549Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:34.9360436Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.016s) 2022-09-27T16:21:34.9570821Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:34.9801725Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.0003517Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:35.0024439Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0042874Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0060040Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0075677Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0090465Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0105135Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0120366Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0136092Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0153505Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.0170300Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0186982Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0202421Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0217003Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0231452Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0246642Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0262079Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0278551Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0295354Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0313318Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.0330065Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0337342Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.0343450Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.0349653Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.0355714Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.0372110Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0385676Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.0401957Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0419097Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0435236Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0450535Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0466306Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.0481734Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0498061Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.0669091Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.0850210Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.1016761Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.1036935Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1051274Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.1221960Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.1412376Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:35.1574599Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.1594018Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1610758Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1626555Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1641235Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1655920Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1670428Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1686027Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1701339Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1717756Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.1731675Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.016s) 2022-09-27T16:21:35.1900956Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2085975Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2245671Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2264827Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2281114Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2296490Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2311113Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2325471Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2340084Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2355329Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2371232Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2387475Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2400791Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.2566729Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2724057Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2743068Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2759057Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2774353Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2788974Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2803502Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2818162Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2833996Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.2849288Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2865819Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2879166Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.2894288Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2909377Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2924467Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2939453Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2953745Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2968327Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2983876Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.2999802Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.3016131Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3029487Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.3044388Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3059702Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3074804Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3089458Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3104136Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3118745Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3134357Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3151281Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.3170317Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:35.3183594Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.002s) 2022-09-27T16:21:35.3351559Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:21:35.3523694Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.3677439Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.3696604Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3713096Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3728505Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3743372Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3758043Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3772628Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3788164Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.3804125Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.3816858Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3829155Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3841376Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3853886Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3865989Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3878260Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3890537Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3902853Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3915124Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3927293Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3939650Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3951852Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:21:35.3959553Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:21:35.3976579Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.3999767Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4018449Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4035120Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4050743Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4066609Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4082844Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4099530Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4117153Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.4130540Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.4372441Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:35.4604307Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.4628648Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4645962Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.4663370Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4680076Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4696807Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4713318Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4730701Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.4747905Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4761574Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.4777525Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4794165Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4810327Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4826658Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4842808Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4859030Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4875306Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.4893428Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.4906823Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.5150112Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.5383956Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:35.5404930Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5423660Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5440846Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5458513Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5474880Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5491445Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5508243Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5525579Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.5539130Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.5784537Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:35.6018462Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6039454Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6060423Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6077516Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6095745Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6112256Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6128764Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6145551Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6162343Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6175770Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.6340977Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6496103Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.6516718Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6533562Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6549110Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6563833Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6578593Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6593120Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6608475Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6623893Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6640426Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6655233Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.6670871Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6687626Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6704247Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6720726Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6737398Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6753803Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6770477Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6789513Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6808066Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6827545Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6845135Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6862423Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6879621Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6886567Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.6903243Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6922241Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6941503Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6960995Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.6979500Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.6997147Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7014449Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7021377Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.7038154Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7057573Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7076663Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7096496Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7114423Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7133088Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.7150690Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7157665Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.7174945Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7192430Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7205807Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:35.7222426Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7239833Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.7255983Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7270558Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7285105Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7299629Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7314826Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7330536Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.7346784Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.7553817Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.7785187Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.7993129Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:35.8014111Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8033057Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8050541Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8066253Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8081250Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8095596Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8110821Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8127093Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.8144118Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8161182Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8178114Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8195340Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8212244Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8229926Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.8247862Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8265265Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8282257Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8299851Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8316956Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8334642Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.8351979Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8369111Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8386722Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8403727Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8420685Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8437449Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8454338Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8471053Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8487347Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.8502022Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8516586Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8531852Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8547348Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8564165Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8581962Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.8598454Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.8877024Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.8885680Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.8908393Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:21:35.8929063Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.8949689Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.8970497Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.8990306Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:35.9008989Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:35.9026418Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9256251Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:21:35.9470818Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:35.9491942Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9511045Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:35.9528376Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9545122Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9552085Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.9567881Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9574909Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:35.9590750Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9607906Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:35.9857896Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:36.0090033Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:36.0111446Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0129723Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0146606Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0163129Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0179939Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0196066Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0212463Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0230634Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.0247644Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0264495Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0279979Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0294747Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0309349Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0325188Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:21:36.0340816Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0360198Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0373000Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.0391965Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0411093Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0427554Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0444117Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0460821Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0477340Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0494815Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.0513437Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0526559Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.0544473Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0562581Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0579636Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0596582Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0613684Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0630572Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0648140Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.0667810Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0680740Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.0699728Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0719012Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0736404Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0753712Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0771117Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0788513Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0806677Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.0826071Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0839123Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.0858360Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0877755Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0895218Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0912572Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0929785Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0947046Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0965146Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.0984477Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.0997537Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.1016642Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1036122Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1053500Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1070927Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1088223Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1106638Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1123666Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.1140419Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1344965Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:21:36.1569857Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.1767677Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.1788378Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.1805949Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1821970Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1836558Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1851043Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1865535Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1880705Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1895998Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1902437Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:36.1914893Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.1931166Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1948696Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.1965426Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1981702Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.1997680Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2012812Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2028563Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2044820Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2061522Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2074781Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.2246945Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.2431000Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:21:36.2597535Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.2620258Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2638164Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2654788Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2669535Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2684644Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.2699029Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2714399Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2729231Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.2735740Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:36.2748099Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.2955043Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.3162591Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:21:36.3188037Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3209659Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3228701Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:36.3244977Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:36.3262435Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3280591Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3298522Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:21:36.3314640Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:36.3331758Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3348799Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3365608Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3380948Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3395446Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3409808Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3425001Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3440208Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3456731Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3474212Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.3490979Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3508590Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3525543Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3542393Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3559473Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3576513Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3593227Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3610993Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.3624151Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.016s) 2022-09-27T16:21:36.3889261Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.4153088Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:36.4174968Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4193654Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4210434Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4226273Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4243372Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4260033Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:36.4276890Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4294201Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.4307688Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.4518894Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.4756630Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:36.4961654Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.4982094Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5000411Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5017562Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5032916Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5047432Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.5061739Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5076697Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5091755Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5108216Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5121329Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.5399193Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:36.5648889Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.5669414Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.5687331Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5704138Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5720500Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5737149Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5751993Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5767504Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5784421Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5797638Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.5813553Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5830194Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.5846511Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5861854Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5876176Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5890343Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5905511Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5920461Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5936485Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5949626Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.5964279Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5979239Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.5995032Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.6009201Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6023573Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6037845Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6053002Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6068138Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6084240Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6097318Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.6356976Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:36.6618724Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.6642250Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.6660806Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6677804Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6694448Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6710736Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6727509Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6743689Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6761101Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.6774302Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.7067371Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:36.7076586Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:36.7096784Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.7115266Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7132164Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7148900Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7165299Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7181814Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7198282Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7215234Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7228588Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.7499560Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:36.7764620Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:36.7786183Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7804919Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7822134Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7838246Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7854991Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7871349Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7887675Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.7900424Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.7916667Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7932918Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7970607Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.7988078Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8005749Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8022723Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8039224Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.8051606Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8067424Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8083126Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8098450Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8113741Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8128907Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8144142Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8159363Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8171934Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8187836Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8204139Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.8219547Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:36.8234968Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8250974Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8266188Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8281345Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8294026Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8309697Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8325430Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8340743Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8356194Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8372350Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.8387615Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8402774Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8415494Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8431352Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8447055Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8462394Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8477604Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8493042Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8508012Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8523493Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.8539880Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:36.8553214Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8568951Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8584920Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8600109Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8615633Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8631533Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8646654Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8661932Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8674561Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8690490Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.8706349Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8721530Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8737080Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8753103Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8768218Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8783599Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8801108Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8814587Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8830895Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8847987Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.8864300Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8880897Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8896297Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8911417Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8926839Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8940263Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.8956408Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8972180Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.8987677Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9003356Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.9019543Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9034767Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9050052Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9062842Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9078695Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9094710Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9109932Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9125393Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9141475Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9157105Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.9172336Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9185117Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9200947Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9216953Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9232131Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9247627Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9263729Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9278837Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9294230Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9306858Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9323464Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.9339514Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9354762Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9370039Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9385374Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9400543Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9416190Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9428502Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9444525Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9460676Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9476550Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9492247Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9508560Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9523886Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9539417Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9551992Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9567974Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9584009Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9599250Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9614604Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9629898Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9645223Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.9660604Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9673221Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9689067Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9705032Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9720274Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9735586Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9750706Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9765916Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9781004Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9797470Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.9810572Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9826977Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9843380Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9859655Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9875825Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9891903Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9908079Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9924285Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9937335Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:36.9953918Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:36.9970547Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:36.9986572Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0001708Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0017125Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0033018Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0049174Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0067650Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0080614Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.0097747Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0115335Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.0132159Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0148994Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0165755Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0182533Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0199288Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0212245Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.0228103Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0243745Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0258920Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0274401Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.0289313Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:37.0304283Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0319414Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0331791Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.0347607Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0363224Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0378581Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0393627Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0408676Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0423866Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0439066Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.0451488Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.0467386Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0483091Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0498380Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0513467Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0528583Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0543777Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0558916Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0575214Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.0589280Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.0831183Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:37.1070230Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:37.1094318Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1113301Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1130531Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1147071Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1163322Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1179866Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1195754Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1212381Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1226116Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.016s) 2022-09-27T16:21:37.1432328Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.1637812Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.1659035Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1677272Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1694409Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1709952Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.1724425Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1738760Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1753871Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1768857Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.1775249Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:21:37.1787415Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.2040616Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:21:37.2293559Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.2315465Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2334324Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.2351417Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2368271Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2385215Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2401724Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2418596Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2435457Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2448635Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-09-27T16:21:37.2695162Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:21:37.2927648Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.2949387Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.2968142Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.2985292Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3002250Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3018610Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3034940Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3051332Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3068199Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3085016Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3101559Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3116768Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.3131270Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:21:37.3145666Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3160673Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3175910Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3206754Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3236224Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3272815Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3392518Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.3524856Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.3663088Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.3683274Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3701465Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3723289Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3745354Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3759558Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:21:37.3772653Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3787359Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3801376Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3815568Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3829530Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3843309Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3857223Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.3870217Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:21:37.4365285Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:21:37.4367462Z 2022-09-27T16:21:37.4367736Z ---------------------------------------------------------------------- 2022-09-27T16:21:37.4368128Z Ran 12394 tests in 197.329s 2022-09-27T16:21:37.4368309Z 2022-09-27T16:21:37.4368464Z OK (skipped=684, expected failures=14) 2022-09-27T16:21:37.4368661Z 2022-09-27T16:21:37.4368797Z Generating XML reports... 2022-09-27T16:21:38.7557419Z Generated XML report: test-reports\python-unittest\test_unary_ufuncs\TEST-TestUnaryUfuncsCPU-20220927161820.xml 2022-09-27T16:21:39.4529623Z Running test_mkldnn_fusion ... [2022-09-27 16:21:39.446670] 2022-09-27T16:21:39.4530118Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:39.446670] 2022-09-27T16:21:40.9370685Z 2022-09-27T16:21:40.9370997Z Running tests... 2022-09-27T16:21:40.9371320Z ---------------------------------------------------------------------- 2022-09-27T16:21:40.9371682Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-09-27T16:24:04.5790107Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (143.643s) 2022-09-27T16:24:06.1648883Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.575s) 2022-09-27T16:24:18.7237653Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (12.556s) 2022-09-27T16:24:18.7238165Z 2022-09-27T16:24:18.7238760Z ---------------------------------------------------------------------- 2022-09-27T16:24:18.7239114Z Ran 3 tests in 157.781s 2022-09-27T16:24:18.7242384Z 2022-09-27T16:24:18.7242536Z OK 2022-09-27T16:24:18.7242680Z 2022-09-27T16:24:18.7242817Z Generating XML reports... 2022-09-27T16:24:18.7308017Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20220927162140.xml 2022-09-27T16:24:19.0695144Z Running test_schema_check ... [2022-09-27 16:24:19.060309] 2022-09-27T16:24:19.0695601Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:24:19.060309] 2022-09-27T16:24:21.6475741Z 2022-09-27T16:24:21.6476311Z Running tests... 2022-09-27T16:24:21.6476643Z ---------------------------------------------------------------------- 2022-09-27T16:24:21.6477016Z Test results will be stored in test-reports\python-unittest\test_schema_check 2022-09-27T16:24:21.6541558Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:21.6572202Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:21.6607167Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:21.6625876Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:21.6639411Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:21.6820420Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:21.6850762Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:21.6882166Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:21.6897230Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:21.6913132Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.2907104Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.599s) 2022-09-27T16:24:22.2940185Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.2961713Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.2980617Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3009412Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3068446Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:22.3099013Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3116473Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3174329Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3214150Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:22.3235074Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3259218Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3280991Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:285: 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-09-27T16:24:22.3282396Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T16:24:22.3282764Z ok (0.000s) 2022-09-27T16:24:22.3306057Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3329407Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... C:\actions-runner\_work\pytorch\pytorch\test\test_schema_check.py:188: 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-09-27T16:24:22.3330732Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T16:24:22.3334733Z ok (0.000s) 2022-09-27T16:24:22.3358487Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:22.3382937Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3400484Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3418714Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3439095Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3470875Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3499127Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.000s) 2022-09-27T16:24:22.3526294Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T16:24:22.3552051Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3571327Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3600444Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3614175Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3640564Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3660326Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3679443Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.3699346Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3718045Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3736165Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3754203Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3772259Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3790266Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3823984Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3855449Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.3889074Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3902780Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3935357Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3967132Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.3999157Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.4031122Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.4062697Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.4093394Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.4123789Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.4154421Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.4185109Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:24:22.4411011Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.4626256Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.4884597Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:22.4900634Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.5149507Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:22.5378570Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.5604584Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:22.5844622Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.6058311Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:22.6274194Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.6487821Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.6702866Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:22.6915923Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.6984507Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7045910Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.7126326Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7205939Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.7276359Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7346732Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.7414739Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7477624Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7540334Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.7602661Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7664860Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.7726690Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7782231Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7838594Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.7894348Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.7950135Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.8006074Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.8062177Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.8151739Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:24:22.8234295Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.8338718Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.8440590Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.8531800Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.8622638Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.8710183Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.8794577Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.8878829Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.8962524Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.9046310Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:22.9131521Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:22.9492556Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:22.9828373Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:24:23.0149966Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:23.0447678Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:23.0737268Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:23.1019935Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:23.1301594Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.1592227Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:24:23.1874176Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:23.2152324Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:23.2219077Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2289748Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.2355651Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2419463Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2483647Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.2540141Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2618670Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.2692952Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2759044Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.2822875Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2885643Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.2943791Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.3000218Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3058166Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.3114722Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3171120Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3230783Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.3287311Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3343752Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3401807Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.3458353Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3515760Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.3537670Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:24:23.3538528Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:24:23.3732605Z ok (0.031s) 2022-09-27T16:24:23.3964114Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.4193174Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:23.4406181Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.4617786Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.4825110Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:23.5026809Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.5228628Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.5434004Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:23.5636178Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.5837269Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.5908692Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.5991779Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6073386Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.6143649Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6216412Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.6283580Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6346111Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6409742Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.6471885Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6535468Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.6597369Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6653621Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6714147Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.6770485Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6827189Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.6886292Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:23.6942300Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:24:23.8326017Z test_schema_correctness__masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T16:24:23.9771492Z test_schema_correctness__masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:24:24.1140914Z test_schema_correctness__masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:24:24.2477629Z test_schema_correctness__masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T16:24:24.3646553Z test_schema_correctness__masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:24:24.4816967Z test_schema_correctness__masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:24:24.5987669Z test_schema_correctness__masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:24:24.7160391Z test_schema_correctness__masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T16:24:24.8332948Z test_schema_correctness__masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:24:24.9738045Z test_schema_correctness__masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T16:24:25.1112128Z test_schema_correctness__masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T16:24:25.2483861Z test_schema_correctness__masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T16:24:25.3825409Z test_schema_correctness__masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-09-27T16:24:25.4992191Z test_schema_correctness__masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:24:25.6162923Z test_schema_correctness__masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:24:25.7336182Z test_schema_correctness__masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:24:25.8503652Z test_schema_correctness__masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T16:24:25.9672733Z test_schema_correctness__masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:24:26.0733393Z test_schema_correctness__masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:26.1798430Z test_schema_correctness__masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:26.2838810Z test_schema_correctness__masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:26.3855960Z test_schema_correctness__masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T16:24:26.4735217Z test_schema_correctness__masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:24:26.5617893Z test_schema_correctness__masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:24:26.6253521Z test_schema_correctness__masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:24:26.7133013Z test_schema_correctness__masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:24:26.8013265Z test_schema_correctness__masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T16:24:26.9053497Z test_schema_correctness__masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:27.0095100Z test_schema_correctness__masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:24:27.1145947Z test_schema_correctness__masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:27.2166747Z test_schema_correctness__masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T16:24:27.3051169Z test_schema_correctness__masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T16:24:27.3933907Z test_schema_correctness__masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T16:24:27.4569811Z test_schema_correctness__masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:24:27.5451505Z test_schema_correctness__masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:24:27.6332313Z test_schema_correctness__masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T16:24:27.6533958Z test_schema_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:24:27.6748611Z test_schema_correctness__masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:27.6961396Z test_schema_correctness__masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:27.7166813Z test_schema_correctness__masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:27.7365065Z test_schema_correctness__masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:24:27.7565250Z test_schema_correctness__masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:24:27.7763928Z test_schema_correctness__masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:27.7965676Z test_schema_correctness__masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:24:27.8165378Z test_schema_correctness__masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:27.8365574Z test_schema_correctness__masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:24:27.8566319Z test_schema_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:24:27.8782472Z test_schema_correctness__masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:27.8993549Z test_schema_correctness__masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:27.9194988Z test_schema_correctness__masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:27.9393419Z test_schema_correctness__masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:24:27.9594680Z test_schema_correctness__masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:27.9794325Z test_schema_correctness__masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:24:27.9993372Z test_schema_correctness__masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:28.0192433Z test_schema_correctness__masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:28.0394204Z test_schema_correctness__masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:24:28.0620660Z test_schema_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:28.0850139Z test_schema_correctness__masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:28.1075546Z test_schema_correctness__masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:28.1374317Z test_schema_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:28.1679672Z test_schema_correctness__masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:28.1975228Z test_schema_correctness__masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:28.3357360Z test_schema_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T16:24:28.4816141Z test_schema_correctness__masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:24:28.6239696Z test_schema_correctness__masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:24:28.7897291Z test_schema_correctness__masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T16:24:28.9555945Z test_schema_correctness__masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:24:29.1213382Z test_schema_correctness__masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T16:24:29.2870793Z test_schema_correctness__masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T16:24:29.4526710Z test_schema_correctness__masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T16:24:29.8267013Z test_schema_correctness__masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.366s) 2022-09-27T16:24:30.1373034Z test_schema_correctness__masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.312s) 2022-09-27T16:24:30.4560809Z test_schema_correctness__masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-09-27T16:24:30.7732984Z test_schema_correctness__masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.322s) 2022-09-27T16:24:31.1470664Z test_schema_correctness__masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.372s) 2022-09-27T16:24:31.5187356Z test_schema_correctness__masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-09-27T16:24:31.8879298Z test_schema_correctness__masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.382s) 2022-09-27T16:24:32.1998042Z test_schema_correctness__masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-09-27T16:24:32.5125796Z test_schema_correctness__masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-09-27T16:24:32.8249505Z test_schema_correctness__masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-09-27T16:24:33.1379741Z test_schema_correctness__masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-09-27T16:24:33.4500865Z test_schema_correctness__masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-09-27T16:24:33.4733280Z test_schema_correctness__masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:33.4964895Z test_schema_correctness__masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:33.5192398Z test_schema_correctness__masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:34.2425978Z test_schema_correctness__masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.720s) 2022-09-27T16:24:34.9669889Z test_schema_correctness__masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.727s) 2022-09-27T16:24:35.6880899Z test_schema_correctness__masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.722s) 2022-09-27T16:24:36.3925614Z test_schema_correctness__masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.694s) 2022-09-27T16:24:36.4881482Z test_schema_correctness__masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:36.5866340Z test_schema_correctness__masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T16:24:36.6854366Z test_schema_correctness__masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:24:36.7817812Z test_schema_correctness__masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T16:24:36.8778974Z test_schema_correctness__masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T16:24:36.9716796Z test_schema_correctness__masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T16:24:37.1441752Z test_schema_correctness__masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T16:24:37.2816475Z test_schema_correctness__masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-09-27T16:24:37.4194317Z test_schema_correctness__masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:24:37.5745655Z test_schema_correctness__masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-09-27T16:24:37.7251718Z test_schema_correctness__masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T16:24:37.8980368Z test_schema_correctness__masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-09-27T16:24:38.0704715Z test_schema_correctness__masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T16:24:38.2027210Z test_schema_correctness__masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:24:38.3754128Z test_schema_correctness__masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T16:24:38.5480320Z test_schema_correctness__masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T16:24:38.5702292Z test_schema_correctness__masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:38.5930473Z test_schema_correctness__masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:38.6155240Z test_schema_correctness__masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:38.6421509Z test_schema_correctness__masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:24:38.6691600Z test_schema_correctness__masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:24:38.6957001Z test_schema_correctness__masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:24:40.2863175Z test_schema_correctness__masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.596s) 2022-09-27T16:24:40.2870138Z test_schema_correctness__masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:24:40.2876173Z test_schema_correctness__masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:24:41.8917126Z test_schema_correctness__masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.598s) 2022-09-27T16:24:43.4631049Z test_schema_correctness__masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.574s) 2022-09-27T16:24:44.8021653Z test_schema_correctness__masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.343s) 2022-09-27T16:24:46.1391756Z test_schema_correctness__masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.324s) 2022-09-27T16:24:47.4772675Z test_schema_correctness__masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.343s) 2022-09-27T16:24:48.8140897Z test_schema_correctness__masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.344s) 2022-09-27T16:24:50.1492597Z test_schema_correctness__masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.327s) 2022-09-27T16:24:50.2896072Z test_schema_correctness__masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T16:24:50.4086882Z test_schema_correctness__masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:24:50.5329577Z test_schema_correctness__masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:24:50.6565034Z test_schema_correctness__masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:24:50.7970706Z test_schema_correctness__masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T16:24:50.9373576Z test_schema_correctness__masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T16:24:51.0741234Z test_schema_correctness__masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T16:24:51.1943040Z test_schema_correctness__masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-09-27T16:24:51.3140184Z test_schema_correctness__masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T16:24:51.4337305Z test_schema_correctness__masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:24:51.5533681Z test_schema_correctness__masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:24:51.6731593Z test_schema_correctness__masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T16:24:53.2153066Z test_schema_correctness__masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.538s) 2022-09-27T16:24:53.2159902Z test_schema_correctness__masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:24:53.2165885Z test_schema_correctness__masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:24:54.7624031Z test_schema_correctness__masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.550s) 2022-09-27T16:24:56.3006292Z test_schema_correctness__masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.540s) 2022-09-27T16:24:57.8327277Z test_schema_correctness__masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.541s) 2022-09-27T16:24:59.1455119Z test_schema_correctness__masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.304s) 2022-09-27T16:25:00.4551019Z test_schema_correctness__masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.317s) 2022-09-27T16:25:01.7656749Z test_schema_correctness__masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.309s) 2022-09-27T16:25:03.0631337Z test_schema_correctness__masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.297s) 2022-09-27T16:25:04.3479785Z test_schema_correctness__masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.282s) 2022-09-27T16:25:04.3500266Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3520510Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3534628Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3553178Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3572172Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3589186Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.3607355Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3624925Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3642371Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3659835Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3677148Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3694600Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3719206Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3742193Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.3767001Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3792037Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3816462Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3841065Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3864824Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3888205Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.3911930Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3934823Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3957624Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.3981540Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4003175Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4027906Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4052782Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.4075710Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4098519Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4120546Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4142594Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4164451Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4186428Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4208809Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.4286380Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4355380Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4449442Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.4464509Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4555583Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.4635335Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4715312Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.4792709Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.4864272Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.4935310Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5006552Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.5077005Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5147591Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5213207Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.5362445Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.5514155Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.5585469Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5655476Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.5718494Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5781927Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5846402Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.5909301Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.5971988Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.6077877Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.6206511Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.6333092Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.6438875Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.6539581Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.6645317Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.6772545Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.6898359Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7003650Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7104456Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7198167Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7291063Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7382669Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7475933Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7569658Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7607995Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7614831Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:04.7620900Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:04.7660390Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7698655Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7731707Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7764451Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7796978Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7829183Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7861554Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.7896890Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7903098Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:04.7908978Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:04.7946130Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.7982593Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8015286Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.8047277Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8083022Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8115694Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8147732Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8209246Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:04.8279371Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8349261Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.8414355Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8477879Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8531760Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.8585129Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8638397Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8691524Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.8744550Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8803028Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.8842435Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8894576Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.8946529Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9005058Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.9062176Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9117951Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.9158053Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9198199Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9238382Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9278676Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.9318495Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9381105Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9440147Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.9465474Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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-09-27T16:25:04.9466169Z return self.op(*args, **kwargs) 2022-09-27T16:25:04.9514945Z ok (0.000s) 2022-09-27T16:25:04.9581330Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9643976Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.9706206Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9766921Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:04.9827449Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9887622Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:04.9947935Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.0007956Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.0068469Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.0234521Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.0424963Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.0616921Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.0787939Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.0958385Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.1122514Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.1275154Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T16:25:05.1418843Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:25:05.1565855Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.1712315Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.1856219Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.2000509Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.2144144Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.2287656Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.2430940Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.2574037Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.2720098Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.2863059Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.3009547Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.3155369Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.3298937Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.3442678Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.3586983Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.3731093Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.3874418Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4017934Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4060395Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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-09-27T16:25:05.4061876Z return self.op(*args, **kwargs) 2022-09-27T16:25:05.4062176Z ok (0.000s) 2022-09-27T16:25:05.4104521Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4148191Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4188055Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4227554Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4267156Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4305926Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4344634Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4363265Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.4380520Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4400224Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4419788Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4438527Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4456130Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4473974Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4491451Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4509014Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4526598Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4544077Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4561414Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4624532Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4683395Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4749411Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4815619Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.4878419Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.4941039Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.5002178Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.5063059Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.5123207Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.5183692Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.5243972Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.5303617Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.5546687Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:05.5791097Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:05.6034511Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.6276084Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:05.6517160Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:05.6757795Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.6998115Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:05.7230106Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:05.7462104Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.7533119Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.7601881Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.7670086Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.7736264Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.7802028Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.7868813Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.7934786Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.8000282Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.8066168Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.8134222Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.8202209Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.8269741Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.8335568Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.8401003Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.8466534Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.8531746Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.8597266Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:05.8662947Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.8814483Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.8954228Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.9129558Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.9279008Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.9437634Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:05.9584875Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.9729650Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:05.9873186Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.0017026Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.0160080Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.0200339Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0234041Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0272634Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.0309625Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0344042Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0378024Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.0410664Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0442537Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0474217Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0505912Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0537991Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.0569552Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0618438Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0663632Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.0714949Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0728290Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0778500Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0826849Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.0874546Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0921746Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.0967487Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.1013261Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1058877Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1104545Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.1149950Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1204746Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1254974Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1314153Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1327188Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1385368Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.1438660Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1491498Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1543164Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.1592359Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1641513Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1690862Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.1739930Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1789150Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1807508Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1824858Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.1845039Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1865282Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1883500Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1901940Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1919486Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1937391Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1954680Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1972099Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.1989751Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.2008044Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2024848Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2045109Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2065262Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2083067Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2101139Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2118625Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2136531Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2154448Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.2171701Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2189274Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2251530Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.2305952Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2368249Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2430505Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.2487107Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2543742Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2600546Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.2656850Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2712815Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2731479Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.2748838Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2768218Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2787618Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2805292Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2823548Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2840761Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2858202Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2875562Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.2892835Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2910110Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2928303Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2945026Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2964284Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.2983538Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3001209Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3019369Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3036817Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.3054434Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3071822Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3090051Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3106705Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3136847Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3161220Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3195398Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.3207771Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3241362Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3271029Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3300574Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.3329562Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3354363Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3378967Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3403513Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3428228Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3452834Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.3488786Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3519979Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3560884Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3573491Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3614308Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.3650842Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3686963Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3722883Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3754817Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.3786621Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3818576Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3850277Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3882200Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.3931224Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.3976204Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4031011Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4043481Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4097957Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.4147956Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4197245Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4246082Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.4291513Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4336998Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.4382074Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4426878Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4471607Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4533632Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.4540127Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:06.4546135Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:06.4609678Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4673958Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.4730996Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4787534Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4844121Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.4900817Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.4957781Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.5046562Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5094855Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5142360Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.5177233Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5250179Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5329089Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.5343963Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5421671Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.5497324Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5573042Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.5648209Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5722026Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.5795868Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.5870164Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.5943691Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.6017190Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6099469Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.6181696Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6264448Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.6345316Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6426508Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.6483339Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6540202Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.6596179Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6651619Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6707152Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.6762146Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6818308Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.6873214Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.6928338Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.6983519Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7038479Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7061372Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7083694Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.7105766Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7127727Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7149646Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7171375Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7225608Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7280460Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.7335645Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.7389982Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7444741Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7499949Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.7555912Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7610925Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7666292Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.7721343Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7776982Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7831582Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.7886747Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7942118Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.7997754Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.8053080Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8107858Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8149133Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.8182962Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8226245Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.8239279Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8308194Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8346407Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.8384060Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8420415Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8454248Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8488226Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.8521936Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8555717Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8589618Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.8610026Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8631604Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8653642Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8674334Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8694512Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8713766Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8733341Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.8752461Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8771588Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8790789Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8867795Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8898538Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.8975423Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.8989035Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9065702Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.9140104Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9214764Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.9288475Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9361225Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:06.9433987Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9507075Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.9580010Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9653689Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.9669561Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9705618Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9738966Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9775791Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9813462Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.9848056Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9882832Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9917059Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:06.9950574Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:06.9983945Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0017539Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0050661Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0083985Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0144426Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.0201434Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0264936Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.0329255Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0389275Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.0448879Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0507844Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.0564814Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0621951Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0679016Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.0736225Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0793097Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.0945770Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.1099701Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.1253924Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:07.1404348Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.1542843Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.1680253Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.1818089Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.1955506Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2093629Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2170871Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2242332Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.2318906Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.2395305Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.2469228Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2542699Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.2615593Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2686940Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.2757759Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2828549Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.2899435Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.2929914Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.3046935Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.3163202Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.3281749Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.3401578Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.3518202Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.3634612Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.3747501Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.3863549Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.3979394Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.4095290Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.4210884Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.4326573Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.4385408Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4436318Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4502704Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.4517005Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4579553Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4635821Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.4691288Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4745523Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4796558Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.4847005Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4897689Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.4948144Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.4998553Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.6777629Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-09-27T16:25:07.8492363Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-09-27T16:25:07.8513179Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8531865Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8550553Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8568146Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8585597Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8603005Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8620470Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8637790Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8659278Z 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:13883: 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-09-27T16:25:07.8660401Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:25:07.8714123Z ok (0.016s) 2022-09-27T16:25:07.8784392Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8862013Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.8876051Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.8951808Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9025584Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.9099213Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.9172052Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.9243699Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9315058Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:07.9386431Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9458244Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.9529433Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9602919Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.9673169Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9748414Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.9762233Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9836469Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:07.9909466Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:07.9981912Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0054219Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.0124358Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0194036Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0263857Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.0294018Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0363708Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:08.0394179Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:25:08.0395119Z L = torch.cholesky(A) 2022-09-27T16:25:08.0397381Z should be replaced with 2022-09-27T16:25:08.0397772Z L = torch.linalg.cholesky(A) 2022-09-27T16:25:08.0398074Z and 2022-09-27T16:25:08.0398365Z U = torch.cholesky(A, upper=True) 2022-09-27T16:25:08.0398704Z should be replaced with 2022-09-27T16:25:08.0399043Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:25:08.0400753Z 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-09-27T16:25:08.0401450Z return self.op(*args, **kwargs) 2022-09-27T16:25:08.0447497Z ok (0.000s) 2022-09-27T16:25:08.0524301Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.0595161Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0665855Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.0738675Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0809204Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.0876875Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.0942658Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.1043483Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1159043Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.1251083Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.1340497Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:08.1374536Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1404566Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1440348Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1454148Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1488202Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1520455Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.1550559Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1583040Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1612849Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:08.1641753Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1670686Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1699599Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1728417Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1776078Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.1825870Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1875013Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.1919957Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.1964695Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2009906Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2055685Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2101612Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.2163550Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2217334Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2279707Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.2341741Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:08.2401702Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2457180Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2512714Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.2568222Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2623583Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2679079Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.2740614Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2794953Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.2857875Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2920377Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.2981195Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.3036964Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3092375Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3148521Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.3204322Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3260315Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3283678Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.3305713Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3330110Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3342913Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3366672Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:08.3388680Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3410598Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3433054Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3454322Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3475542Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3496872Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3518092Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3539594Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.3581113Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3619171Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3663693Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3676307Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.3719988Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3760827Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3801188Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3840547Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.3878896Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3917307Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3955768Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.3994382Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:08.4032756Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:08.5540125Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-09-27T16:25:08.7039096Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T16:25:08.8556645Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T16:25:09.0085227Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T16:25:09.1587276Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T16:25:09.3090920Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T16:25:09.4569090Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-09-27T16:25:09.6068229Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:25:09.7567834Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:25:09.9067261Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T16:25:10.0563622Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T16:25:10.2059466Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:25:10.2125086Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.2188883Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2250393Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2267570Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.2281930Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2308274Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2320697Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2345961Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2360897Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2375935Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2390855Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2404603Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2418663Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.2432291Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2445942Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2459817Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2473995Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2487206Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2507935Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2521331Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2539769Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2554676Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2568479Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2582478Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.2596497Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2609609Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2622954Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2636040Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2649146Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.2939408Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.3208898Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.3541595Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.3870410Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.4165122Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.4462176Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.4760815Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.5035284Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.5308488Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.5580996Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.5854287Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.6126889Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.6144605Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6159116Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6175023Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6188106Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6203621Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.6219171Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:25:10.6233757Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6248791Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6262673Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6275848Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6289213Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6302783Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6316097Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6378668Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.6433350Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6496526Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6559597Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.6620580Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6676445Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.6731850Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:25:10.6787042Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.6842405Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.6897826Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.7234499Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.7241806Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:10.7247709Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:10.7587381Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.7916030Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:10.8251916Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.8587605Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.8925064Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:10.9262166Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.9598790Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:10.9625363Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9649340Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9674782Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9701218Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9724873Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.9749911Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9773816Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9796307Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9819563Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9842856Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9866071Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:10.9890126Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9911606Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9935932Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9960228Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:10.9983026Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0005414Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0027268Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.0048790Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0070371Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0091946Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0113592Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0215924Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.0313604Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0420567Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.0526087Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.0627916Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.0729709Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.0829133Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.0928278Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:11.1027596Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:11.1126261Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:11.1227279Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T16:25:11.1326094Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:25:11.5675828Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.435s) 2022-09-27T16:25:11.5683074Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:11.5689133Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:12.0054839Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-09-27T16:25:12.4367150Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.435s) 2022-09-27T16:25:12.8738039Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-09-27T16:25:13.3107412Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-09-27T16:25:13.7482234Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-09-27T16:25:14.1841871Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.446s) 2022-09-27T16:25:14.6214252Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.435s) 2022-09-27T16:25:14.6249136Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6286166Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:14.6320848Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6352031Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6383670Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6412030Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6440591Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.6468893Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6496899Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6524679Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6551670Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6575385Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6601362Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.6627554Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6651218Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6674861Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6698488Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6721876Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6745551Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.6772040Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6795494Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6821446Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6847266Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6871086Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6896643Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.6919352Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6942907Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.6966367Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7027362Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7099647Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.7170024Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7233651Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.7298392Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7355817Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:14.7412283Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7468684Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.7525202Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7581863Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7613634Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7649275Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.7684303Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7715914Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7748435Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:14.7779112Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7808871Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7837541Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7866355Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:14.7895196Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:14.8201238Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:14.8524254Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:14.8849278Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:14.9157348Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:14.9451082Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:14.9753384Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:15.0054924Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.0357256Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:15.0658486Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:15.0960616Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:15.0988121Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1011410Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1035404Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1059057Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.1081661Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1103766Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1125611Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1147562Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1169338Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1191238Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1256095Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.1318580Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.1389812Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1459938Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.1525040Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1591232Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1654740Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.1718267Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1781875Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.1845221Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1908528Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.1998687Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.2079575Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.2180946Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.2195541Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.2294019Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.2385266Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.2476061Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.2566447Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.2650484Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.2733130Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.2816351Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.2898795Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.2981662Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.3035315Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3085171Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3140115Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.3195342Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3246958Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.3297029Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3346123Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3395577Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.3444587Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3493696Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3542722Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.3634303Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3717869Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.3821635Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.3836201Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.3936642Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.4030241Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.4122108Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.4213548Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.4299452Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.4383974Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.4469113Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.4553936Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.4638457Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.4759073Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.4865024Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.4991523Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.5113464Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.5236814Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.5346015Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:15.5455205Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.5563603Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.5671303Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:15.5779498Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:15.8377712Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-09-27T16:25:16.0835074Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.250s) 2022-09-27T16:25:16.3733375Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.291s) 2022-09-27T16:25:16.6502503Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.269s) 2022-09-27T16:25:16.9129279Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-09-27T16:25:17.1728044Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.255s) 2022-09-27T16:25:17.4228056Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-09-27T16:25:17.6778102Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-09-27T16:25:17.9323531Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-09-27T16:25:18.1873928Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.254s) 2022-09-27T16:25:18.4420867Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.254s) 2022-09-27T16:25:18.6971054Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-09-27T16:25:18.6998012Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7020809Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7044217Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7067078Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7088891Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7111208Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:18.7132889Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7154493Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7176382Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.7474168Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:25:18.7848819Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:18.8215370Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:18.8522099Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:18.8822624Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:18.9128092Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:18.9206915Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:18.9285926Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.9363888Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:18.9439405Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.9509000Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.9578975Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:18.9646242Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.9714650Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:18.9783516Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.9851104Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:18.9912772Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:18.9993290Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.0072979Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0142521Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0211552Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.0278576Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0341416Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.0403400Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0464290Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0526104Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.0587849Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0661650Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.0737617Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0813526Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.0887539Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.0956580Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.1025503Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1093258Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1162210Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.1230827Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1250113Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1257832Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:25:19.1262889Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:25:19.1281403Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1300384Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1317931Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1335068Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1352123Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1369232Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1386330Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1459687Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.1527913Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1601864Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.1615158Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1688344Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1759530Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.1830638Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1862217Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.1931169Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2000087Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2069335Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2138689Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2208305Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2255064Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2298742Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2349338Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2362642Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2410454Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2456593Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2501566Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2549531Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2593318Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2636769Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2681747Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2725526Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2768610Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2825009Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2877874Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.2937718Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.2950196Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3009539Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.3065179Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3120295Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3173982Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.3227133Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3280563Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3334345Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.3387989Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3441337Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.3791996Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:19.4160865Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:19.4532610Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:19.4883072Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:19.5221232Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:19.5567652Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:19.5913498Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:19.6264473Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T16:25:19.6611951Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:19.6958903Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:19.7034345Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7107500Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.7179979Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7193905Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7265492Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.7337065Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7408091Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.7479315Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7550358Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7622335Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.7694351Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7766162Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.7838214Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.7921708Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.8000758Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8087090Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.8101260Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8185357Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8267054Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:19.8348547Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8429529Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.8508625Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8587551Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.8666264Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8745248Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.8824089Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.8892174Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.8950225Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9029081Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.9042923Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9120136Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9187482Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:19.9253812Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9318308Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9377691Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.9436427Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9495345Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.9554063Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9612848Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9665397Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.9711688Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9769870Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9828984Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:19.9880870Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9932055Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:19.9981803Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0028741Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0075342Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0122317Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0168599Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0215091Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0232924Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0249722Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0267817Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0286122Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0303408Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0320627Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0337773Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0354874Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0372039Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0396559Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0419182Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0443476Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0468247Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0491480Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0514174Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0537185Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0560448Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0583260Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0601018Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0617816Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0635876Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0654023Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0671173Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0688549Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0705888Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0722981Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0740203Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0764221Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0785671Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0808512Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0831281Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0853792Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0875468Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0897280Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0918897Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.0940645Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0962236Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.0985579Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1008020Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1034453Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1060718Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.1084847Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1109109Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1132489Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1155138Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1178216Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1201422Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1224776Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.1266309Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1302751Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1345370Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1387804Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.1426873Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1465666Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1505224Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1542113Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.1578717Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1615249Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1651629Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1688082Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1760241Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.1827529Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.1905604Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.1983204Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2056129Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.2128601Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2200665Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.2269695Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2339175Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.2407776Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2476625Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2545072Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:20.2563351Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2580513Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2598328Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2616642Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2633928Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2651527Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:20.2668720Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2685869Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.2703149Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:20.3428409Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:25:20.4152320Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T16:25:20.4876301Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T16:25:20.5600874Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:20.6324140Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:20.7048284Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:20.7773492Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:25:20.8499085Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T16:25:20.9224685Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T16:25:20.9949639Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:21.0675587Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:25:21.0788599Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.0869720Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.0948731Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.1058845Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.1169056Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.1276011Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.1382885Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.1489832Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.1596293Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.1702650Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.1808221Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.1880557Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.1952815Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.2019476Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.2085233Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.2189919Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.2297237Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.2401672Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.2506024Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.2610999Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.2742276Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.2834971Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.2926271Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.3060281Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.3194866Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.3325921Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.3457337Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.3588051Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.3717376Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.3848024Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.3894676Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.3935746Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.3986429Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.4000315Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4046893Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4090653Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4133829Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.4177151Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4217807Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4258538Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.4298976Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4339687Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.4379946Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.4386644Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4392441Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4398396Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4404357Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4410289Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4416457Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4422363Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4428303Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4434218Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4440117Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4594033Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.4601335Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4607482Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.4762883Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.4922951Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.5077074Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.5229387Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.5382473Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:21.5536181Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.5686577Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.5694296Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5700427Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5706472Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5712448Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5718423Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5724367Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5730380Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5736450Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5742417Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5748613Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:21.5856821Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.5935301Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.6012461Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.6123493Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.6234352Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.6342360Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.6450366Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.6557565Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.6664934Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.6772563Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.6900657Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.6972135Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.7043548Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.7133556Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.7221560Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.7350126Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.7479380Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.7608614Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.7736767Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.7864364Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.7995658Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.8087964Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.8179328Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.8314542Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.8449190Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.8580359Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.8713130Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.8844611Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.8979121Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.9110332Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.9156943Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9198068Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9248155Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.9261999Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9307624Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9351360Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:21.9393809Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9436874Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9477421Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.9517569Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9558055Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9598386Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:21.9639028Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.9791143Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:21.9909349Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.0027104Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.0180466Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.0335043Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.0488773Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:22.0640791Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.0793039Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.0921936Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.1011582Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:22.1100859Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.1229521Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.1357717Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:22.1485504Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.1613795Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.1741758Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.1912288Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.2039952Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.2164611Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.2336727Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:22.2509858Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.2682117Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.2853547Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.3025039Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.3133713Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.3212577Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.3291843Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.3403216Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:22.3514909Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:25:22.3620147Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.3727201Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.3834370Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.3941403Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.4048714Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.4153879Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.4224945Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.4295401Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.4404237Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.4512492Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.4617450Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.4723616Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.4829850Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.4935192Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.5050410Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.5172764Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.5264876Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.5356408Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.5491524Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.5626469Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.5754713Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.5885598Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6016179Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6146058Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.6276922Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6384413Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6456594Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.6528476Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6633622Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.6742499Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6847610Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.6953357Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.7058373Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.7163802Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.7230611Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.7296701Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.7400930Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.7507195Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.7611837Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.7717168Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.7822343Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.7953925Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.8039207Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.8123340Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.8252488Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:22.8382826Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.8512208Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.8641618Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.8771181Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.8810583Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.8844939Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.8885974Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.8899067Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.8935823Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.8970393Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9004946Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9039029Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.9072598Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9106039Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9139338Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9172490Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9206053Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.9243292Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9277175Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9318427Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9331062Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9371081Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.9407948Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9445097Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9483403Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9517806Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.9551932Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9586035Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9620087Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9653928Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9731561Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.9805582Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:22.9891669Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:22.9978369Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0058326Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0138742Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0217636Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0292473Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0367826Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0441873Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0516819Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0591176Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0615062Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0637509Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0662877Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0687787Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0710768Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0733798Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0757239Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0779599Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0801642Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0823735Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0845895Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0868067Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0890688Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0912501Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0937693Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.0962391Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.0985232Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1007886Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1031013Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1053182Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1075210Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1097827Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.1119708Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1141855Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1215365Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1283833Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.1357758Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1370645Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1444083Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.1515482Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1546700Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1616992Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.1685734Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1755095Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.1824314Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.1893676Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.1963017Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.2122570Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.2274324Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.2352587Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.2534114Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.2696781Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.2859160Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.2921983Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3075092Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.3229118Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.3382586Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.3536064Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.3689572Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.3709684Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3728271Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3746761Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3764123Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3781537Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.3798649Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3815775Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3832816Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3902094Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.3971933Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.4041184Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4108445Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.4170123Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4231819Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4293127Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.4354954Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4417064Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.4478347Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4531757Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4594310Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.4656103Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4715887Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4770202Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.4824438Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4878537Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4932906Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.4987332Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5048301Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.5101710Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5163996Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5226142Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.5286048Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5340767Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5395244Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.5449647Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5504180Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5558922Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.5627024Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5696683Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.5765958Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5833210Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.5895095Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.5956441Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6017313Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.6079089Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6141333Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.6165710Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6189227Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6212122Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6234642Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6259085Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6282907Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6306802Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.6329911Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6419123Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6502924Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.6596463Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6689536Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.6778056Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.6865808Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.6952674Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7037109Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7121780Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7206409Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7291274Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7375800Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7421919Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7463140Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7509414Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7554364Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7596968Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7639316Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7680639Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7720765Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7760696Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7800583Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7840484Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7880447Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.7935703Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.7990063Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8045375Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.8100965Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8156193Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8217690Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:23.8270728Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8332721Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8395521Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.8455619Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8510366Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8564741Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.8618269Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8673052Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:23.8727355Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.8948291Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.9168822Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:23.9363665Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:23.9553142Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:24.1307607Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T16:25:24.3174157Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-09-27T16:25:24.5021119Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-09-27T16:25:24.6781319Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T16:25:24.8529052Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T16:25:25.0190792Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T16:25:25.1936707Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-09-27T16:25:25.3673776Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T16:25:25.5433006Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-09-27T16:25:25.7176960Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-09-27T16:25:25.7240496Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7296055Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:25.7359079Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7422317Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.7483113Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7539003Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7594810Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.7649973Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7705121Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7760149Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.7833727Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.7902663Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.7976808Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8051163Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.8082995Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8154509Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8225470Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.8294941Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8364971Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:25.8433960Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8503612Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.8573346Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8635896Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.8690288Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8753490Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:25.8815952Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8878492Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.8934239Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.8989123Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.9044246Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:25.9098896Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.9153899Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:25.9608189Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:25:26.0065286Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:26.0518988Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:26.1740247Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T16:25:26.2919933Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:25:26.4235542Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-09-27T16:25:26.5514382Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T16:25:26.5562105Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5606242Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5656128Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.5670131Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5717162Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5762130Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5806631Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.5853539Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5897330Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.5940420Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.5983497Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6026627Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6069712Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6098762Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.6124362Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6155521Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6168839Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6199434Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6227504Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6255593Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.6282032Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6307611Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6333036Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6358615Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.6384108Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6409416Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6471193Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6533000Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.6592864Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6614359Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6633533Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6653554Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6673323Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.6692467Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6711531Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6730586Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6749851Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6768921Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6831177Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.6894661Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.6957614Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7019944Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.7082449Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7146704Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.7209865Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7271690Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.7310265Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7322957Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7359240Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.7439622Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7492239Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7581872Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.7595167Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7683041Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.7763881Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7844063Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.7922653Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.7996914Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.8070398Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8144105Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.8217592Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8291033Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.8326857Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.8358181Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8395136Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8432050Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8465636Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8499756Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.8532441Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8563680Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8595109Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8626319Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8657694Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.8688807Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8722001Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8751579Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.8786399Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8821188Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8853471Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8885392Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8919414Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T16:25:26.8948977Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.8978875Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9008099Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9037732Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9067376Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9112892Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.9153879Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9202460Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9214943Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9262874Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.9307196Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9350984Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:26.9393818Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9434973Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9476045Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9517391Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:26.9558720Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9599870Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:26.9622827Z 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:1026: 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:1007.) 2022-09-27T16:25:26.9623582Z return self.op(*args, **kwargs) 2022-09-27T16:25:26.9876495Z ok (0.031s) 2022-09-27T16:25:27.0160251Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:27.0442526Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:27.0721174Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:27.0983189Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:27.1239836Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.1498174Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:27.1757098Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:27.2017638Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:27.2050710Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2079741Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2111711Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2125287Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2158576Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.2188248Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2217716Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2248394Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:27.2276297Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2304297Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2331971Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2359899Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2387832Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2454350Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.2522598Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:27.2589736Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2653492Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2717249Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.2778667Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2841592Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.2903850Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.2965013Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3027326Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.3101754Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3174441Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.3253185Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:27.3329149Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3403983Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.3476845Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3551015Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.3622067Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3652384Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3724286Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.3794291Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:27.3866250Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:27.4612227Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:27.5468249Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:25:27.6263057Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T16:25:27.7059271Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:27.7826065Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:25:27.8575331Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:25:27.9299988Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T16:25:28.0074432Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:25:28.0851767Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:25:28.1627006Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T16:25:28.2404379Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:25:28.3178089Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:28.3233199Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.3294906Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.3431887Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:28.3446350Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.3584460Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.3638025Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.3693547Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.3744510Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.3801855Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.3858898Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.3914454Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.3969902Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4026469Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.4055973Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4082088Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4107113Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4131570Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4158228Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.4182743Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4206991Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4224843Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4243114Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:28.4262536Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4275549Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4293925Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4312436Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4329679Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4349776Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:28.4366942Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4384266Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4401529Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4418838Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4435989Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4455689Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:28.4472004Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4490894Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4509615Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4528025Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4544906Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4562762Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4580047Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4597230Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4615827Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.4632918Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4650105Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4668439Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4684812Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4703430Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4721384Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4738754Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4757601Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.4774544Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4791677Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4808739Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4826071Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4844030Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4860510Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4878897Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4896173Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4915692Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.4932951Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4950068Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4967303Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.4984533Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5001646Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5060791Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5116925Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.5163486Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5176561Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5221727Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5280975Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.5338444Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:28.5394028Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5448728Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5505418Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:28.5559928Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.5616478Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:28.5671562Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:28.6959175Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T16:25:28.8260021Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:25:28.8403716Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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-09-27T16:25:28.8405004Z return self.op(*args, **kwargs) 2022-09-27T16:25:28.9522927Z ok (0.119s) 2022-09-27T16:25:29.0761298Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T16:25:29.0777354Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0793250Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:25:29.0806083Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0818815Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0831335Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0843966Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0856688Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0869231Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0883160Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:25:29.0895880Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0908505Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0921052Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0933698Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0946278Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0958948Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0971478Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0984157Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.0996708Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1009295Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1022186Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1034516Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1048590Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:25:29.1061248Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1073836Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1086350Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1099050Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1111473Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1123990Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1136616Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1149117Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1161609Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1174276Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1186751Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1201132Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:25:29.1213736Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1226227Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1238755Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1251304Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1263939Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1276458Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1288909Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1302918Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:25:29.1315480Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1328214Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1340723Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1353215Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1365760Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1378413Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1391018Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1403537Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1416170Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1428685Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1441168Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1455042Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:25:29.1467660Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1480246Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1492871Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1505411Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1517946Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1530455Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:25:29.1567024Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1600236Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1641483Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.1679848Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1719598Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1753807Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1789297Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.1822510Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1855618Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1888718Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.1923283Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.1955856Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2020002Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2083985Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.2147990Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2206265Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2266619Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.2324921Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2385392Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:29.2443873Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2502147Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.2557913Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2614042Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2679042Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.2756506Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.2860556Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.2942319Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.3046527Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.3150188Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.3241450Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:29.3332442Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:25:29.3418900Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.3502547Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.3585726Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.3668925Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.3752289Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.3836690Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.3898319Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.3952959Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4015531Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4077544Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4137635Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4192085Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4246431Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4301598Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4355813Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4410402Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4577058Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4736688Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4829358Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4920265Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.4947295Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4969781Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.4993193Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5016042Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5037913Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5060056Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.5081732Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5103604Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5125378Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5270591Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.5408853Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.5544211Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.5677907Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.5767111Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.5853048Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.5933721Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6012989Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.6102374Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6191260Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.6277477Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6361654Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.6394489Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6430636Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6464350Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6494984Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.6526089Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6554280Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6582340Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6610192Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6638113Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6666092Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.6738949Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6811145Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.6877349Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.6941879Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.7184944Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:29.7419321Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.7614924Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:29.7810807Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.7886118Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.7957500Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.8021764Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8083229Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.8163635Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8241764Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:29.8313476Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8384342Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.8453917Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8522090Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8584913Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.8644665Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8720918Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.8796687Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.8869205Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.8938784Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9004150Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9068608Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.9124141Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9178021Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.9273864Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9369155Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.9458560Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9546561Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.9613557Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9681179Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:29.9743435Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9803834Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9875528Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9944757Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:29.9993495Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.0041918Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:30.0089620Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:30.0138042Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.0173035Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:30.0206413Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:30.0397447Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.0593530Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.0715038Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.0834152Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.1230523Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:30.1628962Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:30.1992023Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:30.2345346Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:30.2738655Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:30.3135375Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:30.3501956Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:25:30.3852912Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:30.3968647Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.4081152Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.4182661Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:30.4283507Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.4490861Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.4696446Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.4887731Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:30.5077523Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.5190221Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.5300793Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:30.5401833Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.5500813Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:30.6295081Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:25:30.7093807Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T16:25:30.7840435Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:30.8565074Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T16:25:30.8969714Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:30.9867272Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T16:25:31.0771701Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T16:25:31.1176462Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:31.2038547Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T16:25:31.2876375Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:25:31.3548368Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:31.4237220Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:25:31.4892060Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:31.5525351Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:31.9415712Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.382s) 2022-09-27T16:25:32.3311854Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.393s) 2022-09-27T16:25:32.7181676Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.396s) 2022-09-27T16:25:33.1028474Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-09-27T16:25:33.1513251Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:33.1999031Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:33.2478313Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:33.2954326Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:33.3054316Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:33.3169633Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:33.3287929Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:33.3393865Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:33.3495187Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:33.3587727Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:33.3680073Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:33.3782656Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:33.3875322Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:33.3967143Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:33.4469962Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:33.5444330Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T16:25:33.6418414Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T16:25:33.6920029Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:33.7836299Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T16:25:33.8727586Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T16:25:33.9109212Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:33.9721955Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:34.0335995Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:34.0715560Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:34.1325021Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:34.1912112Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:34.2345569Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:34.2775510Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:34.3193075Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:34.3607298Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:34.3687246Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.3766876Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:34.3840191Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.3911508Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:34.3925804Z 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-09-27T16:25:34.3938918Z 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-09-27T16:25:34.3951431Z 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-09-27T16:25:34.3964297Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:25:34.4203369Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:34.4448087Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:34.4668196Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.4879895Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.4959080Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.5036027Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:34.5107435Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.5176138Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:34.5421498Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:34.5667821Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.5892734Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:34.6112883Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.6296782Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.6482817Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.6647818Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.6806762Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:34.8150408Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:25:34.9322612Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T16:25:35.0349715Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:25:35.1337081Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T16:25:35.2944882Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T16:25:35.4582099Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-09-27T16:25:35.6060806Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T16:25:35.7499583Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T16:25:35.7745127Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:35.7991431Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:35.8217741Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:35.8436616Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:25:35.8506319Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:35.8573300Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:35.8635348Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:35.8697898Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:35.8865113Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:35.9025669Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:35.9177730Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:35.9329364Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:25:35.9589226Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:35.9848919Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:36.0094060Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:36.0329600Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:36.0571480Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:36.0812752Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:36.1053555Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:36.1294717Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:36.1537052Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:36.1939061Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:36.1946525Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:25:36.1952437Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:36.2357268Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:36.2747405Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:36.3811250Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T16:25:36.4911651Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T16:25:36.6010168Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T16:25:36.7073565Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:25:36.8133499Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:25:36.9165869Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:25:36.9577756Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:36.9986971Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:25:37.0396270Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:25:37.0805460Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:37.1215626Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:37.1624470Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:37.2033871Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:37.2442566Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:37.2850831Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:37.3258655Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:37.3592089Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:37.3620099Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3645009Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3670528Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.3695803Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3720356Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3745243Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3769226Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3792951Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3816295Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3839943Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.3863195Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3881375Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3898072Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3916005Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3934179Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3951361Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3968694Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.3986102Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.4003338Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4020621Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4044666Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4067413Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4092956Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4117668Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4142158Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.4166591Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4190157Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4213043Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4235924Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.4258790Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4281483Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4305005Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4327600Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4353278Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4377935Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4402488Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.4426921Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4450359Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4473178Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4496443Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4519873Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4542737Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4581530Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.4621177Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4660148Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4763213Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.4863261Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.4973628Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:37.4987572Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5093547Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5196093Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.5300281Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.5341281Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.5442126Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5544441Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:25:37.5645777Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T16:25:37.5747085Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.5848079Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5869706Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5888943Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.5907345Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5925557Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5943807Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5961889Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.5998998Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.6035808Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.6073571Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.6212578Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.6352944Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.6574278Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.6787303Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:37.6850702Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.6907064Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.6982191Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.7055644Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7119329Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.7182486Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7243706Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.7298935Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7354010Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.7408836Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7463710Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7518811Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.7542757Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7564408Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7589834Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.7614140Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7637109Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7660154Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7682612Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7704406Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7726137Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7748127Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.7770488Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7791473Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7852219Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.7905999Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.7979645Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.8051339Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.8113905Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.8180398Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.8258223Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.8330639Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.8403689Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.8476207Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:37.8547739Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.8620069Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.8699854Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.8769475Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.8843783Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.8916424Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:25:37.8979690Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9042638Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.9104786Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9160492Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9217824Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:25:37.9273117Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9328231Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9383524Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.9414784Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9445139Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9476547Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9507271Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:37.9536792Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9566313Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9595530Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9625150Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:37.9655383Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:38.3234923Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T16:25:38.6816467Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-09-27T16:25:39.0390539Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T16:25:39.3963439Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-09-27T16:25:39.7536516Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-09-27T16:25:40.0890318Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.333s) 2022-09-27T16:25:40.4237750Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-09-27T16:25:40.7589812Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-09-27T16:25:40.8943978Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:25:41.0035316Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-09-27T16:25:41.0079631Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0122453Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0224672Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.0323948Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.0367262Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0409737Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0452604Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.0494973Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0537183Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0611951Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.0681436Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0756428Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.0770084Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0844510Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.0916938Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.0988981Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.1060557Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1131050Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1201388Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.1231761Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1301628Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.1371460Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.1433330Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1487643Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.1550065Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1612582Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.1673229Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1728698Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1784172Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.1839230Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1894327Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.1948974Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.1972670Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: 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-09-27T16:25:41.1973272Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:25:41.1973472Z should be replaced with 2022-09-27T16:25:41.1973708Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:25:41.1973914Z and 2022-09-27T16:25:41.1976136Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:25:41.1976396Z should be replaced with 2022-09-27T16:25:41.1976823Z 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-09-27T16:25:41.1977278Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:25:41.2226203Z ok (0.016s) 2022-09-27T16:25:41.2503875Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:41.2751504Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.2996481Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:41.3024767Z 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:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:25:41.3025477Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:25:41.3025733Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:25:41.3025921Z should be replaced with 2022-09-27T16:25:41.3026315Z 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-09-27T16:25:41.3026910Z return self.op(*args, **kwargs) 2022-09-27T16:25:41.3283918Z ok (0.031s) 2022-09-27T16:25:41.3573049Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:41.3831329Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.4083668Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:41.4232662Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.4377853Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:41.4511196Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.4643856Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.4685875Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.4723692Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.4791862Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.4806177Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.4870664Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.4916255Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.4956521Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.4998030Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5035485Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5072667Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5110452Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.5147498Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5194493Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5224915Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5261086Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.5307580Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5321069Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5365690Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.5410604Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5450987Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5492488Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5530027Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.5567185Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5604456Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5641597Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5678522Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.5740187Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5794634Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5863539Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.5876530Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.5942383Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.6002678Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6062461Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6121313Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.6178229Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6234362Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.6290269Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6346311Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.6402891Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6446823Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6484554Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.6530502Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6576327Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6617466Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6657917Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.6697300Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6734645Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6771877Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6809843Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.6847139Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6884395Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6932709Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.6976988Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.7030081Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7082312Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7132591Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.7180729Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7231580Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7277837Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.7323210Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7368247Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:41.7413155Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7457851Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:41.7732209Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:41.8047878Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:41.8365754Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:25:41.8653181Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:41.8934884Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:41.9208582Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:41.9485251Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:41.9767101Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.0040157Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.0314236Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.0346570Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.0379572Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0411683Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0440658Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0468799Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0531945Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.0587225Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0651630Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.0715583Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0777856Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0835406Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.0892717Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.0950282Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.1007071Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1064315Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.1085816Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1105616Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1126163Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1146227Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1166925Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1186514Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1205729Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.1224854Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1243747Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1262843Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1296102Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1326467Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.1358184Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1389063Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1421640Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1452005Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1482303Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.1512656Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1543047Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1573296Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1633812Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.1689262Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1751903Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1814732Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.1875661Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.1933709Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.1990753Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.2048333Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.2105933Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.2163262Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.2294070Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.2428988Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.2560742Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.2691053Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.2820207Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.2946552Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.3015063Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.3079729Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.3142675Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.3205229Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.3267796Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.3329946Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.3392373Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.3454854Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.3673911Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.3884160Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.4114381Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.4346718Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.4565145Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.4783178Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.4994645Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.5205866Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.5417193Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:42.5628637Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.5839773Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.6051338Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.6269746Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.6479723Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.6709646Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.6942745Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.7162190Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.7381636Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.7594325Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.7806027Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.8017784Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.8230393Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:42.8441667Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.8653740Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:42.8717771Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.8773527Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.8837060Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.8900307Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.8961030Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9016464Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.9071361Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9126317Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9182878Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.9237780Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9258660Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.9277715Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9298125Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9317675Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9337568Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9356742Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.9375623Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9394054Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9412545Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9431058Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9463681Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:42.9492656Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9524052Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9554745Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9587111Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9616623Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.9645671Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9674865Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9705106Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9734511Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9794900Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:42.9848611Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9910817Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:42.9973437Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.0033850Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0089365Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.0144840Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0200614Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.0255972Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0311773Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.0331634Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0338246Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:43.0344350Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:25:43.0363429Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0382737Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0400743Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0418491Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0436444Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.0454578Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0471959Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0522744Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0565559Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0622924Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.0671167Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0721387Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0765381Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.0809109Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0854156Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0898080Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.0942055Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0967072Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.0989864Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1014673Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1027227Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1051657Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1075523Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.1099056Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1122233Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1145151Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1167827Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1190609Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1213543Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.1236179Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1272977Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1300099Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1358715Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.1393927Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1431012Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1464500Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1497289Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.1530082Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1560916Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1591633Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1652799Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.1705822Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1778552Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1791745Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.1863004Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1924941Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.1986709Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.2046008Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2100627Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.2154993Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2209535Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2264525Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.2318880Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2404523Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.2486190Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2567012Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.2586563Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2606462Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2626450Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2644988Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2664077Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.2681936Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2699366Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2716665Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2734039Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2751321Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2807375Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2862133Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.2916029Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.2967398Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3019318Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.3071003Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3122570Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3174521Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.3230132Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3285230Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.3339602Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.3391077Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3442373Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3494145Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.3545551Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3596846Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3652729Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.3707782Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3761054Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3812960Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.3863986Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.3915309Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:43.3966472Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4017753Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4046516Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4073182Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.4101223Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4128863Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4156088Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4182658Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4208506Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4234815Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.4260908Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.4286860Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.5151537Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:25:43.6019702Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:25:43.6881019Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T16:25:43.7726559Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:25:43.7794238Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.7859471Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.7921916Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.7984232Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.8045876Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.8107986Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:43.8169813Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:43.8232392Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:44.5475562Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.727s) 2022-09-27T16:25:45.2625207Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.711s) 2022-09-27T16:25:45.2816179Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.2954574Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.3146533Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.3338709Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:45.3524928Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.3664089Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.3802252Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.3939327Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.4076858Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4214797Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.4257722Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.4294206Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4339969Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4353829Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.4397508Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4436979Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4475756Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.4515851Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4552134Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4587505Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4623056Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.4658347Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4694523Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4777635Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.4855266Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.4948696Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.4962905Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.5051138Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.5134617Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.5215915Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.5304486Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.5385235Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.5464198Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.5543877Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.5623250Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.5702745Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.5875675Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6047299Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6213916Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6277141Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6332110Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6406237Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.6477970Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6541549Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6604323Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6665671Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6721577Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6777065Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6832133Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6887327Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.6942224Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6960243Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6979091Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.6992561Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7010861Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.7029453Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7046723Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7064870Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7082195Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7099709Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.7117008Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7134441Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7151640Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7249126Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7341999Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.7440735Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.7454470Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7553134Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.7648347Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.7744106Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.7839307Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.7932672Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.8027803Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.8122428Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.8217016Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.8311915Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.8421469Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.8527749Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.8639955Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.8654292Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.8765624Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.8874508Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.8983509Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.9091966Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.9198867Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.9307257Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.9414122Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.9520960Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.9627769Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.9729516Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:45.9827143Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:45.9934135Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:45.9948468Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.0054457Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.0155856Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.0257461Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.0358068Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.0456461Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.0554565Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.0652488Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.0750084Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.0848275Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.0943712Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.1036056Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.1135459Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.1150167Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.1247906Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.1342814Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.1437618Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.1531731Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.1623951Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.1716215Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.1808569Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.1900708Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.1992935Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.2087667Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.2179902Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.2278551Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.2292698Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.2390382Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.2485585Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.2580415Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.2674580Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.2766865Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.2859724Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.2953018Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.3045761Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.3138435Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.3201444Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.3265230Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.3326913Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.3415450Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.3503505Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.3591874Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.3659668Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.3729142Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.3800311Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.3927483Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.4023724Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.4120206Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.4256584Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:46.4390193Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.4520170Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.4663331Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.4808645Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:46.4954908Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.5100793Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.5243955Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.5398698Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.5549266Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.5695984Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.5843341Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.5929189Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.6017762Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.6105477Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:46.6188072Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.6292403Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.6394528Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:46.6491171Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.6782734Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:46.7070538Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:46.7357076Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:46.7852716Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:25:46.8357595Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:25:46.8850664Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:46.9329072Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:46.9809823Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:25:47.0292475Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:47.0771168Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:47.1249946Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:47.1358319Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:47.1461197Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:47.1686581Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:47.1936411Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:47.2178497Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:47.2207456Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:47.2234361Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:47.2260462Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:47.2474542Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:47.3436261Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T16:25:47.4486790Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T16:25:47.4669035Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:47.4844955Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:47.5019212Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:47.5291060Z 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:1026: 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:894.) 2022-09-27T16:25:47.5292292Z return self.op(*args, **kwargs) 2022-09-27T16:25:47.5639094Z ok (0.052s) 2022-09-27T16:25:47.9002234Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T16:25:48.2689690Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-09-27T16:25:48.3246633Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:25:48.3800243Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:25:48.4327425Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:48.5288248Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T16:25:48.6265328Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T16:25:48.6440128Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.6610964Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.6779161Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.6999634Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.7222595Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:48.7434582Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.7656768Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.7879191Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:48.8092616Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:48.8752114Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:48.9415273Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:49.0073926Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T16:25:49.0703556Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:49.1357709Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:49.2009515Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:49.2661905Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:49.3317650Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:25:49.3970440Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:49.4484256Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:49.5013998Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:49.5522901Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:25:49.5850291Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.6173696Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.6488239Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:49.6724857Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.6959650Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:49.6981716Z 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-09-27T16:25:49.6983219Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:25:49.7148701Z ok (0.016s) 2022-09-27T16:25:49.7348403Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.7542251Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:49.7784706Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.8036189Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:49.8287341Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:25:49.8564011Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:49.8838976Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.9109320Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:49.9139043Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:49.9167542Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:49.9195227Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.0357261Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-09-27T16:25:50.1499487Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T16:25:50.2595764Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:25:50.2711926Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.2828512Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.2943624Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3056027Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3232821Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3408528Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3583512Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3649324Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.3708768Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3778437Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.3847680Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.3912994Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.3978111Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.4042977Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.4102488Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.4161994Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.4221113Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.4280163Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:50.4339728Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:50.5124872Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T16:25:50.5901062Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:25:50.6956354Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T16:25:50.8005659Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:25:52.1529239Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.346s) 2022-09-27T16:25:53.5448670Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.398s) 2022-09-27T16:25:54.9025763Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.363s) 2022-09-27T16:25:54.9081256Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:54.9134290Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:54.9182329Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:54.9387800Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:25:54.9598041Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:54.9807894Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:55.0048214Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.0290744Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:55.0357093Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:55.0419848Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0480465Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0519609Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.0557392Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0594067Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0618261Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0641644Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0664693Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0690915Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0717617Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0744557Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0785714Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0825779Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.0864864Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0902463Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:55.0939916Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.0977184Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.1014326Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.1659534Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:55.2299059Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T16:25:55.2931255Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:55.3005949Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.3081141Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.3154796Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.3228005Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.3884282Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T16:25:55.4540515Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:25:55.5184026Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:55.5289265Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.5393090Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:55.5486495Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.5575630Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.5670666Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.5758979Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.5845780Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.5939872Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.6024439Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:25:55.6106585Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.6186578Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.6272214Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.6355457Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.6440241Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:55.6519017Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.6618538Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.6719276Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.6820841Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.6865340Z 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:2912: 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-09-27T16:25:55.6866468Z warnings.warn( 2022-09-27T16:25:55.7085049Z ok (0.041s) 2022-09-27T16:25:55.7353387Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:55.7607300Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.7688243Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.7800194Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.7912225Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.7993224Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.8074412Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.8152870Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.8223684Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.8292243Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:55.8358816Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:55.8407533Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.8455991Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:55.8506047Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.8720606Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.8975823Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:55.9227644Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:55.9457122Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:55.9683008Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:55.9884046Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:56.0086464Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:56.0303718Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:25:56.0506668Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:56.0708943Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:25:56.1095394Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:56.1485585Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:25:56.1861275Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:56.2246940Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:56.2274697Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:56.2299974Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:25:56.2324382Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:25:56.2831479Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:56.3347708Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:56.3848958Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:25:56.4331528Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:56.4819406Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T16:25:56.5303143Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:25:56.5791724Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:25:56.6274887Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:25:58.3414576Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.709s) 2022-09-27T16:25:59.9534505Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.610s) 2022-09-27T16:26:01.5394873Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.580s) 2022-09-27T16:26:03.3841590Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.855s) 2022-09-27T16:26:05.2377426Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.845s) 2022-09-27T16:26:07.1169920Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.883s) 2022-09-27T16:26:07.9325169Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.819s) 2022-09-27T16:26:08.7429006Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.804s) 2022-09-27T16:26:09.0146291Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.282s) 2022-09-27T16:26:09.2823101Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T16:26:09.3491921Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:09.4202238Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T16:26:09.6823404Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-09-27T16:26:09.9601887Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-09-27T16:26:10.0554166Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T16:26:10.1594854Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T16:26:10.2875934Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:26:10.4161929Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:26:10.4664980Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:26:10.5136164Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:10.5165027Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5189201Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5210356Z 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:3288: 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-09-27T16:26:10.5211651Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-09-27T16:26:10.5241461Z ok (0.016s) 2022-09-27T16:26:10.5291612Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5340155Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5390574Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.5437734Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5469198Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5498774Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:10.5670922Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.5844294Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.6009048Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.6470856Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:26:10.6929489Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:10.7381458Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:26:10.7551968Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.7733654Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:10.7909403Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.8076367Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.8246629Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:26:10.8441976Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.8984490Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:10.9110948Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:10.9701790Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T16:26:11.0284646Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:26:11.0835301Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:11.1392130Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:26:11.1936537Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:11.2486370Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T16:26:11.3032180Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:11.3579487Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:26:11.4128254Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T16:26:11.4676481Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:26:11.4969616Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:11.5242097Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T16:26:11.5577570Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T16:26:11.5907279Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:11.6204967Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:11.6503514Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:26:11.6801227Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.7076074Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:11.7351631Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:26:11.7627979Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:11.7902714Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:11.8178267Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.8268467Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.8354525Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:11.8432998Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:11.8510847Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.8601103Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:11.8689050Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.8767629Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:11.8844887Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.8953371Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.9068569Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:11.9185929Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.9295549Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.9404371Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:11.9511777Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.9616313Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:11.9720964Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.9825551Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:11.9929775Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0034313Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:12.0087714Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:12.0137621Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0161270Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0182489Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0205650Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0229225Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0250522Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:12.0271659Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0292421Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0312563Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0332843Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:12.0353008Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0373307Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0393555Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0416034Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0436433Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0459500Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0482156Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0504626Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:12.0526245Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0547077Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0567188Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0587372Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0607544Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0627728Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:12.0648133Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:12.2972222Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T16:26:12.5464752Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T16:26:12.7873628Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-09-27T16:26:13.0326151Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-09-27T16:26:13.2778828Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T16:26:13.5231992Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.252s) 2022-09-27T16:26:13.7695370Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-09-27T16:26:14.0143245Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T16:26:14.0269885Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:26:14.0398263Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:26:14.0520769Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0549872Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0577591Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0604210Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0629895Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0655128Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0680248Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.0705231Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0729984Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0757267Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0784502Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0812075Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0838198Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.0864326Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0890269Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0916197Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.0942236Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1037299Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.1127656Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1216481Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.1245833Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1274322Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.1302064Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1328420Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1353334Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1377658Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1399950Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1422831Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.1489416Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1556964Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1623898Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.1689867Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1741218Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.1796677Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1850568Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.1905302Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.1960975Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.2015543Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.2134569Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.2263207Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.2388241Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.2507094Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.2627258Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.2683442Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.2800076Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.2917839Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.3035521Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.3153627Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.3271916Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.3302371Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3330545Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.3357554Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3391359Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3424701Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3457387Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3502260Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.3549415Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3596426Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3641321Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.3685532Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3728350Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3771425Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3814756Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.3857551Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3900356Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3943322Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.3979257Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.4017818Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4056615Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4093838Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4129979Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.4166391Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4202710Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4239202Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4275817Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.4312202Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4345786Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4378933Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:14.4412598Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4442767Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4471993Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4501892Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4531088Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.4559969Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:14.4869918Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.5216288Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.5550411Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:26:14.5859927Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:14.6163727Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.6468057Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:14.6771424Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.7074373Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.7377297Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:26:14.7679841Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:14.8001708Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:14.8363093Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:26:14.8709094Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.9028060Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:14.9340108Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T16:26:14.9652032Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:14.9964304Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:15.0275208Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:15.0586635Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:15.0898860Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:26:15.2846146Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-09-27T16:26:15.5039046Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T16:26:15.7204167Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-09-27T16:26:15.9174411Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-09-27T16:26:16.1148628Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-09-27T16:26:16.3136209Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-09-27T16:26:16.3154324Z 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:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:26:16.3155423Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:26:16.3177885Z ok (0.001s) 2022-09-27T16:26:16.3217622Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.3258789Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.3279607Z 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:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:26:16.3341426Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:26:16.3341887Z ok (0.016s) 2022-09-27T16:26:16.3425485Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.3511708Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.3590855Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.3732104Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.3868733Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4020741Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4035991Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.4183568Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4325384Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4466158Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4606544Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4744039Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.4880848Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.5017498Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.5154262Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.5291680Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.5559775Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:16.5869657Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:16.6176062Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:16.6448905Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.6717272Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:16.6991378Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:16.7048984Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7056329Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:26:16.7062225Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:26:16.7116049Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.7169650Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7208693Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7250876Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7292682Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.7330941Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7368696Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7405854Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7456678Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.7506389Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7554329Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7601359Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.7669050Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7733502Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.7796721Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7859323Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7883261Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7906238Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7928696Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7951013Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.7982337Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8012046Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8041788Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.8054306Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8083748Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8113586Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8143426Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8173058Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8202749Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.8232465Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:26:16.8262116Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8291580Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8321094Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8404006Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.8483077Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8568784Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.8582333Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8667740Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8751508Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.8835242Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.8918550Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.9000036Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.9080617Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:16.9161632Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:16.9244526Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:26:16.9326858Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:26:17.0597392Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:26:17.1874166Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:26:17.2970940Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T16:26:17.3997836Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T16:26:17.4025501Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4050034Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:17.4074849Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4099730Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4123000Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4146314Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4169027Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4191473Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4214165Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:17.4236558Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4258926Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:17.4281164Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:20.5403475Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.115s) 2022-09-27T16:26:23.5663365Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.021s) 2022-09-27T16:26:23.5709480Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.5751605Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.5798529Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.5812977Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.5857342Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.5899824Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.5941766Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.5983091Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.6023454Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.6063674Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.6103674Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.6143689Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.6183549Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.6527196Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T16:26:23.6870547Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:23.7206651Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:23.7542999Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:23.7610237Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.7673893Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.7730323Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.7780302Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.7835569Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.7888384Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.7938494Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.7988056Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8037314Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8086537Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8136399Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.8190064Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8238963Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8293253Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:26:23.8345464Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8394658Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8443785Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.8492913Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8541857Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8591188Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.8644380Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8693044Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8746505Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.8798414Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8847849Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8897357Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.8946382Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.8995495Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9044943Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.9098446Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9146391Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9199510Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.9251425Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:26:23.9300634Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9349641Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9398670Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.9447383Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9496095Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9548656Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.9596063Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9648500Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9700249Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.9749019Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9797934Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9846861Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:23.9895797Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9944641Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9960566Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9976921Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:23.9989609Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.0005546Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0020530Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0035464Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0050262Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0064160Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0077783Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0091515Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0105173Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0118853Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0182506Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.0258189Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0333630Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.0397145Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0460400Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0521565Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.0576869Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0632187Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.0687251Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0742581Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:24.0797635Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.0974972Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.1198845Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.1423169Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:24.1614603Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.1816009Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.1996312Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.2177347Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.2356208Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:24.2538137Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.2718363Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.2866783Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.3005576Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.3159548Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.3315791Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.3462291Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T16:26:24.3607188Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:26:24.3748656Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.3888481Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.4028445Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.4168270Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T16:26:24.4308563Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.4448890Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:24.4474113Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:26:24.4475226Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:26:24.4476733Z Q, R = torch.qr(A, some) 2022-09-27T16:26:24.4477196Z should be replaced with 2022-09-27T16:26:24.4477884Z 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-09-27T16:26:24.4478517Z return self.op(*args, **kwargs) 2022-09-27T16:26:24.4694716Z ok (0.016s) 2022-09-27T16:26:24.4941131Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:24.5163143Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:24.5381812Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:25.2360781Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.696s) 2022-09-27T16:26:25.9226939Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.691s) 2022-09-27T16:26:25.9254777Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:25.9278411Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9302835Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9326590Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9349846Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9372293Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9394458Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9417043Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:25.9439219Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9461490Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9578067Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:25.9695409Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9708748Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:25.9827964Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:25.9944140Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.0059840Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.0173894Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.0399076Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:26.0624267Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:26.0847428Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.1069346Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:26.1290553Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:26.1510670Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.1731508Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.1953847Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:26.2174647Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.2215395Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.2254770Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2267658Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2306418Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2345186Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.2383714Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2422408Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2536853Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.2653693Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.2666780Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2783821Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.2898185Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.3013102Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.3128014Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.3172337Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3212491Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3257744Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.3270900Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3314545Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3355773Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.3396901Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3438485Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3477966Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3517919Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.3556484Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3595356Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3634629Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.3650249Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3664155Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3700661Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3713320Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3749690Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3764945Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3780032Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3795017Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3808830Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3822704Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3836532Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3850276Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3864251Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3888589Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.3910838Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3935860Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3960739Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.3984185Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4007351Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4030447Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.4052691Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4074645Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4096909Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4118927Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4141080Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4209942Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.4281335Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4352491Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.4421314Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4484963Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.4548581Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4611319Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.4674846Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4737922Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4776190Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.4817130Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4857177Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4896118Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.4931975Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.4967920Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.5166468Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.5352278Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:26.5566959Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.5784953Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.5984743Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:26.6184183Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.6377344Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:26:26.6563697Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.6750342Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.6937260Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:26.7123814Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.7310898Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.7437187Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.7558079Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.7683985Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.7699308Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.7823143Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.7945294Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.8067636Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.8189121Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.8310433Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.8430561Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.8550370Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.8670993Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.8790593Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:26.8832512Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.8869506Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.8916775Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.8929478Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.8974357Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9014603Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9055673Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9115462Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T16:26:26.9154762Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:26:26.9191853Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:26:26.9228599Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T16:26:26.9265135Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T16:26:26.9301384Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9372622Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T16:26:26.9440302Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9519597Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.9532960Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9610451Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9682670Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.9755040Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9829333Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:26.9898126Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:26.9967965Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.0036658Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0104700Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.0172878Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0219667Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0264170Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.0312905Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0360410Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.0406154Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0451553Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0497610Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0541616Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.0585504Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0629148Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0672880Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.0716445Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0757579Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0795171Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0840158Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.0884402Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0924786Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.0965317Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1005931Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.1043176Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1081482Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1118959Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1157643Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.1196233Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1211136Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1224696Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1239891Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.1254908Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1269936Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1283368Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1297603Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1311059Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1324313Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1337827Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.1351217Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1364446Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1379040Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1392268Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1407110Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1419517Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1434245Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1448381Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1462514Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1476543Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1489832Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1503375Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.1516496Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1529773Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1543096Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1667296Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.1780368Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.1922874Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.1938326Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.2077449Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.2203767Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.2332429Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:26:27.2462871Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.2578397Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.2693915Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.2810355Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.2924918Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.3038395Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.3246791Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:27.3433431Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:26:27.3686794Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:27.3931731Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:27.4144305Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.4361309Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:27.4586886Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:27.4775780Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.4962632Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.5150152Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.5339804Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:27.5528090Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.5549183Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5567592Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5585946Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5604502Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.5621873Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5639101Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5656633Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5673934Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5701293Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5726259Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5750866Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5777249Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.5801991Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5826697Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5851716Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5876566Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5901083Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5926397Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.5948318Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5973860Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.5998494Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6023223Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.6045672Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6067867Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6089808Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6111887Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6133970Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6155842Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6235109Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.6328791Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.6421762Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6504183Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.6585666Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.6663819Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6736715Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.6808742Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.6882064Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.6953464Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7026610Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.7093789Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7153750Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7234158Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.7309565Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.7375935Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7441536Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.7505737Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7565296Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7625937Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.7684662Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7746270Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.7804858Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.7978574Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.8093088Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.8231634Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.8368617Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:26:27.8541532Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:27.8710656Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.8876314Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.8992065Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.9167426Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T16:26:27.9286718Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T16:26:27.9400321Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:27.9515313Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:27.9546414Z 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:1026: 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:1614.) 2022-09-27T16:26:27.9547126Z return self.op(*args, **kwargs) 2022-09-27T16:26:27.9709942Z ok (0.026s) 2022-09-27T16:26:27.9880487Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.0074176Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.0263373Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.0449025Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:28.0621000Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.0792941Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.0966012Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.1138138Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.1312924Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:28.1501727Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.1672524Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.1863949Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:28.2052323Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:28.2239209Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.2412160Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:28.2583680Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.2754963Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.2928221Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:28.3100254Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.3294839Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.3492660Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:28.3686270Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.3877058Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:28.4054746Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.4258070Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T16:26:28.4434403Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T16:26:28.4611445Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.4788891Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.4979027Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:28.5148917Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.5340913Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.5530231Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:28.5714489Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.5888031Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.6060378Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.6233174Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.6405989Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:28.6577821Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.6767230Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.6937350Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.7128957Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:28.7319045Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:28.7505196Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:28.7677430Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.7849818Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.8021863Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.8194511Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:28.8369258Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T16:26:28.8764664Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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-09-27T16:26:28.8766184Z return self.op(*args, **kwargs) 2022-09-27T16:26:28.8777842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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-09-27T16:26:28.8779036Z return self.op(*args, **kwargs) 2022-09-27T16:26:28.9716993Z ok (0.124s) 2022-09-27T16:26:29.1142432Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T16:26:29.2479412Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T16:26:29.4055299Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-09-27T16:26:29.5348337Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T16:26:29.6641640Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T16:26:29.7938206Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-09-27T16:26:29.9233052Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T16:26:30.0532028Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T16:26:30.1295413Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:30.2067452Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:30.2845755Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T16:26:30.3631505Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:30.4411710Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T16:26:30.5199948Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:30.5993004Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:30.6788628Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T16:26:30.6829166Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.6866355Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.6910300Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.6923466Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.6966463Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7004292Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7044489Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.7083864Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7118195Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7152596Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7191239Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.7225646Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7259869Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7305728Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7346868Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.7392388Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7437337Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7483986Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7527476Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.7567619Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7607870Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7647975Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7689613Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.7707420Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7723951Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7743424Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7756306Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7774384Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7793026Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7809994Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7829377Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.7846622Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7863977Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7881157Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7898561Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7915899Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.7992583Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.8062754Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8142302Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:26:30.8217743Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8289950Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8365165Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.8437009Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8469124Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.8539551Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8610110Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8682026Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.8752200Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8779227Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.8802132Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8827215Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8852191Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8875166Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8897973Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8919969Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8943443Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.8965504Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.8987327Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9009195Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9026786Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9043224Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9062005Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9079203Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9098708Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.9115969Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9133406Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9150600Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9167886Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9185332Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9203583Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9220094Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9238494Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9258363Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.9276402Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9293909Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9311099Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9328425Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9345803Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9362973Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9381064Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9397744Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9418419Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.9437565Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9455838Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9473915Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9491445Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9508665Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9525947Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9543465Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9561808Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9585876Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9607627Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9633261Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9658077Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9680977Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9703709Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9727076Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.9748963Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9770782Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9792664Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9814753Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9832202Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9848693Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9868236Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9888801Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:30.9906902Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9924789Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9942288Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9959670Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9977074Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:30.9994351Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.0011841Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.0176586Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.0302242Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.0653269Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:31.0789358Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.0934507Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1059703Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1186155Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1315677Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1438521Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.1562463Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1604000Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.1646432Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1686207Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.1791740Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.1893272Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.2004516Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.2113760Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.2218006Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.2326759Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.2368488Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.2471516Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.2575883Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.2675382Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.2777505Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.2877785Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.3159632Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:31.3432978Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:31.3743815Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:31.4028480Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:31.4335392Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:26:31.4614062Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.4890906Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:31.5168821Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:31.5444630Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:31.5720832Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.5736621Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:26:31.5750178Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:26:31.5764567Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:26:31.5776941Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:26:31.5800955Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5824668Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5847436Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5869525Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5891748Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5915157Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.5937219Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5959107Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.5982323Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6005492Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6028381Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6050265Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6073865Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.6095916Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6117782Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6139785Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6162775Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6186146Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6208884Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6234264Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.6256264Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6278104Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6300281Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6322181Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6345201Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6368522Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6392932Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.6415139Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6436946Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6458968Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6480875Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6502911Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6525759Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6550543Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.6573389Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6595307Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6617354Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6639165Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6661229Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6683119Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6740368Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.6802153Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6863652Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.6918622Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.6974147Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7030843Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.7085884Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7141293Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7200345Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.7262896Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7323643Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7381590Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.7437959Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7496470Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.7552838Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7608850Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7615708Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7621625Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7627460Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7633228Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7638992Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7646676Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:26:31.7653732Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:26:31.7659716Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7665525Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7671296Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7677040Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7682827Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7688563Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7694391Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7700169Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7705892Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.7728791Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7748452Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7768063Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7787342Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7805762Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7825714Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.7844285Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7863000Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7881608Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7904798Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7928006Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7951068Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.7974325Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.7996099Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8018070Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8039859Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8061761Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8117823Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8185150Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:26:31.8245478Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8304620Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.8360450Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8415887Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8474671Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.8529639Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8585758Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8649877Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.8710460Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8765915Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8823086Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.8878709Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.8936809Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.8992785Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9014564Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9034002Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9054454Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9074248Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9094933Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.9113938Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9133130Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9152170Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9171231Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9190600Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9210550Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9230197Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9252701Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.9271725Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9290845Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9309992Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9329084Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9348549Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9368441Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9388086Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9408640Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.9427793Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9446968Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9466237Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9485300Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9541325Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9605606Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.9665764Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9723858Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.9778560Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9834219Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9892118Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:31.9948176Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:31.9954733Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9960691Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9966490Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9972302Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9978143Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9983883Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9989615Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:31.9995296Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.0020074Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0045856Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.0069139Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0091422Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0113686Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0135845Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0157749Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0179830Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0205821Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.0229024Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0251726Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0273486Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0295602Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0317192Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0339192Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0362257Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.0385149Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0408232Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0430969Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0452856Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0474620Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0496611Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0519788Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.0541699Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0564342Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0587560Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0610116Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0631947Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0653940Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0677191Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.0699163Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0721097Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0743986Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0767029Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0789803Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0811715Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0835087Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.0856970Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0878807Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0900983Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.0951865Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1004264Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.1056993Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1107945Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1163152Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.1215333Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1267201Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1322509Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.1374628Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1398307Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1422179Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1444885Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1468532Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.1490611Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1512564Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1534543Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1556394Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1609311Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1658083Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.1710265Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1761386Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1811180Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.1859161Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1907161Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.1956837Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.2005056Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2028289Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2051947Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2074435Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2097873Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.2119630Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2141527Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2163272Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2185162Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2208022Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2231422Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2257151Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.2279057Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2301157Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2323112Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2345259Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2367181Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2373653Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2379546Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2385343Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2391154Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2397038Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2404228Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:26:32.2410150Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2416134Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2422104Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2427751Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2433509Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2439200Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2444905Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2450682Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2456554Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2462259Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2467994Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2473740Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2479432Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2485173Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2490924Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2496714Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2502532Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2508327Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2513989Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2519691Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2525562Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2531332Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2537133Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2542932Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2548702Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2554384Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:26:32.2583008Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.2607592Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2630677Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2652838Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2674659Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2696685Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2721745Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.2743880Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2806466Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2861024Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.2927194Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.2989737Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3051715Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.3108118Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3164621Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3224851Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.3281270Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3337514Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3394405Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.3459034Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3523296Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.3581201Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3638878Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3697793Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.3755223Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3815923Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3844056Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.3867988Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3895932Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3909151Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3936831Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3961886Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.3988266Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4016398Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4040726Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4064267Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4087840Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4111497Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4135094Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4171655Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4202419Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4239784Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4277717Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4314410Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4348106Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4382937Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4414802Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4445836Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4478540Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4509641Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4541095Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4580279Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4616762Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4663494Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4676715Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4721024Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4761083Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4804312Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4846177Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4883889Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4920794Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.4959350Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.4996205Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5033252Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5050610Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5067402Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5086649Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5107231Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.5124988Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5142587Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5159826Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5177315Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5194558Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5211906Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5229106Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5258614Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.5281893Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5308325Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5334779Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5359590Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5384194Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5408598Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5433312Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.5456810Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5480159Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5503590Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5526944Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5568785Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5608836Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5656527Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5668995Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5714163Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5757138Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.5798313Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5838839Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5877029Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5916733Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.5955202Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.5993566Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6031971Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6097127Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.6155854Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6224759Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.6237808Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6303865Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6366829Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.6427943Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6486352Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6546822Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.6605862Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6665071Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6725403Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.6784946Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.6848889Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.6926245Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.7006344Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.7070459Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.7134269Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.7204618Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.7271296Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.7354367Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.7436001Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.7504979Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.7571985Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.7642160Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.7904093Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.8164759Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T16:26:32.8219314Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: 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-09-27T16:26:32.8220548Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:26:32.8470052Z ok (0.019s) 2022-09-27T16:26:32.8771030Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:32.8853026Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.8947519Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.8964213Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.9055825Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.9140211Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.9221181Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.9301536Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.9375168Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T16:26:32.9446259Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.9519355Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.9589733Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:32.9663304Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:32.9788235Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:32.9910903Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.0041867Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.0170712Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.0295915Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.0421524Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T16:26:33.0542690Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.0665809Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.0786690Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.0907948Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.1030785Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.1153601Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.1239059Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.1323719Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.1417678Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.1510150Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.1596716Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.1680642Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.1766479Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.1849154Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.1933085Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.2014601Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.2097705Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:33.2179076Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:33.2185900Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:26:33.2191861Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:26:33.4541764Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-09-27T16:26:33.6815947Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-09-27T16:26:37.8736589Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.193s) 2022-09-27T16:26:41.8699347Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.985s) 2022-09-27T16:26:41.8728409Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:26:41.8729635Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:26:41.8730312Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:26:41.8730635Z should be replaced with 2022-09-27T16:26:41.8731015Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:26:41.8731327Z and 2022-09-27T16:26:41.8731628Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:26:41.8731956Z should be replaced with 2022-09-27T16:26:41.8732610Z 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-09-27T16:26:41.8733210Z return self.op(*args, **kwargs) 2022-09-27T16:26:41.8784184Z ok (0.016s) 2022-09-27T16:26:41.8864225Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.8937193Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:41.9008314Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9033920Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9057139Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:41.9082228Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9107451Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9130927Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9154156Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9177129Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9199304Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9221857Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:41.9244092Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9266343Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9288483Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9378202Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:41.9464872Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9562105Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:41.9656042Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:41.9746864Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:41.9837683Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:41.9926618Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.0015373Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0103222Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.0202796Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0279653Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.0367334Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.0428679Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0483351Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.0546003Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0608799Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0668231Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.0726313Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0783917Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.0838647Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0893316Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.0948135Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.1002570Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1057615Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1076295Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1093894Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.1113374Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1132652Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1150752Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1168799Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1186143Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1203337Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1220729Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1238150Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.1255465Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1273235Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1289884Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1309126Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1328107Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1346641Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.1364358Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1381682Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1398864Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1416340Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1433578Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1450969Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.1629035Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.1800966Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.2009954Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:42.2211971Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.2395320Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:42.2578078Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.2772920Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.2946454Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:42.3117979Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.3290506Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.3461894Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.3634592Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.3720336Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.3808458Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.3897436Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.3982118Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.4064344Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.4145436Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.4226220Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.4310040Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.4391579Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.4472912Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:42.4729427Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:42.4969414Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.5249973Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:42.5534495Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:42.5793302Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.6051148Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:42.6301149Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:42.6541749Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:42.6782771Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:42.7025090Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:42.7265866Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:42.7506355Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:42.7976918Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:26:42.8442043Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:26:42.8965471Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:42.9480912Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T16:26:42.9975397Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:43.0454119Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T16:26:43.0822757Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:43.1290072Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:26:43.1770774Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:43.2237736Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:43.2705533Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:26:43.3173798Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T16:26:43.3203171Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3225907Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3250981Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3275748Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:43.3298780Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3321336Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3343751Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3365597Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3387457Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3409464Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3431105Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.3452884Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3541910Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3635588Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.3727164Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.3815950Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.3905071Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.3994088Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4082620Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.4171571Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4191426Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4210413Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.4227171Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4243718Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4260053Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4276245Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4292605Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4308819Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:43.4324973Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4376761Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4423820Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4480809Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.4494930Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4550998Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4602894Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4653624Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.4704471Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4752389Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4799357Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.4846139Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4892984Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:43.4940951Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:43.5275282Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:43.5627435Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:26:43.5982214Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:43.6318450Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:43.6653852Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:26:43.6975893Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:43.7308181Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:43.7638167Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:43.7968257Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:43.8298395Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T16:26:43.8629469Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T16:26:43.8965747Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T16:26:43.9316696Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T16:26:43.9672201Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:44.0008887Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:44.0344348Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:44.0665874Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:44.0995758Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:44.1326658Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:44.1656111Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T16:26:44.1986773Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T16:26:44.2318075Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T16:26:44.2347737Z 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:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:26:44.2348520Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:26:44.2348830Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:26:44.2349044Z should be replaced with 2022-09-27T16:26:44.2349430Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:26:44.2349810Z return self.op(*args, **kwargs) 2022-09-27T16:26:44.2452826Z ok (0.016s) 2022-09-27T16:26:44.2584686Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.2702706Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.2816047Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.2865361Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.2909495Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.2966117Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3020233Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3070076Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3119014Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3168678Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3213764Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3258821Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3303523Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3348269Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3393046Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3460167Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3524376Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3572935Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3616432Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3673108Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3729583Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3779348Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3827358Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3876747Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.3921453Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.3965869Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4009650Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4054281Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.4098832Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4165704Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4230172Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.4298524Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4360661Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.4441360Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4522588Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.4592521Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4662304Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.4729983Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4794019Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4857779Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.4920429Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.4984341Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5047871Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5067179Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5085418Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5104017Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5121412Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5139116Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5156518Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5174055Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5191428Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5237871Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5279000Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5329750Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5343456Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5392011Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5436856Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5482216Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5526616Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5568991Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5611470Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5652952Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5694476Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5736255Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5803181Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5864227Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.5938601Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.5952042Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6023356Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6090005Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.6155950Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6222286Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6284403Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.6346054Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6407641Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.6469211Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6530889Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.6654807Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.6775539Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.6926275Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.6941473Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.7087816Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.7230671Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.7363237Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.7494942Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.7617948Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.7740210Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.7863288Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.7985618Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.8108564Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.8159272Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T16:26:44.8207629Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.8255479Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.8300568Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:44.8345900Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.8390819Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:44.9843825Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T16:26:45.1209644Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T16:26:45.2682483Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T16:26:45.4143531Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T16:26:45.5519415Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T16:26:45.6905997Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T16:26:45.8290050Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T16:26:45.9670014Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T16:26:46.1049906Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T16:26:46.3934922Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-09-27T16:26:46.6724361Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.285s) 2022-09-27T16:26:46.9613967Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-09-27T16:26:47.2526229Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-09-27T16:26:47.5340463Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-09-27T16:26:47.8150919Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.280s) 2022-09-27T16:26:48.0967328Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.280s) 2022-09-27T16:26:48.3821240Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-09-27T16:26:48.6651726Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.285s) 2022-09-27T16:26:48.6701734Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.6746340Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.6801252Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.6814421Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.6866069Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.6913752Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.6960384Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7007284Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.7051201Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7094679Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7138376Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7182290Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.7225684Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7288884Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.7364825Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.7435887Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7499716Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7564933Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.7632142Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7698660Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.7775362Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7849239Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.7915869Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.7982209Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.8051586Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8071912Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8078328Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:26:48.8084202Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:26:48.8103100Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8121996Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8140529Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.8157868Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8174969Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8192134Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8209326Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8226434Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8243178Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.8259774Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8296048Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8327740Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8370178Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.8382694Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8424323Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8460801Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.8497571Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8534811Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8566990Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8599359Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.8631398Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8663590Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8695815Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8717718Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8739051Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8796686Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.8851322Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8916835Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.8930325Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.8994467Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9053702Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9113595Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.9173736Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9228058Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.9282737Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9337565Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:48.9391959Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9446273Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9491590Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.9534451Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9583541Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9596728Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9643134Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.9687568Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9731167Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9777236Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9820387Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.9863228Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9906331Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:48.9949277Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:48.9992597Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0030506Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0065160Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0105861Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.0119329Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0160029Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0197485Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0234264Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0270538Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.0305536Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0340402Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0375482Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.0410139Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0444829Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0491967Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0533632Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.0589774Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0602522Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0655699Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0703456Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.0749543Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0799824Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0842828Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.0885530Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0928113Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.0970776Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1013402Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.1074484Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1128556Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1191847Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.1254627Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.1314842Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1371551Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.1427633Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1484331Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.1540722Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1597203Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1632954Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.1665030Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1701759Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1738566Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1772830Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.1805827Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1840247Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1872429Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.1904321Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1936239Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1967894Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.1999586Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2030662Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.2060374Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2089604Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2102101Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2131337Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2160523Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2189963Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.2219298Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2248345Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2277986Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.2307232Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2336575Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2365658Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2448136Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.2527033Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2613176Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.2626555Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2711336Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2793271Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.2875095Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.2956041Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.3035344Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.3114911Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.3194142Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.000s) 2022-09-27T16:26:49.3273874Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T16:26:49.3353450Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T16:26:49.3354775Z 2022-09-27T16:26:49.3355031Z ---------------------------------------------------------------------- 2022-09-27T16:26:49.3355272Z Ran 5112 tests in 147.688s 2022-09-27T16:26:49.3355393Z 2022-09-27T16:26:49.3355465Z OK (skipped=172) 2022-09-27T16:26:49.3355576Z 2022-09-27T16:26:49.3355664Z Generating XML reports... 2022-09-27T16:26:49.3465127Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheck-20220927162421.xml 2022-09-27T16:26:49.9806325Z Generated XML report: test-reports\python-unittest\test_schema_check\TEST-TestSchemaCheckModeOpInfoCPU-20220927162421.xml 2022-09-27T16:26:50.5277634Z Running test_jit ... [2022-09-27 16:26:50.522603] 2022-09-27T16:26:50.5278089Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:50.522603] 2022-09-27T16:26:53.3226249Z CUDA not available, skipping tests 2022-09-27T16:26:53.3565562Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:26:53.5654944Z 2022-09-27T16:26:53.5655432Z Running tests... 2022-09-27T16:26:53.5655747Z ---------------------------------------------------------------------- 2022-09-27T16:26:53.5656118Z Test results will be stored in test-reports\python-unittest\test_jit 2022-09-27T16:26:53.5687197Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.000s) 2022-09-27T16:26:53.5784349Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.016s) 2022-09-27T16:26:53.5976880Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.010s) 2022-09-27T16:26:53.5996114Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.000s) 2022-09-27T16:26:53.6604629Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.062s) 2022-09-27T16:26:53.6695421Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:26:53.7310572Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.063s) 2022-09-27T16:26:53.7420805Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T16:26:53.7460315Z test_async_python (jit.test_async.TestAsync) ... ok (0.000s) 2022-09-27T16:26:53.7543961Z test_async_script (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:26:53.7655348Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.000s) 2022-09-27T16:26:54.4009478Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.648s) 2022-09-27T16:26:54.4227566Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:26:54.4315633Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T16:26:54.4445538Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T16:26:54.4468534Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.000s) 2022-09-27T16:26:54.4950953Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.047s) 2022-09-27T16:26:54.4962097Z test_future_subtyping (jit.test_async.TestAsync) 2022-09-27T16:26:54.5076572Z Test that futures subtype each other properly. ... ok (0.016s) 2022-09-27T16:26:54.5098786Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.000s) 2022-09-27T16:26:54.5257754Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.026s) 2022-09-27T16:26:54.5379131Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.000s) 2022-09-27T16:26:54.5783684Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.041s) 2022-09-27T16:26:54.5819267Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:26:54.6261992Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.041s) 2022-09-27T16:26:54.6547959Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.026s) 2022-09-27T16:26:54.6600312Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-09-27T16:26:54.6686030Z 1. Testing a = int, b = int ... ok (0.016s) 2022-09-27T16:26:54.6868963Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-09-27T16:26:54.6946102Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-09-27T16:26:54.7048978Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.000s) 2022-09-27T16:26:54.7151700Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.016s) 2022-09-27T16:26:54.7368986Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.026s) 2022-09-27T16:26:54.7414075Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-09-27T16:26:54.7933901Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.047s) 2022-09-27T16:26:54.8718180Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.088s) 2022-09-27T16:26:54.8775728Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-09-27T16:26:54.9086472Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.031s) 2022-09-27T16:26:54.9185527Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:54.9205469Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.000s) 2022-09-27T16:26:54.9305402Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-09-27T16:26:54.9397622Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-09-27T16:26:54.9420177Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-09-27T16:26:54.9570858Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:54.9670661Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:54.9770087Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:54.9870080Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-09-27T16:26:54.9959897Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:54.9972837Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.000s) 2022-09-27T16:26:55.0053865Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-09-27T16:26:55.0175435Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:55.0257012Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-09-27T16:26:55.0345416Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-09-27T16:26:55.0353333Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-09-27T16:26:55.0357876Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-09-27T16:26:55.0362071Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-09-27T16:26:55.0365176Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-09-27T16:26:55.0368356Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-09-27T16:26:55.0445446Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.000s) 2022-09-27T16:26:55.0537844Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-09-27T16:26:55.0623144Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.000s) 2022-09-27T16:26:55.0734842Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-09-27T16:26:55.0847493Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-09-27T16:26:55.0964584Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-09-27T16:26:55.1094331Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-09-27T16:26:55.1228216Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.016s) 2022-09-27T16:26:55.1316039Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-09-27T16:26:55.1432101Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.000s) 2022-09-27T16:26:55.1731750Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.031s) 2022-09-27T16:26:55.1845523Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.016s) 2022-09-27T16:26:55.2302005Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.047s) 2022-09-27T16:26:55.2310945Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-09-27T16:26:55.2548707Z Test that the error message displayed when convering a class type ... ok (0.026s) 2022-09-27T16:26:55.2980721Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.047s) 2022-09-27T16:26:55.3190900Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:55.3349645Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-09-27T16:26:55.3359962Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-09-27T16:26:55.4583229Z Test that inheritance is detected in ... ok (0.114s) 2022-09-27T16:26:55.5685694Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.120s) 2022-09-27T16:26:55.5939332Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.026s) 2022-09-27T16:26:55.6140515Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-09-27T16:26:55.6148504Z test_classmethod (jit.test_class_type.TestClassType) 2022-09-27T16:26:55.7239934Z Test classmethods on class types. ... ok (0.111s) 2022-09-27T16:26:55.7373768Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:55.7386975Z test_custom_delete (jit.test_class_type.TestClassType) 2022-09-27T16:26:55.7907975Z Test that del can be called on an instance of a class that ... ok (0.047s) 2022-09-27T16:26:55.7938478Z test_default_args (jit.test_class_type.TestClassType) 2022-09-27T16:26:55.9141378Z Test that methods on class types can have default arguments. ... ok (0.127s) 2022-09-27T16:26:56.0163323Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.111s) 2022-09-27T16:26:56.0294532Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:56.0311621Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-09-27T16:26:56.0574965Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:56.0745305Z test_in (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:56.0928430Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-09-27T16:26:56.3292004Z test_interface (jit.test_class_type.TestClassType) ... ok (0.222s) 2022-09-27T16:26:56.3653299Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.048s) 2022-09-27T16:26:56.3840127Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:56.6646038Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.286s) 2022-09-27T16:26:56.6669519Z test_properties (jit.test_class_type.TestClassType) 2022-09-27T16:26:56.7573371Z Test that a scripted class can make use of the @property decorator. ... ok (0.079s) 2022-09-27T16:26:56.7812259Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-09-27T16:26:56.7995242Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:56.8000529Z test_recursive_class (jit.test_class_type.TestClassType) 2022-09-27T16:26:56.8180217Z Recursive class types not yet supported. We should give a good error message. ... ok (0.016s) 2022-09-27T16:26:56.8196999Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:26:56.9101782Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.096s) 2022-09-27T16:26:56.9109282Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.0357911Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.126s) 2022-09-27T16:26:57.0365551Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.0735819Z Test that class types are recursively scripted when an Python instance of one ... ok (0.031s) 2022-09-27T16:26:57.0748638Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.1348138Z Test that class types module attributes that fail to script ... ok (0.063s) 2022-09-27T16:26:57.1358472Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.1549084Z Test that modifications made to a class instance in TorchScript ... ok (0.031s) 2022-09-27T16:26:57.1758214Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:57.3132493Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.131s) 2022-09-27T16:26:57.3359791Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.026s) 2022-09-27T16:26:57.3364975Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.6384688Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.307s) 2022-09-27T16:26:57.6393962Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.6754149Z Test that a scripted class can have a method that refers to the class itself ... ok (0.031s) 2022-09-27T16:26:57.6939848Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:57.7073707Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:57.7199316Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:57.7211879Z test_staticmethod (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.8472014Z Test static methods on class types. ... ok (0.128s) 2022-09-27T16:26:57.8480652Z test_type_annotation (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.8717363Z Test that annotating container attributes with types works correctly ... ok (0.031s) 2022-09-27T16:26:57.8857104Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:57.9125889Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:26:57.9142024Z test_unused_method (jit.test_class_type.TestClassType) 2022-09-27T16:26:57.9442735Z Test unused methods on scripted classes. ... ok (0.032s) 2022-09-27T16:26:57.9666690Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.031s) 2022-09-27T16:26:57.9842688Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.017s) 2022-09-27T16:26:58.5993444Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.611s) 2022-09-27T16:26:58.6634301Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.064s) 2022-09-27T16:26:58.6682796Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.000s) 2022-09-27T16:26:58.6773681Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T16:26:58.6827479Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.000s) 2022-09-27T16:26:58.6876993Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.000s) 2022-09-27T16:26:58.6922587Z test_div (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T16:26:58.7082771Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T16:26:58.7234657Z test_pickle (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T16:26:58.7274664Z test_script (jit.test_complex.TestComplex) ... ok (0.000s) 2022-09-27T16:26:58.7365938Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T16:26:58.7900073Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.047s) 2022-09-27T16:26:58.7942477Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8010829Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.016s) 2022-09-27T16:26:58.8025537Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8045089Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8055544Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8068863Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8082550Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8094979Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8108078Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8121067Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:26:58.8156268Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.016s) 2022-09-27T16:26:58.8161797Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-09-27T16:26:58.8174686Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:26:58.8226352Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-09-27T16:26:58.8292199Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-09-27T16:26:58.8398816Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.002s) 2022-09-27T16:26:58.8404870Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:58.8410417Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:58.8423500Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:58.8433914Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:58.8439187Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:27:00.3571265Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (1.521s) 2022-09-27T16:27:03.2829354Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (2.926s) 2022-09-27T16:27:03.2961904Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.016s) 2022-09-27T16:27:03.3003846Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-09-27T16:27:03.3450872Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.041s) 2022-09-27T16:27:03.3604474Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.016s) 2022-09-27T16:27:03.3627103Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-09-27T16:27:03.3729669Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-09-27T16:27:03.3762309Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-09-27T16:27:03.3803074Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-09-27T16:27:03.3849770Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-09-27T16:27:03.3903859Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-09-27T16:27:03.3947428Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-09-27T16:27:03.3990587Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-09-27T16:27:03.4000284Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.000s) 2022-09-27T16:27:03.4050789Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-09-27T16:27:03.4092050Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.000s) 2022-09-27T16:27:03.4158079Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-09-27T16:27:03.4286089Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-09-27T16:27:03.4332934Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-09-27T16:27:03.6443364Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.202s) 2022-09-27T16:27:03.6449240Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-09-27T16:27:03.6744358Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.026s) 2022-09-27T16:27:03.6994381Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-09-27T16:27:03.7240148Z test_basic (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-09-27T16:27:03.7297901Z test_clear (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.7364384Z test_copy (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-09-27T16:27:03.7431291Z test_del (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.7721134Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.026s) 2022-09-27T16:27:03.8673936Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.095s) 2022-09-27T16:27:03.8746515Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:03.8762410Z test_dict_variance (jit.test_list_dict.TestDict) 2022-09-27T16:27:03.8908435Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.016s) 2022-09-27T16:27:03.9027328Z test_get (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:03.9159552Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.9204536Z test_items (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:03.9228568Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.9306604Z test_keys (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.9361056Z test_len (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:03.9406156Z test_loop (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.9518566Z test_membership (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:03.9560485Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:03.9773511Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:03.9949156Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:04.0058745Z test_pop (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:04.0106514Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:04.0217006Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:04.0226796Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-09-27T16:27:04.0253634Z Test that the use of a Dict type annotation without contained ... ok (0.000s) 2022-09-27T16:27:04.0395345Z test_update (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:04.0467853Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:27:04.0511040Z test_values (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:04.0594096Z test_view (jit.test_list_dict.TestDict) ... ok (0.000s) 2022-09-27T16:27:04.0697444Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.016s) 2022-09-27T16:27:04.0796882Z 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-09-27T16:27:04.0798509Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-09-27T16:27:04.1498730Z ok (0.079s) 2022-09-27T16:27:04.1606005Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.016s) 2022-09-27T16:27:04.1704722Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.000s) 2022-09-27T16:27:04.1874631Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.031s) 2022-09-27T16:27:04.2012133Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.000s) 2022-09-27T16:27:04.2190784Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.032s) 2022-09-27T16:27:04.2365498Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-09-27T16:27:04.2496833Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2625628Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.2753443Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.2766697Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2778818Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2790255Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2802222Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2813572Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2824859Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.2837032Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2848380Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2859749Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2871058Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2882113Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.2893524Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.3038292Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.3051540Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.3211069Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.3385340Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.3575787Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.3593182Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.3746042Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.3894144Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.3907417Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.4052984Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.4197314Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.4211931Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.4224293Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.4236097Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.4406004Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-09-27T16:27:04.4577979Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.4750451Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.4913197Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.5089213Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.5258542Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.5435766Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.5612345Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.5789725Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.5958751Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.6141834Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-09-27T16:27:04.6319040Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.6336383Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6509418Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.6695997Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.6711440Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6725275Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6738107Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6753965Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6768759Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6783511Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.6798106Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-09-27T16:27:04.6812376Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6826460Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6840654Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6854565Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6867354Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6879513Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.6891670Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.7017634Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.7148813Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.7277105Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.7428658Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.7569652Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.7715066Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.7847224Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.7988299Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.8128187Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.8263793Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-09-27T16:27:04.8396066Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.8529796Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.8659342Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.8788839Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.8918851Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.9060366Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.9191143Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-09-27T16:27:04.9323181Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:04.9449973Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.001s) 2022-09-27T16:27:04.9587548Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.9727906Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:04.9867249Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.0003761Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.0151055Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-09-27T16:27:05.0287953Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:27:05.0431265Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.0581180Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:05.0731012Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:05.0882790Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.1060779Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-09-27T16:27:05.1466265Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.032s) 2022-09-27T16:27:05.1868466Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.047s) 2022-09-27T16:27:05.2038804Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.2205874Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.2382276Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.2563149Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.2998239Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.048s) 2022-09-27T16:27:05.3501745Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.048s) 2022-09-27T16:27:05.3701992Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.3875100Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.4056267Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-09-27T16:27:05.4225969Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.4391076Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.4570782Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.4702342Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.4830798Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:05.4958047Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.5116540Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.5290280Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.017s) 2022-09-27T16:27:05.5445572Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.5620075Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.5809222Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-09-27T16:27:05.6008234Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.6176783Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.6339037Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.6463846Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.6586874Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.016s) 2022-09-27T16:27:05.6709129Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.000s) 2022-09-27T16:27:05.6841963Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.6947096Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7072405Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7166799Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.000s) 2022-09-27T16:27:05.7311376Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7324401Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.000s) 2022-09-27T16:27:05.7461229Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7565455Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7692216Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7787547Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.001s) 2022-09-27T16:27:05.7901181Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.7995081Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.000s) 2022-09-27T16:27:05.8236540Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.032s) 2022-09-27T16:27:05.8307981Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.000s) 2022-09-27T16:27:05.8386275Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.8509679Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:27:05.8568173Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.000s) 2022-09-27T16:27:05.8582871Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.000s) 2022-09-27T16:27:05.8608476Z 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 TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:27:05.8609354Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-09-27T16:27:05.8640750Z ok (0.000s) 2022-09-27T16:27:05.8669255Z 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 TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:27:05.8670104Z torch.onnx._export(torch_model, (fake_input), d, verbose=False, 2022-09-27T16:27:05.8705460Z ok (0.016s) 2022-09-27T16:27:05.8740315Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.000s) 2022-09-27T16:27:05.8773062Z 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 TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:27:05.8773867Z torch.onnx._export(foo, (x,), f) 2022-09-27T16:27:05.8788939Z ok (0.000s) 2022-09-27T16:27:05.8814662Z 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 TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:27:05.8815501Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-09-27T16:27:05.8842052Z ok (0.016s) 2022-09-27T16:27:05.8866891Z 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 TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:27:05.8867737Z torch.onnx._export(torch_model, (fake_input), f, verbose=False, 2022-09-27T16:27:05.8894839Z ok (0.000s) 2022-09-27T16:27:05.9079096Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:05.9246520Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-09-27T16:27:06.2875824Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.350s) 2022-09-27T16:27:06.4206608Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.146s) 2022-09-27T16:27:06.4339538Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T16:27:06.4400414Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.4567674Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.4658153Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.4744026Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.4819997Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.4896835Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.4990253Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.5077074Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.5158994Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.5246332Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.5403145Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-09-27T16:27:06.5527772Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.5677685Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.5809000Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.5891934Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.5978125Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.6072884Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.6135699Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.6198649Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.6473187Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.037s) 2022-09-27T16:27:06.6780828Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-09-27T16:27:06.7044420Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T16:27:06.7062605Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-09-27T16:27:06.7770633Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.073s) 2022-09-27T16:27:06.7857566Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.8004506Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T16:27:06.8178074Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.8494215Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-09-27T16:27:06.8682205Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-09-27T16:27:06.8771602Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.8869449Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.8994496Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.9057792Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.000s) 2022-09-27T16:27:06.9201207Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:06.9317544Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:27:06.9425636Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:27:06.9514104Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:27:06.9655554Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-09-27T16:27:07.0118725Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.048s) 2022-09-27T16:27:07.1480093Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.140s) 2022-09-27T16:27:07.2592556Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.104s) 2022-09-27T16:27:07.5375010Z test_instancing_error (__main__.TestFrontend) ... ok (0.280s) 2022-09-27T16:27:07.5571134Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T16:27:09.2723102Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.715s) 2022-09-27T16:27:09.7466475Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.470s) 2022-09-27T16:27:09.7484681Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.016s) 2022-09-27T16:27:09.7644527Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T16:27:09.7663449Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.000s) 2022-09-27T16:27:09.9343295Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.159s) 2022-09-27T16:27:09.9962853Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.063s) 2022-09-27T16:27:09.9971553Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.000s) 2022-09-27T16:27:09.9992969Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.000s) 2022-09-27T16:27:10.0009423Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.016s) 2022-09-27T16:27:10.0086441Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-09-27T16:27:10.0181843Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T16:27:10.0265861Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-09-27T16:27:10.0374354Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T16:27:10.3404866Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.299s) 2022-09-27T16:27:10.3419762Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.000s) 2022-09-27T16:27:10.3433842Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:27:10.3434533Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.000s) 2022-09-27T16:27:10.3447196Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:27:10.3447862Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.000s) 2022-09-27T16:27:10.3463622Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.000s) 2022-09-27T16:27:10.3521407Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T16:27:10.3578958Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-09-27T16:27:10.3590413Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.000s) 2022-09-27T16:27:10.3896528Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.031s) 2022-09-27T16:27:10.4063796Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.016s) 2022-09-27T16:27:10.4310525Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-09-27T16:27:11.0052328Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.570s) 2022-09-27T16:27:12.2951040Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.297s) 2022-09-27T16:27:12.3027019Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-09-27T16:27:12.3092280Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.000s) 2022-09-27T16:27:12.3878907Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.088s) 2022-09-27T16:27:12.4528977Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.062s) 2022-09-27T16:27:12.4826945Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.031s) 2022-09-27T16:27:12.6053008Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.120s) 2022-09-27T16:27:12.6230034Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.016s) 2022-09-27T16:27:12.6241829Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.000s) 2022-09-27T16:27:12.6348978Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.016s) 2022-09-27T16:27:12.6937339Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.067s) 2022-09-27T16:27:12.7057409Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.010s) 2022-09-27T16:27:12.7173053Z test_hash_device (jit.test_hash.TestHash) ... ok (0.000s) 2022-09-27T16:27:12.7336070Z test_hash_float (jit.test_hash.TestHash) ... ok (0.026s) 2022-09-27T16:27:12.7465703Z test_hash_int (jit.test_hash.TestHash) ... ok (0.010s) 2022-09-27T16:27:12.7523542Z test_hash_none (jit.test_hash.TestHash) ... ok (0.000s) 2022-09-27T16:27:12.7621068Z test_hash_string (jit.test_hash.TestHash) ... ok (0.016s) 2022-09-27T16:27:12.7629850Z test_hash_tensor (jit.test_hash.TestHash) 2022-09-27T16:27:12.7726043Z Tensors should hash by identity ... ok (0.016s) 2022-09-27T16:27:12.7840838Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.000s) 2022-09-27T16:27:12.7896911Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.016s) 2022-09-27T16:27:12.8295700Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-09-27T16:27:12.8306442Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-09-27T16:27:12.8450651Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-09-27T16:27:12.8549676Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T16:27:12.8781376Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T16:27:12.9140764Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-09-27T16:27:12.9467032Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.036s) 2022-09-27T16:27:12.9781783Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T16:27:13.0255043Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-09-27T16:27:13.0688050Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-09-27T16:27:13.0958433Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:27:13.1347412Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-09-27T16:27:13.1530425Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:27:13.1804273Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T16:27:13.2172858Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.049s) 2022-09-27T16:27:13.2510564Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-09-27T16:27:13.2851775Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:27:13.3185204Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:27:13.3679661Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-09-27T16:27:13.4116577Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-09-27T16:27:13.4391321Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-09-27T16:27:13.4752268Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-09-27T16:27:13.5090845Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:27:13.5495316Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-09-27T16:27:13.5535578Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.000s) 2022-09-27T16:27:13.5650611Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.016s) 2022-09-27T16:27:13.5675864Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-09-27T16:27:13.5684953Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-09-27T16:27:13.5693481Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-09-27T16:27:13.6190661Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.047s) 2022-09-27T16:27:13.6198135Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.000s) 2022-09-27T16:27:13.6259818Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.6336074Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6411286Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.6438939Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6502809Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6517011Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6532144Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6590940Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.6651701Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6724943Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.6817378Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6876460Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.6944159Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.7017152Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7041042Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.7104635Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7161659Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7177442Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7256298Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.7319731Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7344597Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7402215Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.7459671Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7529344Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.7622969Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7646994Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7739400Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:27:13.7797032Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-09-27T16:27:13.7993775Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.031s) 2022-09-27T16:27:13.8704738Z test_ModuleList (__main__.TestJit) ... ok (0.062s) 2022-09-27T16:27:13.9004502Z test_Sequential (__main__.TestJit) ... ok (0.031s) 2022-09-27T16:27:13.9262375Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.031s) 2022-09-27T16:27:13.9607733Z test_add_relu_fusion (__main__.TestJit) ... ok (0.026s) 2022-09-27T16:27:13.9626671Z test_arg_configurations (__main__.TestJit) 2022-09-27T16:27:13.9627622Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.000s) 2022-09-27T16:27:13.9689683Z test_attrs (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:13.9737076Z test_batchnorm (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:13.9749000Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.010s) 2022-09-27T16:27:13.9801089Z test_conj_transpose (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.1507216Z test_constant_insertion (__main__.TestJit) ... ok (7.162s) 2022-09-27T16:27:21.1579595Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.1645975Z test_constant_prop_exception (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.1714023Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.1751726Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.1814373Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.1871654Z test_constant_prop_nested (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.1940945Z test_constant_prop_none (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.1982312Z test_constant_prop_print (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.2022245Z test_constant_prop_rand (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.2072967Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.2117859Z test_constant_prop_simple (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.2151718Z test_constants_pkl (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.2393779Z test_cpp (__main__.TestJit) ... ok (0.017s) 2022-09-27T16:27:21.2544746Z test_cse (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.2616943Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.2639942Z test_cu_escaped_number (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.2652879Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.000s) 2022-09-27T16:27:21.2781496Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.2915891Z test_decompose_addmm (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.2924361Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.000s) 2022-09-27T16:27:21.2976345Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.2994597Z test_disabled (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.3022120Z test_dropout (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.3036286Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.000s) 2022-09-27T16:27:21.3564195Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:21.3644999Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:21.3664929Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:21.3673551Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:21.3948154Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:21.4017500Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:21.4030156Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:27:21.4038527Z STAGE:2022-09-27 16:27:21 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:27:21.4054610Z ok (0.110s) 2022-09-27T16:27:21.4084009Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.000s) 2022-09-27T16:27:21.4408343Z test_einsum (__main__.TestJit) ... ok (0.032s) 2022-09-27T16:27:21.4448237Z test_element_size (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.4459511Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.4469520Z test_expand_quantlint (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.4487716Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:27:21.4630598Z test_export_dropout (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.5277358Z test_export_lstm (__main__.TestJit) ... ok (0.075s) 2022-09-27T16:27:21.5440061Z test_export_opnames (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:27:21.6526743Z test_export_rnn (__main__.TestJit) ... ok (0.111s) 2022-09-27T16:27:21.6542801Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.000s) 2022-09-27T16:27:21.6738408Z test_function_default_values (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.6776727Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.6835322Z test_import_method (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.6862205Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.6902375Z test_layout (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.6955242Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.6997357Z test_matrix_transpose (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:21.7060455Z test_module_default_values (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:21.7119477Z test_mutable_default_values (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:27:21.7134177Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.000s) 2022-09-27T16:27:22.1089374Z test_nn_conv (__main__.TestJit) ... ok (0.385s) 2022-09-27T16:27:22.1750497Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.073s) 2022-09-27T16:27:22.2411062Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.073s) 2022-09-27T16:27:22.7087634Z test_nn_padding (__main__.TestJit) ... ok (0.458s) 2022-09-27T16:27:22.7573653Z test_nn_padding_functional (__main__.TestJit) ... ok (0.048s) 2022-09-27T16:27:22.7627972Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:22.7638189Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.000s) 2022-09-27T16:27:22.7676017Z test_numel (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:22.8036563Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.032s) 2022-09-27T16:27:22.8067823Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:22.8320638Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.033s) 2022-09-27T16:27:22.8344681Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.000s) 2022-09-27T16:27:22.8387517Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:22.8703908Z test_pretty_printer (__main__.TestJit) ... ok (0.031s) 2022-09-27T16:27:22.8716805Z test_print_classes_module (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:22.8728695Z test_print_op_module (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:22.8741132Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:22.8758021Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.000s) 2022-09-27T16:27:22.9874506Z test_python_bindings (__main__.TestJit) ... ok (0.111s) 2022-09-27T16:27:22.9920195Z test_python_ir (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:22.9974377Z test_python_ir_utils (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:23.0059435Z test_python_ir_utils_graph (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:23.0082085Z test_python_ivalue (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.2340349Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.223s) 2022-09-27T16:27:24.2359314Z test_recursive_cse (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.2420647Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:24.2537831Z test_restore_device (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.2561888Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.016s) 2022-09-27T16:27:24.2577009Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.000s) 2022-09-27T16:27:24.3703889Z test_script_autograd_grad (__main__.TestJit) ... ok (0.103s) 2022-09-27T16:27:24.3861777Z test_script_backward (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:24.3885404Z 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-09-27T16:27:24.3886098Z warnings.warn( 2022-09-27T16:27:24.3978406Z ok (0.016s) 2022-09-27T16:27:24.4018195Z test_script_fn_pkl (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.4071364Z test_script_tensor_type (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:24.4111948Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.4128085Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.4143784Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.4185880Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.4622193Z test_sparse_tensors (__main__.TestJit) ... ok (0.041s) 2022-09-27T16:27:24.4800011Z test_torch_complex (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:472: 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-09-27T16:27:24.4800960Z return callable(*args, **kwargs) 2022-09-27T16:27:24.4852374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:472: 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-09-27T16:27:24.4853167Z return callable(*args, **kwargs) 2022-09-27T16:27:24.4987327Z ok (0.047s) 2022-09-27T16:27:24.4996289Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.000s) 2022-09-27T16:27:24.5094760Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:24.5131112Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.5159629Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.5292133Z test_torch_sum (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:24.5367303Z test_trace_retains_train (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:27:24.5906722Z test_train_eval (__main__.TestJit) ... ok (0.047s) 2022-09-27T16:27:24.5954311Z test_transpose (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.6099243Z test_unchecked_cast (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:27:24.6118232Z test_unique_state_dict (__main__.TestJit) ... ok (0.000s) 2022-09-27T16:27:24.6128283Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.000s) 2022-09-27T16:27:24.6246342Z test_warnings (__main__.TestJit) ... ok (0.026s) 2022-09-27T16:27:24.6908998Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:24.7567676Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:24.8241734Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:24.8977108Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:24.9714599Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:25.0476311Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:25.1308279Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:25.1345330Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:25.2175069Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:25.2997620Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:25.3832753Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:25.4765263Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:27:25.4817140Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:25.5765992Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:25.6614310Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:25.7588939Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:25.8471472Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:25.9298019Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:25.9334729Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:26.0239188Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T16:27:26.1164101Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:26.2076969Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:26.3002351Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:27:26.3887489Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:26.3923953Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:26.4709756Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:26.5495483Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:26.6272299Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:26.6995287Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:26.7795673Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:26.8550255Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:26.9288459Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:26.9998792Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:27.0706560Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:27.1422737Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:27.2171853Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:27.2967018Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:27.3754400Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:27.4488589Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:27.5220471Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:27.6034043Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:27.6846226Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:27.7649376Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:27.8454466Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:27:27.9237607Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:27.9959083Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:28.0696096Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:28.1495013Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:28.2309906Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:28.3128693Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:28.4020734Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:27:28.4877239Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:28.5485239Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:28.6007949Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:28.6623920Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:28.6660479Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:28.6695173Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:28.7168179Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:28.7645098Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:28.7681774Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:28.7716855Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:28.8289943Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:28.8326581Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:28.8794783Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:28.9264064Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:28.9735996Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:28.9772604Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:28.9807439Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:29.0289745Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:29.0774330Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:29.2130634Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-09-27T16:27:29.3457837Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-09-27T16:27:29.4854089Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-09-27T16:27:29.6391375Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:29.7734144Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-09-27T16:27:29.9130763Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-09-27T16:27:30.0458858Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-09-27T16:27:30.1794811Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-09-27T16:27:30.3321456Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:30.4786549Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:27:30.6222993Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-09-27T16:27:30.7755907Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-09-27T16:27:30.9179161Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:31.0635691Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:31.2147882Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:31.3738629Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-09-27T16:27:31.5174251Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:31.6439417Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-09-27T16:27:31.7726980Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-09-27T16:27:31.9399537Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-09-27T16:27:32.0126089Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:32.0837029Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:32.1532741Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:32.1568869Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.000s) 2022-09-27T16:27:32.2000260Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:32.2368349Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:32.2405837Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.011s) 2022-09-27T16:27:32.2770215Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:32.3449227Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:32.4118094Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:32.4792414Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:32.5439216Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:32.6132525Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:32.6793600Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:32.7457792Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:32.8142907Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:32.8812338Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:32.9720789Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:33.0678162Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:27:33.1595353Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:27:33.2518200Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:33.3424134Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:33.4321735Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:27:33.5228524Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:33.6125677Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:33.7026534Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:33.7932184Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:27:33.8850405Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:33.9748709Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:27:34.0673322Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:34.1594779Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:27:34.2486876Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T16:27:34.3358588Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:34.4250680Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:27:34.5147325Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:34.6105673Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-09-27T16:27:34.7031656Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:34.7961529Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:34.8909352Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:34.9855198Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:27:35.0798557Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:35.1724791Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:35.2657501Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:35.3599065Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:35.4515939Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:35.5432210Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:35.6340486Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:35.7250622Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:35.8181777Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:35.9155178Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:36.0114935Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:36.1045072Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:36.1947974Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:36.2881962Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:36.3792659Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:36.4704457Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T16:27:36.5707386Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:27:36.6647575Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:27:36.7571438Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:36.8511207Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:27:36.9436066Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:37.0518524Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T16:27:37.1479233Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T16:27:37.2421786Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-09-27T16:27:37.3421827Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:37.4360714Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:37.5294313Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:27:37.6201146Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:37.7136829Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-09-27T16:27:37.8681643Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-09-27T16:27:38.0315866Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-09-27T16:27:38.2096533Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:27:38.3660296Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-09-27T16:27:38.5270447Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-09-27T16:27:38.6882547Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-09-27T16:27:38.8480048Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-09-27T16:27:39.0071871Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-09-27T16:27:39.1848915Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-09-27T16:27:39.3448393Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-09-27T16:27:39.3974124Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:39.4420060Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:39.4859818Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:39.5303034Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:39.5725664Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:39.6249854Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:39.6694416Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:39.7138578Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:39.7587034Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:39.8036390Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:39.8475639Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:39.8921847Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:39.9357962Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:39.9792718Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.0226004Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:40.0671082Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.1110553Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:40.1567860Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.2031183Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.2477068Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.2920463Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:40.3365042Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:40.3808652Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:40.4253287Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:40.4687692Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.5127829Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:40.5568744Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.6012413Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:40.6445053Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:40.6882328Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:40.7321683Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:40.7358185Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:40.8042094Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:40.8726373Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:40.9416855Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:40.9885105Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:41.0800642Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:41.1492753Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:41.2193135Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:27:41.2881662Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:41.3577758Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:41.4265860Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:41.4954195Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:41.5642388Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:41.6040984Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:41.6429358Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:41.7043593Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:41.7659415Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:27:41.8614876Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:41.9499286Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:27:42.0387401Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:42.1254171Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:42.2574745Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-09-27T16:27:42.3723757Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:42.4895222Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:27:42.6062369Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:42.7176369Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:42.8279959Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-09-27T16:27:42.9425806Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:43.0765757Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-09-27T16:27:43.1950101Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:43.3144155Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-09-27T16:27:43.4366485Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:27:43.5477018Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:43.6630069Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:43.7773714Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:27:43.8966113Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-09-27T16:27:43.9573445Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:44.0185870Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:44.0804774Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:44.1538242Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:44.2232602Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:44.2918358Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:44.3983807Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:44.5066099Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:44.6071797Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:44.7200201Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:27:44.8295149Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:27:44.9374986Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:45.0414144Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:45.1489892Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:45.2468910Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:27:45.3445062Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:45.4591575Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:45.5214338Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:27:45.5851821Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:45.6462506Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:45.6498179Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.000s) 2022-09-27T16:27:45.6534455Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.016s) 2022-09-27T16:27:45.7230021Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:45.7916714Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:45.8604600Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:45.9093483Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:45.9506016Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:45.9541973Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:45.9950897Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:46.0362718Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:46.0771434Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:46.0807095Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:46.1213846Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:46.1642127Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:46.1678159Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:46.2042194Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:46.2400935Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:27:46.2760559Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:46.4276826Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-09-27T16:27:46.5739122Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-09-27T16:27:46.7269083Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:46.8786768Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-09-27T16:27:47.0273468Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-09-27T16:27:47.1733310Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:27:47.3459210Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-09-27T16:27:47.5185306Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-09-27T16:27:47.6666082Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:27:47.8299415Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-09-27T16:27:48.0020465Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-09-27T16:27:48.1581439Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-09-27T16:27:48.2168913Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:48.2658727Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:48.3139207Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:48.3615839Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:48.4076464Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:48.4112865Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.4148010Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.4182414Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.4216510Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.4687812Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:48.5158093Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:48.5194984Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:48.5229752Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.5747481Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:48.6174465Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:48.6595323Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:48.7016932Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:27:48.7053099Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.7088064Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:48.7122376Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:48.7548550Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:48.8737058Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-09-27T16:27:48.9926667Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:27:49.1122541Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-09-27T16:27:49.2447283Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-09-27T16:27:49.3773616Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-09-27T16:27:49.4986504Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:49.5828860Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-09-27T16:27:49.6627681Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:49.7394638Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:49.8185829Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:50.1636338Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.338s) 2022-09-27T16:27:50.2489964Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:50.3319529Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:50.4108851Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:50.4894603Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:50.5593893Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:50.6298730Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:50.6974140Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:50.7650887Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:27:50.8312714Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:51.0019642Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-09-27T16:27:51.1582073Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:27:51.3124920Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-09-27T16:27:51.3756093Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:51.4378685Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:51.4989665Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:51.5807998Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:51.6638258Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:51.7448719Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:51.8255443Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:27:51.8768414Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:27:51.9187236Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:51.9612422Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:52.0035368Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:52.0071733Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:52.0106661Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:52.1119386Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-09-27T16:27:52.1630116Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:52.2200075Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:52.2706891Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:52.3250509Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:52.3716753Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:27:52.4172295Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:52.5053819Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:27:52.5964461Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:52.6790791Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:52.7672817Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:52.8648388Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:27:52.9595031Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:27:53.0437329Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:53.1375147Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-09-27T16:27:53.2223234Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:27:53.3068486Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:53.3816060Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:53.4688039Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:53.5405277Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:27:53.5892893Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:53.5929259Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:53.6334647Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:27:53.6371066Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:53.6406445Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:53.6816376Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:53.7219185Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:53.7624796Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:53.7661186Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:53.8220568Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:53.8682336Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:53.9134022Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:53.9593019Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:53.9629356Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.0086150Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.0123224Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.0680883Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:54.1153628Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:54.1190296Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.1656086Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:54.1692716Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.1727723Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.2190173Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.2226490Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.2704092Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:54.2740645Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:54.2775954Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:27:54.3279020Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:54.3315668Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.3350559Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.3384942Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:54.3419452Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.3453470Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.3487257Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.3907295Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.4323342Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:27:54.4747531Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:27:54.5164568Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:27:54.5582053Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:54.5997970Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.6415104Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:54.6829669Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.7245445Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:27:54.7281116Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.7315855Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.7350053Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-09-27T16:27:54.7384315Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.7418347Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:54.7842049Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.8264863Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:54.8684163Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:54.9319768Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:54.9934556Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:55.0612677Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:27:55.1238620Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:55.1859655Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:55.2485395Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:27:55.3110248Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:55.3732653Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:55.3768761Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.3803538Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.3837780Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:55.3871801Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.3905629Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.3939703Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.3973623Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:55.4006952Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.4040566Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:55.4700350Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:55.5353605Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:55.5999526Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:55.6648752Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:55.7316783Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:55.7952270Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:55.8596643Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:55.9155564Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:55.9623215Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:27:56.0075487Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:56.0533941Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:27:56.0983674Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:56.1427658Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:56.1870002Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:56.1906354Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:56.3009487Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-09-27T16:27:56.3744764Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:56.4476903Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:56.5217295Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:56.5950368Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:56.6621486Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:56.7341402Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:56.8050325Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:56.8758728Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:56.9419402Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:57.0085514Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:57.0746426Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:57.1395308Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:27:57.2030362Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:57.2707808Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:27:57.3393675Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:57.4073386Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:57.4774680Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:57.5490646Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:57.6180193Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:57.6843830Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:57.7502354Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:27:57.8168801Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:57.8839453Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:57.9513343Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:27:58.0188183Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:58.0857158Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:58.1538409Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:27:58.2209687Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:58.2899576Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:58.3590826Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:27:58.4277545Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:58.4968590Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:27:58.5642120Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:58.6320850Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:27:58.6925712Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:58.7507387Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:27:58.8082257Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:27:58.8609110Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:58.8644954Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:58.9079814Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:58.9517388Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:58.9956958Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:58.9992943Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:59.0027665Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:27:59.0462666Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:59.0499117Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:59.0987132Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:27:59.1398762Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:27:59.1811147Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:27:59.2222242Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:27:59.2258784Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:27:59.3134154Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:27:59.4022210Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:59.4896025Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:27:59.5701214Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:59.6511667Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:27:59.7476420Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:59.8411879Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:27:59.9366647Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:28:00.0450347Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-09-27T16:28:00.1098471Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.1736044Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:28:00.2369210Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.2993684Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.3624453Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.4236061Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.4842040Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.5442182Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:28:00.6042618Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:00.6906584Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:28:00.7738659Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:28:00.8568655Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:28:00.9176118Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:28:00.9771646Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:28:01.0366005Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:01.1192650Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:28:01.1985832Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:28:01.2792926Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:28:01.3548656Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:28:01.4270082Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:01.5005740Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:28:01.5736749Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:28:01.5773198Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:28:04.3412579Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.754s) 2022-09-27T16:28:06.9804860Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.641s) 2022-09-27T16:28:09.3673348Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.395s) 2022-09-27T16:28:11.7882547Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.422s) 2022-09-27T16:28:20.0713846Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (8.271s) 2022-09-27T16:28:20.1362900Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:28:20.1801290Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:28:20.2244191Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:28:20.2879406Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:28:20.3827371Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:28:20.4690573Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-09-27T16:28:20.5372804Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:28:20.6063764Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:28:20.6765652Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:28:20.7426658Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:28:20.7462596Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7497993Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7532777Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7567149Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7601442Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.7635767Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7669300Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7703212Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7737015Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.7770829Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7804323Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7837906Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7871328Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7905125Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.7938323Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.7971982Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8005843Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8039372Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8073071Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.8106784Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8140323Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8173644Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8207525Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.8241004Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.001s) 2022-09-27T16:28:20.8274368Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8307725Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8341225Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8374741Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.8408111Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8441740Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8475332Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8508803Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8542401Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.8575631Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8609110Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8642570Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8675892Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8709503Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.8743322Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8776642Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8810116Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8843517Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.8877191Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8910873Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8944595Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.8978201Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9011737Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-09-27T16:28:20.9045409Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9078862Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9112383Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9145806Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9179588Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-09-27T16:28:20.9212981Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9246276Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9279837Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9313297Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-09-27T16:28:20.9345157Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.016s) 2022-09-27T16:28:20.9426184Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-09-27T16:28:20.9436582Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-09-27T16:28:20.9506896Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.016s) 2022-09-27T16:28:20.9518677Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-09-27T16:28:20.9529581Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-09-27T16:28:20.9539949Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-09-27T16:28:20.9551184Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-09-27T16:28:20.9778195Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:20.9872855Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:20.9969729Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.0066239Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0151132Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.0192023Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0237152Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0338047Z test_del (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.0393207Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0468770Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.0548182Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0593381Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.0634741Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0709903Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0781562Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.0854168Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.0949567Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1002329Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.1061200Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1088977Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.1165168Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.1217205Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1277255Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.001s) 2022-09-27T16:28:21.1326096Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.1393759Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1575978Z test_in_check (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1827323Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1922164Z test_list_count (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.1974316Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.2124541Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.2215549Z test_list_index (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.2266631Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.2457241Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.2539281Z test_list_len (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.2709232Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.2722753Z test_list_none (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.3203748Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.048s) 2022-09-27T16:28:21.3481904Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.032s) 2022-09-27T16:28:21.3819475Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.032s) 2022-09-27T16:28:21.3841152Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.3854158Z test_list_variance (jit.test_list_dict.TestList) 2022-09-27T16:28:21.3973314Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.016s) 2022-09-27T16:28:21.4028787Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.4850514Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.079s) 2022-09-27T16:28:21.5421227Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.064s) 2022-09-27T16:28:21.5487949Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.5549112Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.5607542Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.5669239Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.5741261Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.5834442Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.5891762Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.5950741Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6019225Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6078104Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6138000Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6196919Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6257066Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6336827Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6396267Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6454055Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6509846Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6567423Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6623735Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6682437Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6727378Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6792433Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6896358Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.6949787Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.6994323Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.7084938Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.7143277Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.7196614Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.7274329Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.7315671Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.7600159Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.031s) 2022-09-27T16:28:21.7670632Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.7740088Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.7809374Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.000s) 2022-09-27T16:28:21.7873540Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:28:21.7962457Z test_to_list (jit.test_list_dict.TestList) 2022-09-27T16:28:22.0833573Z Unit tests for Tensor.tolist() function. ... ok (0.286s) 2022-09-27T16:28:22.0846176Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-09-27T16:28:22.0854182Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.000s) 2022-09-27T16:28:22.0962468Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.016s) 2022-09-27T16:28:22.1065723Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.016s) 2022-09-27T16:28:22.1078033Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.000s) 2022-09-27T16:28:22.1113972Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.000s) 2022-09-27T16:28:22.1205691Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.016s) 2022-09-27T16:28:22.1290668Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.001s) 2022-09-27T16:28:22.1558788Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.031s) 2022-09-27T16:28:22.1705637Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.016s) 2022-09-27T16:28:22.1866839Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.016s) 2022-09-27T16:28:22.2012681Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.016s) 2022-09-27T16:28:22.2023219Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-09-27T16:28:22.2099246Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.000s) 2022-09-27T16:28:22.2416128Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.032s) 2022-09-27T16:28:22.2456895Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.2482204Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.016s) 2022-09-27T16:28:22.2487337Z test_if_returning_any (jit.test_misc.TestMisc) 2022-09-27T16:28:22.2554494Z Check that an if statement can return different ... ok (0.000s) 2022-09-27T16:28:22.2605376Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.2708002Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.016s) 2022-09-27T16:28:22.2922010Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.016s) 2022-09-27T16:28:22.3035617Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.016s) 2022-09-27T16:28:22.3074729Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3088939Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3103819Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.016s) 2022-09-27T16:28:22.3117474Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3157952Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3195256Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3231070Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3265284Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.016s) 2022-09-27T16:28:22.3310938Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3349053Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3379857Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.000s) 2022-09-27T16:28:22.3521874Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.3739776Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-09-27T16:28:22.3829794Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.000s) 2022-09-27T16:28:22.3965442Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.4081537Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.4248022Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.4394586Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.4972285Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.047s) 2022-09-27T16:28:22.5384986Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.049s) 2022-09-27T16:28:22.5695085Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.032s) 2022-09-27T16:28:22.5837918Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.5993880Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:22.6305159Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.034s) 2022-09-27T16:28:22.6322258Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:28:22.6467550Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.010s) 2022-09-27T16:28:22.8828705Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.234s) 2022-09-27T16:28:22.8851701Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:28:22.9164631Z Tracing over a script function returning a dictionary should work. ... ok (0.031s) 2022-09-27T16:28:22.9272856Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:23.0147975Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.083s) 2022-09-27T16:28:23.1872936Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.171s) 2022-09-27T16:28:23.1976080Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:23.2087033Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:28:23.2098739Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-09-27T16:28:23.6270636Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.415s) 2022-09-27T16:28:23.6276061Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:23.7476047Z test_mnist (jit.test_models.TestModels) ... ok (0.114s) 2022-09-27T16:28:23.7481268Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:23.7490531Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:23.7501178Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:28:23.7505078Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:23.8085963Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.063s) 2022-09-27T16:28:23.8091335Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:23.8143907Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.016s) 2022-09-27T16:28:23.8153691Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-09-27T16:28:23.8164464Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:28:23.8168494Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:24.6068178Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.780s) 2022-09-27T16:28:24.6080739Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:28:24.6085051Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.016s) 2022-09-27T16:28:24.7565360Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.140s) 2022-09-27T16:28:25.0236540Z test_vae (jit.test_models.TestModels) ... ok (0.274s) 2022-09-27T16:28:25.0241929Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:28:25.1384563Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.114s) 2022-09-27T16:28:25.1404239Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:28:25.1811152Z Tests that customized state dict methods are in effect ... ok (0.042s) 2022-09-27T16:28:25.1819255Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:28:25.2136712Z Tests that default state dict methods are automatically available ... ok (0.031s) 2022-09-27T16:28:25.2155633Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:28:25.2678657Z Tests that customized state dict methods on submodules are in effect ... ok (0.057s) 2022-09-27T16:28:25.3896104Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.108s) 2022-09-27T16:28:25.4373243Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.062s) 2022-09-27T16:28:25.4612448Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.016s) 2022-09-27T16:28:25.5448203Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.088s) 2022-09-27T16:28:25.6105357Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.062s) 2022-09-27T16:28:25.9138955Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.307s) 2022-09-27T16:28:25.9657488Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.052s) 2022-09-27T16:28:25.9801187Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.016s) 2022-09-27T16:28:25.9808173Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:28:25.9841534Z Test that an attempt to script a module with a regular list attribute ... ok (0.000s) 2022-09-27T16:28:26.0082775Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.016s) 2022-09-27T16:28:26.0746768Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.079s) 2022-09-27T16:28:26.1655264Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.079s) 2022-09-27T16:28:26.2020328Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.047s) 2022-09-27T16:28:26.3529746Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.143s) 2022-09-27T16:28:26.3926869Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.047s) 2022-09-27T16:28:26.4305635Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.032s) 2022-09-27T16:28:26.4327875Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:28:26.5251194Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.095s) 2022-09-27T16:28:26.5273144Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:28:26.6063135Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.079s) 2022-09-27T16:28:26.6362621Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-09-27T16:28:26.6623504Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-09-27T16:28:26.6976290Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-09-27T16:28:26.7264138Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-09-27T16:28:26.7537345Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-09-27T16:28:26.7731765Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-09-27T16:28:26.8059828Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-09-27T16:28:26.8591287Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.049s) 2022-09-27T16:28:26.8605409Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.000s) 2022-09-27T16:28:26.9238908Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.063s) 2022-09-27T16:28:26.9522736Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-09-27T16:28:26.9836548Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-09-27T16:28:27.0033249Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-09-27T16:28:27.0278517Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.032s) 2022-09-27T16:28:27.0417474Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-09-27T16:28:27.0717124Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.031s) 2022-09-27T16:28:27.0724894Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-09-27T16:28:27.0889373Z Test that a module that has __constants__ set to something ... ok (0.016s) 2022-09-27T16:28:27.0949338Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1015514Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.016s) 2022-09-27T16:28:27.1054336Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1102567Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1144605Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1201767Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.016s) 2022-09-27T16:28:27.1211653Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.000s) 2022-09-27T16:28:27.1256400Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1296117Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1319871Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:28:27.1367897Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.001s) 2022-09-27T16:28:27.1377921Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1390379Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1404348Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1420086Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1446190Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1461373Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1465650Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1473225Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1490169Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.016s) 2022-09-27T16:28:27.1496418Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1501826Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1506105Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1512728Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1524998Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1531217Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1544495Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1554643Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1562959Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1572162Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1594592Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1601224Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1605631Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1615012Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1620491Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1633727Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1639983Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.016s) 2022-09-27T16:28:27.1645871Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1653815Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1663035Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1676663Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-09-27T16:28:27.1735466Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.000s) 2022-09-27T16:28:27.1803686Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.016s) 2022-09-27T16:28:27.2095275Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.016s) 2022-09-27T16:28:27.2387814Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.033s) 2022-09-27T16:28:27.2659123Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-09-27T16:28:27.2934065Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-09-27T16:28:27.3074385Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.016s) 2022-09-27T16:28:27.3213971Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.000s) 2022-09-27T16:28:27.3310196Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.016s) 2022-09-27T16:28:27.3726417Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.047s) 2022-09-27T16:28:27.3736416Z test_traceable (jit.test_parametrization.TestParametrization) 2022-09-27T16:28:27.4109542Z Test the jit scripting and tracing of a parametrized model. ... ok (0.031s) 2022-09-27T16:28:27.4932080Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.080s) 2022-09-27T16:28:27.5238112Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.032s) 2022-09-27T16:28:27.5539032Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.032s) 2022-09-27T16:28:27.5620599Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.5681231Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.5760366Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.5829537Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.5950879Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.5990128Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6055686Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6066762Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.000s) 2022-09-27T16:28:27.6109987Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.6148878Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6184180Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6217342Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6254536Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.6299871Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6415713Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.6452863Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6489366Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6526948Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6573953Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.6608267Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6641785Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.6722420Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.7261791Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.047s) 2022-09-27T16:28:27.7422331Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.7492985Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.7532752Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.7588659Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.7740356Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.7782050Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.7823579Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.7984572Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.8129517Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.8221382Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-09-27T16:28:27.8289304Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.8336320Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:28:27.8410573Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-09-27T16:28:27.8420783Z test_version (__main__.TestProducerVersion) ... ok (0.000s) 2022-09-27T16:28:27.8555255Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-09-27T16:28:27.8821311Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.031s) 2022-09-27T16:28:27.8892541Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-09-27T16:28:27.8997857Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-09-27T16:28:27.9061206Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-09-27T16:28:27.9084123Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-09-27T16:28:27.9160517Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-09-27T16:28:27.9546861Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.032s) 2022-09-27T16:28:27.9610523Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-09-27T16:28:27.9676099Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.000s) 2022-09-27T16:28:27.9806934Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-09-27T16:28:27.9892356Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-09-27T16:28:27.9937655Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-09-27T16:28:27.9956675Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-09-27T16:28:28.0002362Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-09-27T16:28:28.0059930Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.016s) 2022-09-27T16:28:28.0074745Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-09-27T16:28:28.0111561Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-09-27T16:28:28.0149808Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-09-27T16:28:28.0265234Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-09-27T16:28:28.0579123Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.031s) 2022-09-27T16:28:28.0876630Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.031s) 2022-09-27T16:28:28.0936161Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.000s) 2022-09-27T16:28:28.1286011Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.032s) 2022-09-27T16:28:28.2434238Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.127s) 2022-09-27T16:28:28.2511438Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.000s) 2022-09-27T16:28:28.2679968Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-09-27T16:28:28.2780462Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-09-27T16:28:28.3286129Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.047s) 2022-09-27T16:28:28.3332966Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.000s) 2022-09-27T16:28:28.3541140Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.031s) 2022-09-27T16:28:28.3613911Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.000s) 2022-09-27T16:28:28.3705868Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.016s) 2022-09-27T16:28:28.3785599Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.000s) 2022-09-27T16:28:28.3839763Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.016s) 2022-09-27T16:28:28.4465286Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.048s) 2022-09-27T16:28:28.4778318Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:28.5203064Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-09-27T16:28:28.5830134Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.063s) 2022-09-27T16:28:28.5888102Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:28.6905091Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.094s) 2022-09-27T16:28:28.7010004Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:28.7105118Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:28.7149593Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:28.7469650Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-09-27T16:28:28.7576958Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:28.7736649Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:28.7750786Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:28.8054250Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.031s) 2022-09-27T16:28:28.8824839Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.079s) 2022-09-27T16:28:28.9012425Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:28.9268000Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-09-27T16:28:28.9547673Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.031s) 2022-09-27T16:28:28.9604151Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:28.9876238Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-09-27T16:28:29.0256910Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.032s) 2022-09-27T16:28:29.0303978Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:29.0380619Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:29.0421466Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:29.1141906Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.078s) 2022-09-27T16:28:29.1291260Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:29.1358843Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:29.1465393Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:28:29.1537428Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.000s) 2022-09-27T16:28:29.1872590Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.031s) 2022-09-27T16:28:29.1880353Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-09-27T16:28:29.2152933Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.031s) 2022-09-27T16:28:29.2374251Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.032s) 2022-09-27T16:28:29.2740089Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.031s) 2022-09-27T16:28:29.2793076Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.000s) 2022-09-27T16:28:29.2876190Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-09-27T16:28:29.3079792Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-09-27T16:28:29.3153079Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-09-27T16:28:29.3204957Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.001s) 2022-09-27T16:28:29.3332548Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-09-27T16:28:29.3353470Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.3637587Z Exercise the situation where we have the same qualified name ... ok (0.031s) 2022-09-27T16:28:29.3662949Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.4233282Z Exercise the situation where we have the same qualified name ... ok (0.047s) 2022-09-27T16:28:29.4255112Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.4712822Z Exercise the situation where we have the same qualified name ... ok (0.048s) 2022-09-27T16:28:29.5665626Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.095s) 2022-09-27T16:28:29.5687711Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.5988939Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.031s) 2022-09-27T16:28:29.6008638Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.6149190Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.016s) 2022-09-27T16:28:29.6286801Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.017s) 2022-09-27T16:28:29.6464731Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.016s) 2022-09-27T16:28:29.6471961Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.6619505Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.016s) 2022-09-27T16:28:29.6625997Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:28:29.6767644Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.016s) 2022-09-27T16:28:29.6840114Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.016s) 2022-09-27T16:28:29.6855248Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6856153Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6878354Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6878815Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6896526Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6896954Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6926841Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6937396Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6955749Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6956240Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.016s) 2022-09-27T16:28:29.6963969Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6971629Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6972141Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6978581Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6979066Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.6984692Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:28:29.6985169Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:28:29.9661339Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Failed to load fixture! (0.271s) 2022-09-27T16:28:29.9661818Z Falsifying explicit example: test_versioned_div_scalar( 2022-09-27T16:28:29.9662220Z self=, 2022-09-27T16:28:29.9662579Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:28:29.9662760Z ) 2022-09-27T16:28:30.1438686Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.164s) 2022-09-27T16:28:30.2788716Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.146s) 2022-09-27T16:28:30.2871718Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.000s) 2022-09-27T16:28:30.3994200Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.120s) 2022-09-27T16:28:30.5166915Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.114s) 2022-09-27T16:28:30.6971890Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.187s) 2022-09-27T16:28:30.7088327Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.000s) 2022-09-27T16:28:30.7189712Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.016s) 2022-09-27T16:28:30.7299464Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:28:30.7399340Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.010s) 2022-09-27T16:28:30.7481920Z test_add_out (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:30.7548923Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:30.7637068Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:30.7710056Z test_add_tuple_optional (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:30.7779740Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:30.7791669Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:28:30.7853944Z This test checks several things: ... ok (0.000s) 2022-09-27T16:28:30.7925830Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:30.7974669Z test_all (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:7005: 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-09-27T16:28:30.7975313Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-09-27T16:28:30.8047032Z ok (0.016s) 2022-09-27T16:28:30.8886562Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.073s) 2022-09-27T16:28:30.9929517Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.100s) 2022-09-27T16:28:31.0811340Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:28:31.1913177Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.114s) 2022-09-27T16:28:31.1958178Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.2285227Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:31.2328433Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.2639747Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:28:31.2678546Z test_annotated_script_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.2702777Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.2722681Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.2781495Z test_annotated_script_method (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.2843164Z test_annoying_doubles (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.3117445Z test_any (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:28:31.3159085Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.3217028Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.3585256Z test_attr_module_constants (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:31.3656853Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.3692437Z test_attribute_in_init (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.3902556Z test_attribute_serialization (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.3918428Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-09-27T16:28:31.4004247Z test_augmented_assign (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.4018844Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:28:31.4056217Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.4089877Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:31.4211498Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:31.4326033Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:31.4351597Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.010s) 2022-09-27T16:28:31.8928756Z pytorch_fuserv9mwys.cpp 2022-09-27T16:28:35.3216634Z Creating library pytorch_fuserv9mwys.lib and object pytorch_fuserv9mwys.exp 2022-09-27T16:28:35.3900211Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (3.956s) 2022-09-27T16:28:35.3949750Z test_big_float_literals (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.4012930Z test_big_int_literals (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.6454534Z test_binary_op_shape (__main__.TestScript) ... ok (0.242s) 2022-09-27T16:28:35.6736468Z test_bitwise_ops (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:35.6818501Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.6904504Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:35.6988424Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.7072630Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:35.7423971Z test_bool_dispatch (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:28:35.7739497Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:35.7773842Z test_break_continue_error (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:35.9238775Z test_breaks_continues (__main__.TestScript) ... ok (0.145s) 2022-09-27T16:28:35.9415111Z test_builtin_args (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:35.9494721Z test_builtin_args_fails (__main__.TestScript) ... [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-09-27T16:28:35.9496431Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10868 2022-09-27T16:28:35.9496760Z You have not run this instance of FileCheck! 2022-09-27T16:28:35.9496994Z FileCheck checks: 2022-09-27T16:28:35.9497692Z @torch.jit.script 2022-09-27T16:28:35.9497946Z def f6(a): 2022-09-27T16:28:35.9498135Z a.expand(size=[3, [4]]) 2022-09-27T16:28:35.9498358Z ~~~~~~ <--- HERE 2022-09-27T16:28:35.9498563Z (function emitListLiteral) 2022-09-27T16:28:35.9498753Z ok (0.016s) 2022-09-27T16:28:35.9655815Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:35.9678456Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.9744041Z test_call_ge (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.9786450Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:35.9842675Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:35.9963292Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.0041680Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.0072844Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.0145379Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.0338899Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.0438219Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:36.0500219Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.0585932Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.0693356Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.0765938Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.0881816Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.0892179Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-09-27T16:28:36.1024332Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.1035413Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-09-27T16:28:36.1212594Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.1220638Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-09-27T16:28:36.1419677Z test_cat (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:28:36.1513706Z test_cat_lifts (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.1570449Z test_chr (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.1584259Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:28:36.2051288Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.041s) 2022-09-27T16:28:36.6110302Z test_class_as_attribute (__main__.TestScript) ... ok (0.411s) 2022-09-27T16:28:36.6146454Z test_class_attribute (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.6184136Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.6250497Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.6259459Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:28:36.6336925Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.010s) 2022-09-27T16:28:36.6346184Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:28:36.6501620Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.016s) 2022-09-27T16:28:36.6633570Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.6704698Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.6723967Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:28:36.7199137Z test_conditional_casting (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:28:36.7264699Z test_constant_as_attr (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.7309687Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.7381738Z test_constant_pooling_none (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.7436391Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:36.7821415Z test_context_manager (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:36.7873302Z test_conv_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.8149059Z test_convert_base (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:36.8211325Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.8340679Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:36.8439318Z test_desugar_module (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.8494272Z test_device_kwarg (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:36.8549504Z test_device_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.8554487Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T16:28:36.8583974Z test_dir (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:36.8984059Z test_divmod (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:28:36.9009205Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-09-27T16:28:37.2575288Z test_dropout_eval (__main__.TestScript) ... ok (0.358s) 2022-09-27T16:28:37.2789673Z test_dropout_script (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.2884432Z test_dtype_attr (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.3455747Z test_dtype_op_shape (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:28:37.3977078Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:28:37.4017936Z test_early_return_closure (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.4113470Z test_early_return_fork_join (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.4386005Z test_early_return_rewrite (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:28:37.4431205Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.4888832Z test_early_returns_loops (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:28:37.4960100Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:37.5034984Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.5154363Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.5226952Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.5295914Z test_ellipsis_end (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.5371385Z test_ellipsis_mid (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:37.5487500Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.5560359Z test_ellipsis_start (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.5721366Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.5784965Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.5797698Z test_empty_tuple_str (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:37.6297732Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:28:37.6341822Z test_erase_number_types (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:37.6422945Z test_error (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:37.6527450Z test_error_stacktrace (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:38.3829732Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.720s) 2022-09-27T16:28:38.3952900Z test_eval_python (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:38.3985077Z test_exception_exits_closure (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:38.4439717Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:28:38.4492562Z test_expand (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:38.4625052Z test_fibb (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:38.4700265Z test_fibb_totally_better (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:38.4775071Z test_file_format_serialization (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:38.4802518Z test_file_line_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:39.2607268Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.785s) 2022-09-27T16:28:39.2649742Z test_file_line_graph (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:39.5507597Z test_file_line_save_load (__main__.TestScript) ... ok (0.285s) 2022-09-27T16:28:39.5526261Z test_file_line_string (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:39.5598077Z test_file_line_trace (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:39.5654748Z test_filecheck (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:39.5685951Z test_filecheck_parse (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:39.9605272Z test_first_class_calls (__main__.TestScript) ... ok (0.380s) 2022-09-27T16:28:39.9671830Z test_first_class_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:39.9784448Z test_floor_div (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.0047007Z test_floordiv (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.0069251Z test_for_else (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:40.0203180Z test_for_in_dict (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.0603677Z test_for_in_enumerate (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:28:40.0672766Z test_for_in_range (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:40.0886146Z test_for_in_range_ast (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:40.1100640Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.1197388Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.1273918Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:28:40.1476858Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.1533934Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.1734557Z test_for_in_string (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.1864409Z test_for_in_tensors (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.1889019Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:40.2025439Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.2080963Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:40.2371379Z test_for_in_zip (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:28:40.2599528Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.2718086Z test_for_tuple_assign (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:40.2941833Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:28:40.3038777Z test_format (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:40.3272468Z test_func_call (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:28:40.3335518Z test_function_compilation_caching (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:41.1775577Z test_function_overload_misuse (__main__.TestScript) ... ok (0.836s) 2022-09-27T16:28:41.1938411Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:41.2660418Z test_function_overloads (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:28:41.2673752Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:28:41.2889041Z pytorch_fuseriwie3i.cpp 2022-09-27T16:28:41.3486837Z Creating library pytorch_fuseriwie3i.lib and object pytorch_fuseriwie3i.exp 2022-09-27T16:28:41.3854862Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.127s) 2022-09-27T16:28:41.3905742Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:41.3985099Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:41.4011997Z test_generic_list_errors (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:41.4047805Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-09-27T16:28:41.4231029Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:41.4286146Z test_grad_from_script (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:41.4386028Z test_hash (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:41.4539586Z test_hex_literals (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:41.9231538Z test_id (__main__.TestScript) ... ok (0.476s) 2022-09-27T16:28:41.9306518Z test_if (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:41.9427730Z test_if_define (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:41.9493709Z test_if_different_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:41.9620261Z test_if_for_in_range (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:41.9861310Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:41.9908266Z test_if_list_cat (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.0594096Z test_if_nest_while (__main__.TestScript) ... ok (0.073s) 2022-09-27T16:28:42.0684999Z test_if_noelse (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.0720697Z test_if_not_defined_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.0779573Z test_if_supertype (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.0942340Z test_ignore_decorator (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.1062227Z test_ignored_as_value (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.1140417Z test_ignored_method_binding (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.1204201Z test_ignored_props (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.1342799Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.1481506Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:28:42.1529397Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.2366272Z test_index (__main__.TestScript) ... ok (0.088s) 2022-09-27T16:28:42.2412065Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.2570019Z test_index_with_tuple (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.2592989Z test_indexing_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.2666262Z test_infer_size (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.2670797Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:28:42.2701063Z Test that when we get a type mismatch on a function where we inferred ... ok (0.000s) 2022-09-27T16:28:42.2860389Z test_inherit_method (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.2867589Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.000s) 2022-09-27T16:28:42.2879415Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:28:42.3003991Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.016s) 2022-09-27T16:28:42.3063978Z test_inlining_cleanup (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.3134055Z test_inplace_add (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.3202504Z test_inplace_copy_script (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.3258920Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.3302632Z test_int_cast (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.3321445Z test_integral_shape_inference (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.3337116Z test_interpret_graph (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.6861868Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.348s) 2022-09-27T16:28:42.7044142Z test_intlist_args (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.7067418Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.7081238Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.7113072Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.7124387Z test_irparser (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.7271329Z test_is_after_use (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.7307300Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7311475Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7315733Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7319981Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7339662Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7343916Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7347827Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7352066Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7370402Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7374304Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7378239Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7382225Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7403386Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7408297Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7413159Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7418113Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7422979Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7427123Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7431223Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7435185Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7439893Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7446884Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7450933Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7455144Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7459352Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7463425Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7467660Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7471613Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7476409Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7480512Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7484625Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7488886Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7493046Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7497197Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7501379Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7505338Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7510205Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7514351Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7518550Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7522753Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7527010Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7531156Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7535308Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7539364Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7544229Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7548378Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7552574Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7556912Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-09-27T16:28:42.7576265Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7580376Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7584569Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7588806Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7608408Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7612455Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7616579Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7620713Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7641006Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7644846Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7648930Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7652822Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7673948Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7678596Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7683645Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7688691Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7693468Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7697652Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7701790Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7705750Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7710407Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7714456Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7718528Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7722764Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7727042Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7731140Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7735288Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7739252Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7744024Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7748133Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7752209Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7756323Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7760696Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7764825Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7769142Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7773052Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7777902Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7782069Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7786259Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7790352Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7794643Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7798640Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7802947Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7807094Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7811871Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7816027Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7820178Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7826415Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-09-27T16:28:42.7831409Z ok (0.041s) 2022-09-27T16:28:42.7846689Z test_is_optional (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.7881371Z test_is_scripting (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.7917915Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.8005383Z test_isinstance (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.8067664Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.8151821Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.8324598Z test_isinstance_refinement (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.8400160Z test_jitter_bug (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.8444584Z test_keyword (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.8463208Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.8497053Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.8759975Z test_lazy_script (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:42.8851887Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.8948566Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.9017678Z test_lhs_indexing (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.9079569Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.9164528Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.9226528Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:42.9289941Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:42.9370139Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:42.9554792Z test_linear_grad (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:43.0323810Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:28:43.0378411Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:43.0393243Z test_list_iterables (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:43.0477082Z test_list_python_op (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:43.0627472Z test_list_unify (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:43.0880163Z test_literal (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:43.0943101Z test_literals (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:43.1062679Z test_logical_short_circuit (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:43.1127326Z test_loop_liveness (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:43.1289628Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:43.1334616Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:43.1452801Z test_loop_unrolling (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:43.1566452Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:43.2202185Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:28:43.2245547Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:43.3933674Z test_math_ops (__main__.TestScript) ... ok (0.166s) 2022-09-27T16:28:43.3944159Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-09-27T16:28:43.3957210Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.000s) 2022-09-27T16:28:43.4018149Z test_method_casts_script (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:43.4056361Z test_method_no_self (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:51.9599297Z test_method_overloading (__main__.TestScript) ... ok (8.541s) 2022-09-27T16:28:51.9653278Z test_missing_getstate (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:52.6866899Z test_mm_batching (__main__.TestScript) ... ok (0.714s) 2022-09-27T16:28:52.7526197Z test_module_apis (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:28:52.7589209Z test_module_attrs (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:52.7698913Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.7915106Z test_module_copying (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:28:52.7931989Z test_module_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.7986070Z test_module_method_reassignment (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.8037729Z test_module_none_attrs (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:52.8441077Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:28:52.8513737Z test_module_str (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.8583779Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:52.8598577Z test_multi_reduction (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.8612745Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.9525957Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.096s) 2022-09-27T16:28:52.9565286Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.9603022Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.9702443Z test_multiple_assign (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:52.9776825Z test_multiple_assignment (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.9823967Z test_mutable_dce (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:52.9881986Z test_mutable_dce_block (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:52.9919269Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.0006191Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:53.0108177Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.0156914Z test_mutable_dce_list (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:53.0215528Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.0307074Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:53.0346406Z test_mutate_constant (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.0394902Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.1077283Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.079s) 2022-09-27T16:28:53.1175799Z test_namedtuple_attr (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.1221715Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:53.1529559Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:28:53.1824789Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:53.2121226Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:53.2160510Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:53.2277483Z test_namedtuple_python (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:53.2336809Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:53.2395540Z test_narrow_copy (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:54.3115315Z test_nested_aug_assign (__main__.TestScript) ... ok (1.076s) 2022-09-27T16:28:54.3238929Z test_nested_bailouts (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:54.3590683Z test_nested_breaks (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:28:54.3647850Z test_nested_list_construct (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:54.3945006Z test_nested_select_assign (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:54.6144494Z test_nn_GRU (__main__.TestScript) ... ok (0.222s) 2022-09-27T16:28:54.8504757Z test_nn_LSTM (__main__.TestScript) ... ok (0.238s) 2022-09-27T16:28:54.9956670Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.145s) 2022-09-27T16:28:55.0390578Z test_nn_init (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:55.0469405Z test_no_dtype_shape (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:55.0532291Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:55.1640462Z test_non_final_return (__main__.TestScript) ... ok (0.098s) 2022-09-27T16:28:55.1652992Z test_none_type_str (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:55.1710459Z test_not (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:55.1724414Z test_not_initialized_err (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:55.1855685Z test_ntuple_builtins (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:55.2029286Z test_number_abs (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:55.2076680Z test_number_augassign (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:55.2121311Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:55.2165812Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:55.2209729Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:55.2328303Z test_number_div (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:57.4892076Z test_number_math (__main__.TestScript) ... ok (2.262s) 2022-09-27T16:28:57.4972411Z test_number_neg (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.4983640Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.000s) 2022-09-27T16:28:57.5035118Z test_oneline_func (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.5114372Z test_op_dtype (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.5240265Z test_operator_precedence (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:28:57.5264932Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:28:57.5288602Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:28:57.5404032Z test_ord (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:28:57.5549849Z test_override_magic (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.5740555Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:28:57.5741074Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:28:57.5799480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_patch_torch.py:72: 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:1884.) 2022-09-27T16:28:57.5800248Z _C._jit_pass_onnx_node_shape_type_inference( 2022-09-27T16:28:57.5814792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_patch_torch.py:72: 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:1884.) 2022-09-27T16:28:57.5815463Z _C._jit_pass_onnx_node_shape_type_inference( 2022-09-27T16:28:57.5825556Z ok (0.031s) 2022-09-27T16:28:57.5842847Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6263573Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:28:57.6533773Z test_pack_unpack_state (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:57.6663899Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:28:57.6664198Z test_parameter_order (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6664431Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:28:57.6664660Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:28:57.6664877Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:28:57.6665077Z grad_fn=) 2022-09-27T16:28:57.6667924Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:28:57.6668153Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:28:57.6668386Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:28:57.6668603Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:28:57.6668806Z grad_fn=) 2022-09-27T16:28:57.6680478Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6696776Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.6722522Z test_parse_nested_names (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6735986Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6785867Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6805721Z test_parser_kwargonly (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6824912Z test_parser_type_annotations (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6843613Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.6858101Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6871818Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6884942Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6898529Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.6957429Z test_partial_returns (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.7007814Z test_pass (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.7277990Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:28:57.7282641Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:28:57.7381672Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:28:57.7393918Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:28:57.7843560Z test_pretty_print_function (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:28:57.7853557Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.000s) 2022-09-27T16:28:57.8019256Z test_print (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:28:57.8035332Z test_print_kwargs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8047920Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-09-27T16:28:57.8099334Z test_profiling_merge (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8132686Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8192518Z test_python_call (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.8265294Z test_python_call_annotation (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:57.8289051Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8330421Z test_python_call_failure (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8415702Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:57.8451211Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8485896Z test_python_frontend (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:57.8505696Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8522243Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8570861Z test_python_op_builtins (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8686594Z test_python_op_name (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.8708403Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8720795Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.000s) 2022-09-27T16:28:57.8808329Z test_rand_profiling (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.8841291Z test_range_args (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8879407Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8920645Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.8933901Z test_refine_tuple_types (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:57.9077690Z test_remove_dropout (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:57.9114591Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.9182221Z test_request_bailout (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:57.9199285Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.016s) 2022-09-27T16:28:57.9704930Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:57.9843106Z test_resize_input_ops (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.0044835Z test_return (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:58.0118569Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.0183836Z test_return_tuple (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.3740438Z test_rnn_trace_override (__main__.TestScript) ... ok (0.348s) 2022-09-27T16:28:58.3808640Z test_robust_op_resolution (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.3889360Z test_round (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4039193Z test_save_load_attr_error (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.4084010Z test_script_annotation (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4127173Z test_script_bool_constant (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.4172421Z test_script_chunk (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4367387Z test_script_clamp_none (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:28:58.4437940Z test_script_copy (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:58.4456323Z test_script_cu (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4530060Z test_script_define_order (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4572529Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4605123Z test_script_docstring (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.4693640Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4699909Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-09-27T16:28:58.4766980Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.4869404Z test_script_is_tracing (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.4945962Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.4996983Z test_script_method_docstring (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:58.5079344Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.5322826Z test_script_module (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:28:58.5391958Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:58.5460242Z test_script_module_const (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.5698091Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:58.5922054Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.6103172Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.6462327Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:28:58.6475389Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.000s) 2022-09-27T16:28:58.6742043Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:58.6783598Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.6845887Z test_script_module_for (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.7268272Z test_script_module_for2 (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:58.7302363Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.7429703Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:58.7440141Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.000s) 2022-09-27T16:28:58.7481092Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.7548422Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.7730839Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:58.7910476Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:58.7945391Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.7990544Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.8024931Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.8491237Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:28:58.8536876Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.8707978Z test_script_optional_none (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:58.8760012Z test_script_outputs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:58.9314508Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.067s) 2022-09-27T16:28:58.9837057Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:28:58.9849366Z test_script_scope (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:59.0163932Z test_script_sequential_for (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:28:59.0739146Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.059s) 2022-09-27T16:28:59.0902557Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:59.1315322Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:59.1808515Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:28:59.1955691Z test_script_star_assign (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:59.2226277Z test_script_star_expr (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:28:59.2487208Z test_script_star_expr_string (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:28:59.2640454Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:28:59.2657679Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:28:59.2670702Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:28:59.2684907Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.010s) 2022-09-27T16:28:59.2764914Z test_select_after_chunk (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:59.2802432Z test_sequence_parsing (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:59.3211254Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:28:59.3393622Z test_serialization_big_ints (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:28:59.3410902Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.016s) 2022-09-27T16:28:59.3487989Z test_serialize_long_lines (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:28:59.7504541Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.395s) 2022-09-27T16:29:00.0386039Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.301s) 2022-09-27T16:29:00.1256224Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.079s) 2022-09-27T16:29:00.5094423Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.380s) 2022-09-27T16:29:00.5232149Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:00.5306093Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:00.5347742Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:00.5438102Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:00.5481410Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:00.5519945Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:00.5669281Z test_signed_float_zero (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:00.5686095Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:00.5701827Z test_single_starred_lhs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:00.5764681Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:00.5773378Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-09-27T16:29:00.5854977Z test_split (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:00.5966588Z test_stack (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:02.9133537Z test_static_if_prop (__main__.TestScript) ... ok (2.310s) 2022-09-27T16:29:02.9143874Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:29:02.9235952Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.017s) 2022-09-27T16:29:02.9597960Z test_static_methods (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:29:02.9638008Z test_str_cast (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:02.9652546Z test_string_cu (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:02.9691342Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:02.9754527Z test_string_frontend_elif (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:02.9807156Z test_string_index (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:02.9872050Z test_string_len (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:02.9924694Z test_string_list (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:02.9939668Z test_string_new_line (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:02.9994341Z test_string_ops (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.0054887Z test_string_print (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.0067344Z test_string_single_escape (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.0232532Z test_string_slicing (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.0291141Z test_string_sort (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.0345795Z test_string_sorted (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.0625960Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:29:03.0702116Z test_submodule_twice (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.0768665Z test_sum (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.0849768Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.0934102Z test_sum_list_empty (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.1005520Z test_sum_list_literal (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.1084780Z test_sum_list_one (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.1107452Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.1143784Z test_sys_stdout_override (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.1168005Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.000s) 2022-09-27T16:29:03.1212474Z test_tensor_data (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.1220967Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:29:03.1330923Z test_tensor_dtype (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.1443023Z test_tensor_grad (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.1563690Z test_tensor_import_export (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.1614634Z test_tensor_len (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.6245738Z test_tensor_number_math (__main__.TestScript) ... ok (0.462s) 2022-09-27T16:29:03.6251587Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-09-27T16:29:03.6262271Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.000s) 2022-09-27T16:29:03.6319337Z test_tensor_shape (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:03.6345868Z test_tensor_subclasses (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\annotations.py:299: 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-09-27T16:29:03.6346478Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:29:03.6421875Z ok (0.010s) 2022-09-27T16:29:03.6723304Z test_tensor_to (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:29:03.6781247Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.6788995Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:29:03.6795099Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:29:03.6896038Z test_ternary (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.7722155Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.077s) 2022-09-27T16:29:03.7829537Z test_ternary_right_associative (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.7948523Z test_ternary_static_if (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.8160454Z test_torch_any (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.8194814Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.000s) 2022-09-27T16:29:03.8766526Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.067s) 2022-09-27T16:29:03.8878371Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.9171221Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:29:03.9290438Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:03.9398851Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:03.9453037Z test_torch_manual_seed (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:03.9887995Z test_torch_pow (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:29:03.9997135Z 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-09-27T16:29:04.5883680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:472: 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-09-27T16:29:04.5884237Z return callable(*args, **kwargs) 2022-09-27T16:29:04.5948996Z ok (0.602s) 2022-09-27T16:29:04.6029119Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:04.6147339Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:04.6272529Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:04.6312196Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:04.7470691Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.124s) 2022-09-27T16:29:04.9734141Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.213s) 2022-09-27T16:29:04.9817449Z test_training_param (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.3642010Z test_tuple_assignments (__main__.TestScript) ... ok (0.389s) 2022-09-27T16:29:05.3666573Z test_tuple_error_msg (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.3757565Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.4028619Z test_tuple_indexing (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:29:05.4087900Z test_tuple_len (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.4161004Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.4226851Z test_tuple_sort (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:05.4290657Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.4351075Z test_tuple_sorted (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:05.4411897Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.4455771Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.4503754Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.4545826Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.4735175Z test_type_annotate (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.4890407Z test_type_annotation_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.5105005Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:29:05.5327006Z test_type_annotations (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.5483615Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:05.5646525Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.5675228Z test_type_call_in_script (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.5741778Z test_type_cast (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.5798686Z test_type_comments_in_body (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.5805262Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:29:05.5833914Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.016s) 2022-09-27T16:29:05.5845955Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.000s) 2022-09-27T16:29:05.5884242Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.5925734Z test_unicode_comments (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.6024521Z test_uninitialized (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.6064506Z test_union_to_number (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.6083658Z test_unknown_builtin (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.6096024Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.000s) 2022-09-27T16:29:05.6142306Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:05.6150281Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-09-27T16:29:05.6170941Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:05.6241692Z test_unused_decorator (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:05.6337731Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:29:06.6894943Z test_var_aug_assign (__main__.TestScript) ... ok (1.043s) 2022-09-27T16:29:06.6955821Z test_vararg_zeros (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:06.7002914Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.7024157Z test_view_shape_prop (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.7115086Z test_view_write (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:06.7124100Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:29:06.7194716Z test_where (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.7263076Z test_where_method (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:06.7370553Z test_while (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.7914406Z test_while_nest_if (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:29:06.8268150Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:29:06.8283288Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8381157Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:06.8402783Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8471868Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8514491Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8535471Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:06.8576849Z test_wrong_return_type (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8594505Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8633071Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.000s) 2022-09-27T16:29:06.8754809Z test_zeros (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:29:07.5868734Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.712s) 2022-09-27T16:29:07.5873966Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5887989Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-09-27T16:29:07.5894359Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5907020Z Test membership checks (x in y, x not in y). ... ok (0.000s) 2022-09-27T16:29:07.5913538Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5926618Z Test deletion. ... ok (0.000s) 2022-09-27T16:29:07.5932195Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5948025Z Test accessing dictionary values using the [] operator. ... ok (0.000s) 2022-09-27T16:29:07.5952839Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5962677Z Test .items(). ... ok (0.016s) 2022-09-27T16:29:07.5967290Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5977006Z Test iteration over a dictionary's keys. ... ok (0.000s) 2022-09-27T16:29:07.5980958Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.5991340Z Test len() builtin function. ... ok (0.000s) 2022-09-27T16:29:07.5999887Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.6000645Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.000s) 2022-09-27T16:29:07.6005585Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.6046438Z Test that reference semantics are honoured; that modifications made ... ok (0.000s) 2022-09-27T16:29:07.6049555Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.6059283Z Test the __repr__ method. ... ok (0.000s) 2022-09-27T16:29:07.6066053Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:29:07.6077580Z Test setting dictionary values using the [] operator. ... ok (0.000s) 2022-09-27T16:29:07.6082737Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6093360Z Test append method. ... ok (0.000s) 2022-09-27T16:29:07.6097312Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6105574Z Test the __bool__ method. This should return True ... ok (0.016s) 2022-09-27T16:29:07.6108891Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6115892Z Test clear. ... ok (0.000s) 2022-09-27T16:29:07.6121767Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6131682Z Test membership checks (x in y, x not in y). ... ok (0.000s) 2022-09-27T16:29:07.6136581Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6145774Z Test count method. ... ok (0.000s) 2022-09-27T16:29:07.6151975Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6162618Z Test deletion. ... ok (0.000s) 2022-09-27T16:29:07.6175944Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6189508Z Test extend. ... ok (0.000s) 2022-09-27T16:29:07.6200779Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6228677Z Test accessing list elements using the [] operator. ... ok (0.000s) 2022-09-27T16:29:07.6235866Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6247654Z Test insert. ... ok (0.000s) 2022-09-27T16:29:07.6252124Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6261205Z Test iteration over a list's elements. ... ok (0.000s) 2022-09-27T16:29:07.6265304Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6274246Z Test len() builtin function. ... ok (0.000s) 2022-09-27T16:29:07.6283432Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6284437Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.002s) 2022-09-27T16:29:07.6290475Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6303808Z Test pop. ... ok (0.000s) 2022-09-27T16:29:07.6308812Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6348070Z Test that reference semantics are honoured; that modifications made ... ok (0.000s) 2022-09-27T16:29:07.6353863Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6364334Z Test remove method. ... ok (0.000s) 2022-09-27T16:29:07.6367752Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6375747Z Test the __repr__ method. ... ok (0.000s) 2022-09-27T16:29:07.6387572Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:29:07.6402451Z Test setting list elements using the [] operator. ... ok (0.000s) 2022-09-27T16:29:07.6553990Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.6698988Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.6845338Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.6919979Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.6987033Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-09-27T16:29:07.7051860Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-09-27T16:29:07.7204075Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.019s) 2022-09-27T16:29:07.7344600Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.021s) 2022-09-27T16:29:07.7489649Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.7636591Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.7709704Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-09-27T16:29:07.7777769Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.016s) 2022-09-27T16:29:07.7843929Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.000s) 2022-09-27T16:29:07.7909351Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-09-27T16:29:07.8851341Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.087s) 2022-09-27T16:29:07.8865319Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.000s) 2022-09-27T16:29:07.9802171Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.103s) 2022-09-27T16:29:08.1858645Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.208s) 2022-09-27T16:29:08.5570649Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.368s) 2022-09-27T16:29:08.5843905Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.5903925Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.5976405Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.5999784Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6064446Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.6124540Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6183509Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.6244648Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6308557Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.010s) 2022-09-27T16:29:08.6368300Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.010s) 2022-09-27T16:29:08.6427918Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6478599Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6541078Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.6608904Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6672911Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6736619Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.6799622Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.000s) 2022-09-27T16:29:08.6877579Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.016s) 2022-09-27T16:29:08.6983067Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.000s) 2022-09-27T16:29:08.6997087Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.016s) 2022-09-27T16:29:08.7084341Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.000s) 2022-09-27T16:29:08.7096314Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.000s) 2022-09-27T16:29:08.7146011Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-09-27T16:29:08.7192238Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7237764Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7285529Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-09-27T16:29:08.7330786Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7373243Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-09-27T16:29:08.7433903Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7488493Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7547781Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-09-27T16:29:08.7602876Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7666336Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-09-27T16:29:08.7728559Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7788320Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-09-27T16:29:08.7858738Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7913931Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.7978543Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-09-27T16:29:08.8037400Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-09-27T16:29:08.8082155Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.8135709Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.8176972Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-09-27T16:29:08.8219878Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.8260551Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.000s) 2022-09-27T16:29:08.8590159Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-09-27T16:29:08.8832896Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:29:08.8900345Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:08.8955243Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:29:08.9150186Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:29:08.9201958Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:08.9400345Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-09-27T16:29:08.9943807Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.047s) 2022-09-27T16:29:09.0227498Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:29:09.0292560Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:29:09.0409370Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-09-27T16:29:09.0493189Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:09.1424581Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.098s) 2022-09-27T16:29:09.1646779Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:29:09.1658314Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.016s) 2022-09-27T16:29:09.1675459Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:09.1738214Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:09.2012665Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.031s) 2022-09-27T16:29:09.2239913Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-09-27T16:29:09.2248764Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:09.2272023Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:09.2305043Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-09-27T16:29:09.2342545Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-09-27T16:29:09.2367765Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.000s) 2022-09-27T16:29:09.2505625Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-09-27T16:29:09.2576257Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.000s) 2022-09-27T16:29:09.2722262Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.016s) 2022-09-27T16:29:09.3095825Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.041s) 2022-09-27T16:29:09.3102673Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.000s) 2022-09-27T16:29:09.3172625Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.016s) 2022-09-27T16:29:09.3236935Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.000s) 2022-09-27T16:29:09.3304508Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.010s) 2022-09-27T16:29:09.3373544Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.010s) 2022-09-27T16:29:09.3440764Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.000s) 2022-09-27T16:29:09.3509891Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.010s) 2022-09-27T16:29:09.3589087Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.000s) 2022-09-27T16:29:09.3610404Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.000s) 2022-09-27T16:29:09.3624410Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.016s) 2022-09-27T16:29:09.3630076Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3636372Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3640906Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3661416Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3665667Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3674484Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3682680Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3691229Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3699203Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3708452Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3716233Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3720352Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3729257Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3733027Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3738030Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3741827Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3749694Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3753742Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3759886Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3767774Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3775071Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.016s) 2022-09-27T16:29:09.3782601Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3788164Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3793819Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3800117Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3806980Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3814359Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.3823439Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:29:09.4002008Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.4266171Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:09.4387490Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:29:09.4562612Z test_constant (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.5045210Z test_conv (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-09-27T16:29:09.5405973Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-09-27T16:29:09.5537243Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:29:09.5654505Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.5842166Z test_ge (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.5847702Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:29:09.7637150Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.174s) 2022-09-27T16:29:09.8460155Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.096s) 2022-09-27T16:29:09.8559883Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:09.8648086Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.8723341Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:09.8753544Z test_inplace_check (jit.test_tracer.TestTracer) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8754355Z warnings.warn( 2022-09-27T16:29:09.8754940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8755492Z warnings.warn( 2022-09-27T16:29:09.8756079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8756616Z warnings.warn( 2022-09-27T16:29:09.8757186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8757715Z warnings.warn( 2022-09-27T16:29:09.8758289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8758808Z warnings.warn( 2022-09-27T16:29:09.8759376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8759898Z warnings.warn( 2022-09-27T16:29:09.8760492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8761027Z warnings.warn( 2022-09-27T16:29:09.8761643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8762190Z warnings.warn( 2022-09-27T16:29:09.8762836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8763385Z warnings.warn( 2022-09-27T16:29:09.8763960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8764560Z warnings.warn( 2022-09-27T16:29:09.8765183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8765771Z warnings.warn( 2022-09-27T16:29:09.8766338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8766860Z warnings.warn( 2022-09-27T16:29:09.8767436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8767967Z warnings.warn( 2022-09-27T16:29:09.8768537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8769042Z warnings.warn( 2022-09-27T16:29:09.8769627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8770163Z warnings.warn( 2022-09-27T16:29:09.8770733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8771264Z warnings.warn( 2022-09-27T16:29:09.8771838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8772356Z warnings.warn( 2022-09-27T16:29:09.8772940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8773474Z warnings.warn( 2022-09-27T16:29:09.8774050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8774564Z warnings.warn( 2022-09-27T16:29:09.8775114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8775640Z warnings.warn( 2022-09-27T16:29:09.8776244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8776809Z warnings.warn( 2022-09-27T16:29:09.8777378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8777902Z warnings.warn( 2022-09-27T16:29:09.8778467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8778979Z warnings.warn( 2022-09-27T16:29:09.8779547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8780072Z warnings.warn( 2022-09-27T16:29:09.8780642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8781172Z warnings.warn( 2022-09-27T16:29:09.8781725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8782247Z warnings.warn( 2022-09-27T16:29:09.8782821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8783354Z warnings.warn( 2022-09-27T16:29:09.8783920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8784443Z warnings.warn( 2022-09-27T16:29:09.8785016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8785597Z warnings.warn( 2022-09-27T16:29:09.8786170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8786701Z warnings.warn( 2022-09-27T16:29:09.8787308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8796078Z warnings.warn( 2022-09-27T16:29:09.8796826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8797519Z warnings.warn( 2022-09-27T16:29:09.8798113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8798643Z warnings.warn( 2022-09-27T16:29:09.8799206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8799743Z warnings.warn( 2022-09-27T16:29:09.8800312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8800873Z warnings.warn( 2022-09-27T16:29:09.8801455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8801986Z warnings.warn( 2022-09-27T16:29:09.8802660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8803180Z warnings.warn( 2022-09-27T16:29:09.8803748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8804271Z warnings.warn( 2022-09-27T16:29:09.8804846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8805454Z warnings.warn( 2022-09-27T16:29:09.8806023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8806522Z warnings.warn( 2022-09-27T16:29:09.8807202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8807726Z warnings.warn( 2022-09-27T16:29:09.8808300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8808866Z warnings.warn( 2022-09-27T16:29:09.8809432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8809959Z warnings.warn( 2022-09-27T16:29:09.8810543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8811074Z warnings.warn( 2022-09-27T16:29:09.8811646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8812169Z warnings.warn( 2022-09-27T16:29:09.8812728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8813257Z warnings.warn( 2022-09-27T16:29:09.8813825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8814342Z warnings.warn( 2022-09-27T16:29:09.8814930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8815463Z warnings.warn( 2022-09-27T16:29:09.8816048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8816577Z warnings.warn( 2022-09-27T16:29:09.8817170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8817706Z warnings.warn( 2022-09-27T16:29:09.8818330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8818875Z warnings.warn( 2022-09-27T16:29:09.8819441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8820009Z warnings.warn( 2022-09-27T16:29:09.8820597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8821126Z warnings.warn( 2022-09-27T16:29:09.8821698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8822221Z warnings.warn( 2022-09-27T16:29:09.8822794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8823316Z warnings.warn( 2022-09-27T16:29:09.8823894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8824419Z warnings.warn( 2022-09-27T16:29:09.8824999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8825513Z warnings.warn( 2022-09-27T16:29:09.8826085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8826614Z warnings.warn( 2022-09-27T16:29:09.8827202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8827730Z warnings.warn( 2022-09-27T16:29:09.8828306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8828829Z warnings.warn( 2022-09-27T16:29:09.8829431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8829946Z warnings.warn( 2022-09-27T16:29:09.8830511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8831083Z warnings.warn( 2022-09-27T16:29:09.8831642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8832169Z warnings.warn( 2022-09-27T16:29:09.8832742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8833261Z warnings.warn( 2022-09-27T16:29:09.8833839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8834379Z warnings.warn( 2022-09-27T16:29:09.8834953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8835479Z warnings.warn( 2022-09-27T16:29:09.8836039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8836548Z warnings.warn( 2022-09-27T16:29:09.8837114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8837616Z warnings.warn( 2022-09-27T16:29:09.8838186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8838708Z warnings.warn( 2022-09-27T16:29:09.8839268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8839793Z warnings.warn( 2022-09-27T16:29:09.8840353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8840864Z warnings.warn( 2022-09-27T16:29:09.8841476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8842025Z warnings.warn( 2022-09-27T16:29:09.8842588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8843111Z warnings.warn( 2022-09-27T16:29:09.8843668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8844186Z warnings.warn( 2022-09-27T16:29:09.8844764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8845401Z warnings.warn( 2022-09-27T16:29:09.8845969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8846493Z warnings.warn( 2022-09-27T16:29:09.8847068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8847588Z warnings.warn( 2022-09-27T16:29:09.8848162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8848680Z warnings.warn( 2022-09-27T16:29:09.8849256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8849771Z warnings.warn( 2022-09-27T16:29:09.8850337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8850857Z warnings.warn( 2022-09-27T16:29:09.8851426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8851941Z warnings.warn( 2022-09-27T16:29:09.8852562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8853089Z warnings.warn( 2022-09-27T16:29:09.8853700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8854216Z warnings.warn( 2022-09-27T16:29:09.8854780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8855295Z warnings.warn( 2022-09-27T16:29:09.8855856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8856384Z warnings.warn( 2022-09-27T16:29:09.8856948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8857469Z warnings.warn( 2022-09-27T16:29:09.8858032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8858541Z warnings.warn( 2022-09-27T16:29:09.8859113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8859639Z warnings.warn( 2022-09-27T16:29:09.8860206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8860726Z warnings.warn( 2022-09-27T16:29:09.8861284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8861789Z warnings.warn( 2022-09-27T16:29:09.8862360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8862878Z warnings.warn( 2022-09-27T16:29:09.8863505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8864034Z warnings.warn( 2022-09-27T16:29:09.8864599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8865206Z warnings.warn( 2022-09-27T16:29:09.8865783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8866305Z warnings.warn( 2022-09-27T16:29:09.8866885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8867413Z warnings.warn( 2022-09-27T16:29:09.8867984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8868530Z warnings.warn( 2022-09-27T16:29:09.8869116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8869649Z warnings.warn( 2022-09-27T16:29:09.8870222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8870750Z warnings.warn( 2022-09-27T16:29:09.8871318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8871844Z warnings.warn( 2022-09-27T16:29:09.8872413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8872932Z warnings.warn( 2022-09-27T16:29:09.8873500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8874012Z warnings.warn( 2022-09-27T16:29:09.8874605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8875139Z warnings.warn( 2022-09-27T16:29:09.8875710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8876272Z warnings.warn( 2022-09-27T16:29:09.8876857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8877393Z warnings.warn( 2022-09-27T16:29:09.8877977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8878515Z warnings.warn( 2022-09-27T16:29:09.8879098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8879630Z warnings.warn( 2022-09-27T16:29:09.8880201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8880706Z warnings.warn( 2022-09-27T16:29:09.8881283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8881821Z warnings.warn( 2022-09-27T16:29:09.8882392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8882910Z warnings.warn( 2022-09-27T16:29:09.8883478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8883999Z warnings.warn( 2022-09-27T16:29:09.8884575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8885199Z warnings.warn( 2022-09-27T16:29:09.8885856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8886399Z warnings.warn( 2022-09-27T16:29:09.8886989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8887559Z warnings.warn( 2022-09-27T16:29:09.8888175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8888742Z warnings.warn( 2022-09-27T16:29:09.8889308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8889828Z warnings.warn( 2022-09-27T16:29:09.8890397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8890909Z warnings.warn( 2022-09-27T16:29:09.8891483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8892011Z warnings.warn( 2022-09-27T16:29:09.8892584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8893101Z warnings.warn( 2022-09-27T16:29:09.8893660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8894190Z warnings.warn( 2022-09-27T16:29:09.8894760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8895285Z warnings.warn( 2022-09-27T16:29:09.8895884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8896430Z warnings.warn( 2022-09-27T16:29:09.8897061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8897595Z warnings.warn( 2022-09-27T16:29:09.8898180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8898765Z warnings.warn( 2022-09-27T16:29:09.8899345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8899877Z warnings.warn( 2022-09-27T16:29:09.8900453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8900997Z warnings.warn( 2022-09-27T16:29:09.8901583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8902130Z warnings.warn( 2022-09-27T16:29:09.8902716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8903260Z warnings.warn( 2022-09-27T16:29:09.8903839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8904367Z warnings.warn( 2022-09-27T16:29:09.8904953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8905496Z warnings.warn( 2022-09-27T16:29:09.8906082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8906615Z warnings.warn( 2022-09-27T16:29:09.8907177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8907705Z warnings.warn( 2022-09-27T16:29:09.8908984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8909521Z warnings.warn( 2022-09-27T16:29:09.8910108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8910701Z warnings.warn( 2022-09-27T16:29:09.8911281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8911812Z warnings.warn( 2022-09-27T16:29:09.8912384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8912907Z warnings.warn( 2022-09-27T16:29:09.8913472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8913998Z warnings.warn( 2022-09-27T16:29:09.8914590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8915136Z warnings.warn( 2022-09-27T16:29:09.8915707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8916235Z warnings.warn( 2022-09-27T16:29:09.8916815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8917339Z warnings.warn( 2022-09-27T16:29:09.8917913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8918430Z warnings.warn( 2022-09-27T16:29:09.8919106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8919635Z warnings.warn( 2022-09-27T16:29:09.8920265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8920805Z warnings.warn( 2022-09-27T16:29:09.8921390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8921973Z warnings.warn( 2022-09-27T16:29:09.8922551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8923090Z warnings.warn( 2022-09-27T16:29:09.8923666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8924202Z warnings.warn( 2022-09-27T16:29:09.8924775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8925415Z warnings.warn( 2022-09-27T16:29:09.8925988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8926503Z warnings.warn( 2022-09-27T16:29:09.8927063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8927581Z warnings.warn( 2022-09-27T16:29:09.8928144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8928664Z warnings.warn( 2022-09-27T16:29:09.8929231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8929748Z warnings.warn( 2022-09-27T16:29:09.8930307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8930825Z warnings.warn( 2022-09-27T16:29:09.8931458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8931995Z warnings.warn( 2022-09-27T16:29:09.8932555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8933132Z warnings.warn( 2022-09-27T16:29:09.8933705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8934229Z warnings.warn( 2022-09-27T16:29:09.8934793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8935304Z warnings.warn( 2022-09-27T16:29:09.8935870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8936388Z warnings.warn( 2022-09-27T16:29:09.8936959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8937477Z warnings.warn( 2022-09-27T16:29:09.8938033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8938528Z warnings.warn( 2022-09-27T16:29:09.8939077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8939581Z warnings.warn( 2022-09-27T16:29:09.8940151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8940675Z warnings.warn( 2022-09-27T16:29:09.8941251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8941769Z warnings.warn( 2022-09-27T16:29:09.8942334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8942842Z warnings.warn( 2022-09-27T16:29:09.8943453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8944014Z warnings.warn( 2022-09-27T16:29:09.8944568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8945090Z warnings.warn( 2022-09-27T16:29:09.8945663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8946177Z warnings.warn( 2022-09-27T16:29:09.8946752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8947282Z warnings.warn( 2022-09-27T16:29:09.8948293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8948818Z warnings.warn( 2022-09-27T16:29:09.8949385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8949911Z warnings.warn( 2022-09-27T16:29:09.8950482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8950991Z warnings.warn( 2022-09-27T16:29:09.8951565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8952092Z warnings.warn( 2022-09-27T16:29:09.8952658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8953177Z warnings.warn( 2022-09-27T16:29:09.8953760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8954292Z warnings.warn( 2022-09-27T16:29:09.8954933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8955462Z warnings.warn( 2022-09-27T16:29:09.8956064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8956579Z warnings.warn( 2022-09-27T16:29:09.8957128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8957654Z warnings.warn( 2022-09-27T16:29:09.8958209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8958735Z warnings.warn( 2022-09-27T16:29:09.8959296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8959819Z warnings.warn( 2022-09-27T16:29:09.8960385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8960907Z warnings.warn( 2022-09-27T16:29:09.8961473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8961994Z warnings.warn( 2022-09-27T16:29:09.8962553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8963058Z warnings.warn( 2022-09-27T16:29:09.8963633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8964160Z warnings.warn( 2022-09-27T16:29:09.8964740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8965371Z warnings.warn( 2022-09-27T16:29:09.8965991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8966523Z warnings.warn( 2022-09-27T16:29:09.8967082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8967638Z warnings.warn( 2022-09-27T16:29:09.8968189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8968698Z warnings.warn( 2022-09-27T16:29:09.8969249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8969772Z warnings.warn( 2022-09-27T16:29:09.8970348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8970883Z warnings.warn( 2022-09-27T16:29:09.8971459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8971995Z warnings.warn( 2022-09-27T16:29:09.8972564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8973104Z warnings.warn( 2022-09-27T16:29:09.8973681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8974200Z warnings.warn( 2022-09-27T16:29:09.8974769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8975271Z warnings.warn( 2022-09-27T16:29:09.8975852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8976381Z warnings.warn( 2022-09-27T16:29:09.8976995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8977517Z warnings.warn( 2022-09-27T16:29:09.8978081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8978637Z warnings.warn( 2022-09-27T16:29:09.8979199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8979714Z warnings.warn( 2022-09-27T16:29:09.8980275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8980796Z warnings.warn( 2022-09-27T16:29:09.8981338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8981857Z warnings.warn( 2022-09-27T16:29:09.8982406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8982919Z warnings.warn( 2022-09-27T16:29:09.8983480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8983995Z warnings.warn( 2022-09-27T16:29:09.8984568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8985090Z warnings.warn( 2022-09-27T16:29:09.8985664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8986181Z warnings.warn( 2022-09-27T16:29:09.8986758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8987270Z warnings.warn( 2022-09-27T16:29:09.8987851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8988426Z warnings.warn( 2022-09-27T16:29:09.8988995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8989554Z warnings.warn( 2022-09-27T16:29:09.8990124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8990657Z warnings.warn( 2022-09-27T16:29:09.8991224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8991743Z warnings.warn( 2022-09-27T16:29:09.8992308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8992833Z warnings.warn( 2022-09-27T16:29:09.8993374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8993891Z warnings.warn( 2022-09-27T16:29:09.8994454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8994980Z warnings.warn( 2022-09-27T16:29:09.8995543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8996066Z warnings.warn( 2022-09-27T16:29:09.8996626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8997141Z warnings.warn( 2022-09-27T16:29:09.8997721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8998269Z warnings.warn( 2022-09-27T16:29:09.8998838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.8999379Z warnings.warn( 2022-09-27T16:29:09.9000021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9000591Z warnings.warn( 2022-09-27T16:29:09.9001173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9001701Z warnings.warn( 2022-09-27T16:29:09.9002267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9002790Z warnings.warn( 2022-09-27T16:29:09.9003357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9003880Z warnings.warn( 2022-09-27T16:29:09.9004447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9005059Z warnings.warn( 2022-09-27T16:29:09.9005616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9006148Z warnings.warn( 2022-09-27T16:29:09.9006719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9007232Z warnings.warn( 2022-09-27T16:29:09.9007812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9008341Z warnings.warn( 2022-09-27T16:29:09.9008906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9009429Z warnings.warn( 2022-09-27T16:29:09.9009995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9010514Z warnings.warn( 2022-09-27T16:29:09.9011134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9011661Z warnings.warn( 2022-09-27T16:29:09.9012228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9012773Z warnings.warn( 2022-09-27T16:29:09.9013340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9013862Z warnings.warn( 2022-09-27T16:29:09.9014447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9014982Z warnings.warn( 2022-09-27T16:29:09.9015540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9016055Z warnings.warn( 2022-09-27T16:29:09.9016627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9017142Z warnings.warn( 2022-09-27T16:29:09.9017693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9018216Z warnings.warn( 2022-09-27T16:29:09.9018777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9019290Z warnings.warn( 2022-09-27T16:29:09.9019861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9020382Z warnings.warn( 2022-09-27T16:29:09.9020954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9021481Z warnings.warn( 2022-09-27T16:29:09.9022103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9022628Z warnings.warn( 2022-09-27T16:29:09.9023189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9023764Z warnings.warn( 2022-09-27T16:29:09.9024339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9024864Z warnings.warn( 2022-09-27T16:29:09.9025440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9025972Z warnings.warn( 2022-09-27T16:29:09.9026541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9027053Z warnings.warn( 2022-09-27T16:29:09.9027617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9028131Z warnings.warn( 2022-09-27T16:29:09.9028703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9029233Z warnings.warn( 2022-09-27T16:29:09.9029785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9030302Z warnings.warn( 2022-09-27T16:29:09.9030873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9031395Z warnings.warn( 2022-09-27T16:29:09.9031971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9032490Z warnings.warn( 2022-09-27T16:29:09.9033118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9033646Z warnings.warn( 2022-09-27T16:29:09.9034215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9034787Z warnings.warn( 2022-09-27T16:29:09.9035343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9035867Z warnings.warn( 2022-09-27T16:29:09.9036431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9036943Z warnings.warn( 2022-09-27T16:29:09.9037507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9038028Z warnings.warn( 2022-09-27T16:29:09.9038590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9039106Z warnings.warn( 2022-09-27T16:29:09.9039672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9040202Z warnings.warn( 2022-09-27T16:29:09.9040757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9041256Z warnings.warn( 2022-09-27T16:29:09.9041825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9042348Z warnings.warn( 2022-09-27T16:29:09.9042909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9043421Z warnings.warn( 2022-09-27T16:29:09.9043972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9044536Z warnings.warn( 2022-09-27T16:29:09.9045202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9046254Z warnings.warn( 2022-09-27T16:29:09.9046838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9047370Z warnings.warn( 2022-09-27T16:29:09.9047942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9048469Z warnings.warn( 2022-09-27T16:29:09.9049051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9049586Z warnings.warn( 2022-09-27T16:29:09.9050152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9050675Z warnings.warn( 2022-09-27T16:29:09.9051247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9051825Z warnings.warn( 2022-09-27T16:29:09.9052391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9052910Z warnings.warn( 2022-09-27T16:29:09.9053473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9053978Z warnings.warn( 2022-09-27T16:29:09.9054535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9055055Z warnings.warn( 2022-09-27T16:29:09.9055614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9056131Z warnings.warn( 2022-09-27T16:29:09.9056750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9057619Z warnings.warn( 2022-09-27T16:29:09.9058194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9058712Z warnings.warn( 2022-09-27T16:29:09.9059286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9059798Z warnings.warn( 2022-09-27T16:29:09.9060354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9060870Z warnings.warn( 2022-09-27T16:29:09.9061443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9061962Z warnings.warn( 2022-09-27T16:29:09.9062540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9063062Z warnings.warn( 2022-09-27T16:29:09.9063631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9064155Z warnings.warn( 2022-09-27T16:29:09.9064727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9065247Z warnings.warn( 2022-09-27T16:29:09.9065810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9066314Z warnings.warn( 2022-09-27T16:29:09.9066883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9067401Z warnings.warn( 2022-09-27T16:29:09.9068024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9068554Z warnings.warn( 2022-09-27T16:29:09.9069128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9069981Z warnings.warn( 2022-09-27T16:29:09.9070548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9071072Z warnings.warn( 2022-09-27T16:29:09.9071642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9072164Z warnings.warn( 2022-09-27T16:29:09.9072739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9073276Z warnings.warn( 2022-09-27T16:29:09.9073856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9074376Z warnings.warn( 2022-09-27T16:29:09.9075037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9075595Z warnings.warn( 2022-09-27T16:29:09.9076172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9076693Z warnings.warn( 2022-09-27T16:29:09.9077274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9077811Z warnings.warn( 2022-09-27T16:29:09.9078381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9078909Z warnings.warn( 2022-09-27T16:29:09.9079515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9080039Z warnings.warn( 2022-09-27T16:29:09.9080609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9081482Z warnings.warn( 2022-09-27T16:29:09.9082052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9082572Z warnings.warn( 2022-09-27T16:29:09.9083150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9083678Z warnings.warn( 2022-09-27T16:29:09.9084243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9084763Z warnings.warn( 2022-09-27T16:29:09.9085402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9085929Z warnings.warn( 2022-09-27T16:29:09.9086499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9087022Z warnings.warn( 2022-09-27T16:29:09.9087585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9088095Z warnings.warn( 2022-09-27T16:29:09.9088667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9089197Z warnings.warn( 2022-09-27T16:29:09.9089758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9090271Z warnings.warn( 2022-09-27T16:29:09.9091280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9091796Z warnings.warn( 2022-09-27T16:29:09.9092381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9093231Z warnings.warn( 2022-09-27T16:29:09.9093800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9094328Z warnings.warn( 2022-09-27T16:29:09.9094897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9095409Z warnings.warn( 2022-09-27T16:29:09.9095976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9096494Z warnings.warn( 2022-09-27T16:29:09.9097068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9097588Z warnings.warn( 2022-09-27T16:29:09.9098146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9098668Z warnings.warn( 2022-09-27T16:29:09.9099243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9099765Z warnings.warn( 2022-09-27T16:29:09.9100333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9100860Z warnings.warn( 2022-09-27T16:29:09.9101434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9101960Z warnings.warn( 2022-09-27T16:29:09.9102528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9103091Z warnings.warn( 2022-09-27T16:29:09.9103656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9104489Z warnings.warn( 2022-09-27T16:29:09.9105058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9105577Z warnings.warn( 2022-09-27T16:29:09.9106143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9106666Z warnings.warn( 2022-09-27T16:29:09.9107233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9107752Z warnings.warn( 2022-09-27T16:29:09.9108316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9108833Z warnings.warn( 2022-09-27T16:29:09.9109424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9109974Z warnings.warn( 2022-09-27T16:29:09.9110544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9111071Z warnings.warn( 2022-09-27T16:29:09.9111635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9112160Z warnings.warn( 2022-09-27T16:29:09.9112742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9113270Z warnings.warn( 2022-09-27T16:29:09.9113840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9114364Z warnings.warn( 2022-09-27T16:29:09.9114988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9115996Z warnings.warn( 2022-09-27T16:29:09.9116585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9117102Z warnings.warn( 2022-09-27T16:29:09.9117673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9118190Z warnings.warn( 2022-09-27T16:29:09.9118754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9119275Z warnings.warn( 2022-09-27T16:29:09.9119840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9120363Z warnings.warn( 2022-09-27T16:29:09.9120922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9121441Z warnings.warn( 2022-09-27T16:29:09.9122012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9122531Z warnings.warn( 2022-09-27T16:29:09.9123087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9123611Z warnings.warn( 2022-09-27T16:29:09.9124183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9124711Z warnings.warn( 2022-09-27T16:29:09.9125386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9125910Z warnings.warn( 2022-09-27T16:29:09.9126552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9127083Z warnings.warn( 2022-09-27T16:29:09.9127668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9128242Z warnings.warn( 2022-09-27T16:29:09.9128830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9129347Z warnings.warn( 2022-09-27T16:29:09.9129929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9130459Z warnings.warn( 2022-09-27T16:29:09.9131023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9131543Z warnings.warn( 2022-09-27T16:29:09.9132110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9132630Z warnings.warn( 2022-09-27T16:29:09.9133207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9133735Z warnings.warn( 2022-09-27T16:29:09.9134300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9134828Z warnings.warn( 2022-09-27T16:29:09.9135395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9135929Z warnings.warn( 2022-09-27T16:29:09.9136515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9137050Z warnings.warn( 2022-09-27T16:29:09.9137686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9138226Z warnings.warn( 2022-09-27T16:29:09.9138803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9139379Z warnings.warn( 2022-09-27T16:29:09.9139955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9140497Z warnings.warn( 2022-09-27T16:29:09.9141069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9141587Z warnings.warn( 2022-09-27T16:29:09.9142161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9142689Z warnings.warn( 2022-09-27T16:29:09.9143264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9143784Z warnings.warn( 2022-09-27T16:29:09.9144349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9144863Z warnings.warn( 2022-09-27T16:29:09.9145428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9145941Z warnings.warn( 2022-09-27T16:29:09.9146508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9147020Z warnings.warn( 2022-09-27T16:29:09.9147562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9148078Z warnings.warn( 2022-09-27T16:29:09.9148690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9149212Z warnings.warn( 2022-09-27T16:29:09.9149788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9150358Z warnings.warn( 2022-09-27T16:29:09.9150930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9151451Z warnings.warn( 2022-09-27T16:29:09.9152029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9152557Z warnings.warn( 2022-09-27T16:29:09.9153128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9153634Z warnings.warn( 2022-09-27T16:29:09.9154199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9154715Z warnings.warn( 2022-09-27T16:29:09.9155283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9155808Z warnings.warn( 2022-09-27T16:29:09.9156371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9156890Z warnings.warn( 2022-09-27T16:29:09.9157447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9157965Z warnings.warn( 2022-09-27T16:29:09.9158522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9159043Z warnings.warn( 2022-09-27T16:29:09.9159637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9160156Z warnings.warn( 2022-09-27T16:29:09.9160714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9161278Z warnings.warn( 2022-09-27T16:29:09.9161843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9162363Z warnings.warn( 2022-09-27T16:29:09.9162939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9163459Z warnings.warn( 2022-09-27T16:29:09.9164034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9164562Z warnings.warn( 2022-09-27T16:29:09.9165184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9165710Z warnings.warn( 2022-09-27T16:29:09.9166277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9166797Z warnings.warn( 2022-09-27T16:29:09.9167371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9167900Z warnings.warn( 2022-09-27T16:29:09.9168461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9168973Z warnings.warn( 2022-09-27T16:29:09.9169534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9170049Z warnings.warn( 2022-09-27T16:29:09.9170612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9171128Z warnings.warn( 2022-09-27T16:29:09.9171726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9172279Z warnings.warn( 2022-09-27T16:29:09.9172853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9173369Z warnings.warn( 2022-09-27T16:29:09.9173938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9174450Z warnings.warn( 2022-09-27T16:29:09.9175012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9175535Z warnings.warn( 2022-09-27T16:29:09.9176094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9176603Z warnings.warn( 2022-09-27T16:29:09.9177148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9177657Z warnings.warn( 2022-09-27T16:29:09.9178220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9178739Z warnings.warn( 2022-09-27T16:29:09.9179302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9179814Z warnings.warn( 2022-09-27T16:29:09.9180370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9180886Z warnings.warn( 2022-09-27T16:29:09.9181456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9181983Z warnings.warn( 2022-09-27T16:29:09.9182600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9183113Z warnings.warn( 2022-09-27T16:29:09.9183684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9184249Z warnings.warn( 2022-09-27T16:29:09.9184814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9185332Z warnings.warn( 2022-09-27T16:29:09.9185893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9186415Z warnings.warn( 2022-09-27T16:29:09.9186983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9187508Z warnings.warn( 2022-09-27T16:29:09.9188086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9188615Z warnings.warn( 2022-09-27T16:29:09.9189168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9189697Z warnings.warn( 2022-09-27T16:29:09.9190264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9190783Z warnings.warn( 2022-09-27T16:29:09.9191341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9191851Z warnings.warn( 2022-09-27T16:29:09.9192423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9192944Z warnings.warn( 2022-09-27T16:29:09.9193555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9194078Z warnings.warn( 2022-09-27T16:29:09.9194657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9195219Z warnings.warn( 2022-09-27T16:29:09.9195798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9196322Z warnings.warn( 2022-09-27T16:29:09.9196896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9197423Z warnings.warn( 2022-09-27T16:29:09.9198005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9198541Z warnings.warn( 2022-09-27T16:29:09.9199127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9199656Z warnings.warn( 2022-09-27T16:29:09.9200237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9200781Z warnings.warn( 2022-09-27T16:29:09.9201345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9201879Z warnings.warn( 2022-09-27T16:29:09.9202456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9202996Z warnings.warn( 2022-09-27T16:29:09.9203581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9204119Z warnings.warn( 2022-09-27T16:29:09.9204727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9205344Z warnings.warn( 2022-09-27T16:29:09.9205908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9206465Z warnings.warn( 2022-09-27T16:29:09.9207030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9207533Z warnings.warn( 2022-09-27T16:29:09.9208103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9208620Z warnings.warn( 2022-09-27T16:29:09.9209190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9209709Z warnings.warn( 2022-09-27T16:29:09.9210295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9210837Z warnings.warn( 2022-09-27T16:29:09.9211428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9211968Z warnings.warn( 2022-09-27T16:29:09.9212532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9213041Z warnings.warn( 2022-09-27T16:29:09.9213598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9214122Z warnings.warn( 2022-09-27T16:29:09.9214695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9215216Z warnings.warn( 2022-09-27T16:29:09.9215837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9216373Z warnings.warn( 2022-09-27T16:29:09.9216942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9217504Z warnings.warn( 2022-09-27T16:29:09.9218077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9218604Z warnings.warn( 2022-09-27T16:29:09.9219181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9219713Z warnings.warn( 2022-09-27T16:29:09.9220274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9220805Z warnings.warn( 2022-09-27T16:29:09.9221388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9221917Z warnings.warn( 2022-09-27T16:29:09.9222503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9223034Z warnings.warn( 2022-09-27T16:29:09.9223608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9224127Z warnings.warn( 2022-09-27T16:29:09.9224712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9225235Z warnings.warn( 2022-09-27T16:29:09.9225810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9226325Z warnings.warn( 2022-09-27T16:29:09.9226938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9227467Z warnings.warn( 2022-09-27T16:29:09.9228041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9228612Z warnings.warn( 2022-09-27T16:29:09.9229190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9229720Z warnings.warn( 2022-09-27T16:29:09.9230290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9230808Z warnings.warn( 2022-09-27T16:29:09.9231537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9232080Z warnings.warn( 2022-09-27T16:29:09.9232647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9233175Z warnings.warn( 2022-09-27T16:29:09.9233750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9234291Z warnings.warn( 2022-09-27T16:29:09.9234851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9235360Z warnings.warn( 2022-09-27T16:29:09.9235928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9236440Z warnings.warn( 2022-09-27T16:29:09.9237065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9237585Z warnings.warn( 2022-09-27T16:29:09.9238147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9238698Z warnings.warn( 2022-09-27T16:29:09.9239264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9239816Z warnings.warn( 2022-09-27T16:29:09.9240383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9240914Z warnings.warn( 2022-09-27T16:29:09.9241480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9241996Z warnings.warn( 2022-09-27T16:29:09.9242574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9243103Z warnings.warn( 2022-09-27T16:29:09.9243693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9244239Z warnings.warn( 2022-09-27T16:29:09.9244790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9245387Z warnings.warn( 2022-09-27T16:29:09.9245942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9246461Z warnings.warn( 2022-09-27T16:29:09.9247029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9247542Z warnings.warn( 2022-09-27T16:29:09.9248105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9248626Z warnings.warn( 2022-09-27T16:29:09.9249195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9249711Z warnings.warn( 2022-09-27T16:29:09.9250342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9250892Z warnings.warn( 2022-09-27T16:29:09.9251466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9251986Z warnings.warn( 2022-09-27T16:29:09.9252567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9253107Z warnings.warn( 2022-09-27T16:29:09.9253674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9254192Z warnings.warn( 2022-09-27T16:29:09.9254776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9255304Z warnings.warn( 2022-09-27T16:29:09.9255874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9256400Z warnings.warn( 2022-09-27T16:29:09.9256964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9257489Z warnings.warn( 2022-09-27T16:29:09.9258047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9258564Z warnings.warn( 2022-09-27T16:29:09.9259123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9259641Z warnings.warn( 2022-09-27T16:29:09.9260195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9260707Z warnings.warn( 2022-09-27T16:29:09.9261327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9261899Z warnings.warn( 2022-09-27T16:29:09.9262485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9263017Z warnings.warn( 2022-09-27T16:29:09.9263591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9264136Z warnings.warn( 2022-09-27T16:29:09.9264710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9265244Z warnings.warn( 2022-09-27T16:29:09.9265804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9266344Z warnings.warn( 2022-09-27T16:29:09.9266922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9267450Z warnings.warn( 2022-09-27T16:29:09.9268009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9268520Z warnings.warn( 2022-09-27T16:29:09.9269102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9269616Z warnings.warn( 2022-09-27T16:29:09.9270185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9270707Z warnings.warn( 2022-09-27T16:29:09.9271272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9271802Z warnings.warn( 2022-09-27T16:29:09.9272954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9273521Z warnings.warn( 2022-09-27T16:29:09.9274092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9274617Z warnings.warn( 2022-09-27T16:29:09.9275184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9275710Z warnings.warn( 2022-09-27T16:29:09.9276267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9276796Z warnings.warn( 2022-09-27T16:29:09.9277380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9277920Z warnings.warn( 2022-09-27T16:29:09.9278549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9279092Z warnings.warn( 2022-09-27T16:29:09.9279678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9280218Z warnings.warn( 2022-09-27T16:29:09.9280793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9281315Z warnings.warn( 2022-09-27T16:29:09.9281877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9282393Z warnings.warn( 2022-09-27T16:29:09.9282978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9283513Z warnings.warn( 2022-09-27T16:29:09.9284131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9284650Z warnings.warn( 2022-09-27T16:29:09.9285356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9285881Z warnings.warn( 2022-09-27T16:29:09.9286449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9286965Z warnings.warn( 2022-09-27T16:29:09.9287530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9288053Z warnings.warn( 2022-09-27T16:29:09.9288609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9289135Z warnings.warn( 2022-09-27T16:29:09.9289705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9290231Z warnings.warn( 2022-09-27T16:29:09.9290801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9291334Z warnings.warn( 2022-09-27T16:29:09.9291910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9292424Z warnings.warn( 2022-09-27T16:29:09.9292988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9293502Z warnings.warn( 2022-09-27T16:29:09.9294062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9294573Z warnings.warn( 2022-09-27T16:29:09.9295185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9295702Z warnings.warn( 2022-09-27T16:29:09.9296256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9296821Z warnings.warn( 2022-09-27T16:29:09.9297387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9297905Z warnings.warn( 2022-09-27T16:29:09.9298476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9299001Z warnings.warn( 2022-09-27T16:29:09.9299581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9300108Z warnings.warn( 2022-09-27T16:29:09.9300662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9301185Z warnings.warn( 2022-09-27T16:29:09.9301763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9302297Z warnings.warn( 2022-09-27T16:29:09.9302879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9303413Z warnings.warn( 2022-09-27T16:29:09.9303980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9304505Z warnings.warn( 2022-09-27T16:29:09.9305070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9305592Z warnings.warn( 2022-09-27T16:29:09.9306205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9306729Z warnings.warn( 2022-09-27T16:29:09.9307280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9307844Z warnings.warn( 2022-09-27T16:29:09.9308413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9308932Z warnings.warn( 2022-09-27T16:29:09.9309506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9310022Z warnings.warn( 2022-09-27T16:29:09.9310591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9311102Z warnings.warn( 2022-09-27T16:29:09.9311669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9312181Z warnings.warn( 2022-09-27T16:29:09.9312738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9313254Z warnings.warn( 2022-09-27T16:29:09.9313819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9314342Z warnings.warn( 2022-09-27T16:29:09.9314916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9315446Z warnings.warn( 2022-09-27T16:29:09.9316009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9316520Z warnings.warn( 2022-09-27T16:29:09.9317133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9317663Z warnings.warn( 2022-09-27T16:29:09.9318235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9318805Z warnings.warn( 2022-09-27T16:29:09.9319348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9319857Z warnings.warn( 2022-09-27T16:29:09.9320423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9320937Z warnings.warn( 2022-09-27T16:29:09.9321505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9322021Z warnings.warn( 2022-09-27T16:29:09.9322587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9323105Z warnings.warn( 2022-09-27T16:29:09.9323677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9324205Z warnings.warn( 2022-09-27T16:29:09.9324755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9325349Z warnings.warn( 2022-09-27T16:29:09.9325925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9326451Z warnings.warn( 2022-09-27T16:29:09.9327025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9327550Z warnings.warn( 2022-09-27T16:29:09.9328184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9328257Z warnings.warn( 2022-09-27T16:29:09.9328732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9328839Z warnings.warn( 2022-09-27T16:29:09.9329304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9329374Z warnings.warn( 2022-09-27T16:29:09.9329839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9329911Z warnings.warn( 2022-09-27T16:29:09.9330386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9330458Z warnings.warn( 2022-09-27T16:29:09.9330932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9331004Z warnings.warn( 2022-09-27T16:29:09.9331477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9331549Z warnings.warn( 2022-09-27T16:29:09.9332025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9332096Z warnings.warn( 2022-09-27T16:29:09.9332560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9332629Z warnings.warn( 2022-09-27T16:29:09.9333088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9333163Z warnings.warn( 2022-09-27T16:29:09.9333622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9333737Z warnings.warn( 2022-09-27T16:29:09.9334196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9334302Z warnings.warn( 2022-09-27T16:29:09.9334747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9334817Z warnings.warn( 2022-09-27T16:29:09.9335279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9335348Z warnings.warn( 2022-09-27T16:29:09.9335813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9335886Z warnings.warn( 2022-09-27T16:29:09.9336351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9336420Z warnings.warn( 2022-09-27T16:29:09.9336875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9336947Z warnings.warn( 2022-09-27T16:29:09.9337397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9337466Z warnings.warn( 2022-09-27T16:29:09.9337918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9337988Z warnings.warn( 2022-09-27T16:29:09.9338441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9338513Z warnings.warn( 2022-09-27T16:29:09.9338978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9339047Z warnings.warn( 2022-09-27T16:29:09.9339569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9339673Z warnings.warn( 2022-09-27T16:29:09.9340146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9340217Z warnings.warn( 2022-09-27T16:29:09.9340688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9340758Z warnings.warn( 2022-09-27T16:29:09.9341235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9341308Z warnings.warn( 2022-09-27T16:29:09.9341768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9341838Z warnings.warn( 2022-09-27T16:29:09.9342296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9342370Z warnings.warn( 2022-09-27T16:29:09.9342843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9342914Z warnings.warn( 2022-09-27T16:29:09.9343401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9343474Z warnings.warn( 2022-09-27T16:29:09.9343944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9344016Z warnings.warn( 2022-09-27T16:29:09.9344466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9344536Z warnings.warn( 2022-09-27T16:29:09.9345041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9345146Z warnings.warn( 2022-09-27T16:29:09.9345637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9345708Z warnings.warn( 2022-09-27T16:29:09.9346163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9346233Z warnings.warn( 2022-09-27T16:29:09.9346699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9346773Z warnings.warn( 2022-09-27T16:29:09.9347229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9347299Z warnings.warn( 2022-09-27T16:29:09.9347761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9347835Z warnings.warn( 2022-09-27T16:29:09.9348292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9348361Z warnings.warn( 2022-09-27T16:29:09.9348806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9348876Z warnings.warn( 2022-09-27T16:29:09.9349344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9349415Z warnings.warn( 2022-09-27T16:29:09.9349884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9349954Z warnings.warn( 2022-09-27T16:29:09.9350467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9350541Z warnings.warn( 2022-09-27T16:29:09.9351043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9351112Z warnings.warn( 2022-09-27T16:29:09.9351570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9351645Z warnings.warn( 2022-09-27T16:29:09.9352103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9352177Z warnings.warn( 2022-09-27T16:29:09.9352635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9352704Z warnings.warn( 2022-09-27T16:29:09.9353166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9353236Z warnings.warn( 2022-09-27T16:29:09.9353698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9353770Z warnings.warn( 2022-09-27T16:29:09.9354241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9354316Z warnings.warn( 2022-09-27T16:29:09.9354784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9354857Z warnings.warn( 2022-09-27T16:29:09.9355334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9355403Z warnings.warn( 2022-09-27T16:29:09.9355922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9355994Z warnings.warn( 2022-09-27T16:29:09.9356455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9356561Z warnings.warn( 2022-09-27T16:29:09.9357053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9357125Z warnings.warn( 2022-09-27T16:29:09.9357612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9357685Z warnings.warn( 2022-09-27T16:29:09.9358153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9358225Z warnings.warn( 2022-09-27T16:29:09.9358693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9358764Z warnings.warn( 2022-09-27T16:29:09.9359231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9359303Z warnings.warn( 2022-09-27T16:29:09.9359777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9359847Z warnings.warn( 2022-09-27T16:29:09.9360311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9360383Z warnings.warn( 2022-09-27T16:29:09.9360837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9360908Z warnings.warn( 2022-09-27T16:29:09.9361420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9361493Z warnings.warn( 2022-09-27T16:29:09.9361950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9362063Z warnings.warn( 2022-09-27T16:29:09.9362527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9362599Z warnings.warn( 2022-09-27T16:29:09.9363049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9363121Z warnings.warn( 2022-09-27T16:29:09.9363588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9363660Z warnings.warn( 2022-09-27T16:29:09.9364124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9364197Z warnings.warn( 2022-09-27T16:29:09.9364676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9364751Z warnings.warn( 2022-09-27T16:29:09.9365276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9365353Z warnings.warn( 2022-09-27T16:29:09.9365822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9365897Z warnings.warn( 2022-09-27T16:29:09.9366361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9366433Z warnings.warn( 2022-09-27T16:29:09.9366948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9367023Z warnings.warn( 2022-09-27T16:29:09.9367482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9368012Z warnings.warn( 2022-09-27T16:29:09.9368477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9368549Z warnings.warn( 2022-09-27T16:29:09.9369002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9369075Z warnings.warn( 2022-09-27T16:29:09.9369551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9369623Z warnings.warn( 2022-09-27T16:29:09.9370088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9370158Z warnings.warn( 2022-09-27T16:29:09.9370613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9370686Z warnings.warn( 2022-09-27T16:29:09.9371157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9371232Z warnings.warn( 2022-09-27T16:29:09.9371702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9371775Z warnings.warn( 2022-09-27T16:29:09.9372240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:29:09.9372313Z warnings.warn( 2022-09-27T16:29:09.9372378Z ok (0.016s) 2022-09-27T16:29:09.9372544Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.9372702Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.9372881Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.9382983Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:09.9478133Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.9611365Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:09.9629638Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:09.9647446Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:09.9657851Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:29:09.9763616Z Check that dictionary access doesn't care about insertion order ... ok (0.016s) 2022-09-27T16:29:09.9909685Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.0051441Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.0161788Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.0173894Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:29:10.0274893Z Check that the trace remembers which keys were in a dict input ... ok (0.016s) 2022-09-27T16:29:10.0410031Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.0415536Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:29:10.0635782Z Check that inputs to traced functions are flattened ... ok (0.016s) 2022-09-27T16:29:10.0664199Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.0793973Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.0937930Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.1033199Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.1184713Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.1616320Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:29:10.1631110Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:29:10.1759418Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.1906066Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.2048177Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.2183693Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.2203157Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.2208873Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:29:10.2386076Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.016s) 2022-09-27T16:29:10.2453462Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.2546841Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.2698242Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.2865454Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.2893676Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.3189520Z test_simple (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-09-27T16:29:10.3209895Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:29:10.3323295Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.3398392Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.3654826Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.3923009Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:10.4025655Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.4070003Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.000s) 2022-09-27T16:29:10.4577184Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:29:10.4672661Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.4746583Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.4815486Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.5009703Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.5094953Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.5171850Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.5400576Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-09-27T16:29:10.5518710Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.5640802Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.5703881Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.5785896Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.5867525Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.5904183Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.5942231Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.5977515Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.6183535Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.6382738Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-09-27T16:29:10.6712426Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:10.7384639Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-09-27T16:29:10.7814952Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-09-27T16:29:10.7924027Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.7991043Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.8065048Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.8140496Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.8304984Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:29:10.8502920Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.8564468Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:10.8829435Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:10.8960994Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.9418902Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:29:10.9747561Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:10.9844596Z graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:29:10.9845048Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:29:10.9845460Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:10.9845767Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:29:10.9846469Z %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-09-27T16:29:10.9846962Z %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-09-27T16:29:10.9847642Z %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-09-27T16:29:10.9848218Z %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-09-27T16:29:10.9848658Z %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-09-27T16:29:10.9848945Z return (%12) 2022-09-27T16:29:10.9849051Z 2022-09-27T16:29:10.9921827Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.0049803Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.0254202Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.0317343Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.0421657Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.0619205Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:11.0689984Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:29:11.0731470Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.0892493Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.1042782Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.1586829Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.063s) 2022-09-27T16:29:11.1640856Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.1758625Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.1875706Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.1957785Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.2651385Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.063s) 2022-09-27T16:29:11.2768437Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.2871805Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.2987148Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.3721870Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-09-27T16:29:11.4412918Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.079s) 2022-09-27T16:29:11.4537651Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.4731932Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:29:11.4813505Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.4941512Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.5021362Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.5045622Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.5061327Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.5252647Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.5278478Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.000s) 2022-09-27T16:29:11.5296303Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.5863096Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.063s) 2022-09-27T16:29:11.7556188Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.158s) 2022-09-27T16:29:11.7621129Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:29:11.7708596Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-09-27T16:29:11.7724510Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.8137236Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.047s) 2022-09-27T16:29:11.8218970Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.017s) 2022-09-27T16:29:11.8311020Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.000s) 2022-09-27T16:29:11.8384320Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-09-27T16:29:11.8392395Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.8522268Z Types should be shared for identical constant values, and different for different constant values ... ok (0.016s) 2022-09-27T16:29:11.8530965Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.8599955Z Types should be shared even if attribute values differ ... ok (0.000s) 2022-09-27T16:29:11.8606592Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.8637177Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.000s) 2022-09-27T16:29:11.8713181Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-09-27T16:29:11.8719841Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.8872512Z Simple example with a real nn Module ... ok (0.016s) 2022-09-27T16:29:11.9085050Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-09-27T16:29:11.9094722Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.9492500Z We should be able to differentiate between two ModuleDict instances ... ok (0.048s) 2022-09-27T16:29:11.9502350Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.9733497Z Mutating the value of an attribute should not change type sharing ... ok (0.016s) 2022-09-27T16:29:11.9740483Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.9832048Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.016s) 2022-09-27T16:29:11.9839212Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:11.9967067Z Different functions passed in should lead to different types ... ok (0.016s) 2022-09-27T16:29:11.9973424Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.0059667Z Same functions passed in should lead to same types ... ok (0.000s) 2022-09-27T16:29:12.0074021Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.0352390Z Even if everything about the module is the same, different originating ... ok (0.032s) 2022-09-27T16:29:12.0360532Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.0492526Z Different functions passed in should lead to different types ... ok (0.016s) 2022-09-27T16:29:12.0499521Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.0589706Z Same functions passed in should lead to same types ... ok (0.016s) 2022-09-27T16:29:12.0864911Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-09-27T16:29:12.0875922Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.1427215Z If submodules differ, the types should differ. ... ok (0.063s) 2022-09-27T16:29:12.1435906Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.1585921Z Since we can't guarantee that methods are the same between different ... ok (0.016s) 2022-09-27T16:29:12.1595027Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.1678826Z Test that types are not shared if the exclusion of their ... ok (0.016s) 2022-09-27T16:29:12.1687692Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.1753587Z Test that types are shared if the exclusion of their ... ok (0.000s) 2022-09-27T16:29:12.1759465Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.1839390Z Tests that types between instances of a ScriptModule ... ok (0.016s) 2022-09-27T16:29:12.1852048Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:29:12.2096207Z Test that type sharing can be disabled. ... ok (0.016s) 2022-09-27T16:29:12.2298968Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-09-27T16:29:12.2328187Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-09-27T16:29:12.2393652Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.2409960Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:29:12.2488125Z Test that module attributes can be ignored. ... ok (0.016s) 2022-09-27T16:29:12.2509708Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.2527836Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.2537241Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:29:12.2564960Z Test that using an optional with no contained types produces an error. ... ok (0.000s) 2022-09-27T16:29:12.2574190Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.2686617Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-09-27T16:29:12.2714591Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.2735966Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.2746281Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:29:12.2774050Z Test that using a tuple with no contained types produces an error. ... ok (0.000s) 2022-09-27T16:29:12.2916444Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-09-27T16:29:12.3061010Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-09-27T16:29:12.3094780Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-09-27T16:29:12.3140961Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.3211303Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.3294912Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.3384636Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.3684568Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.031s) 2022-09-27T16:29:12.3725458Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.3751741Z 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-09-27T16:29:12.3752587Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-09-27T16:29:12.3752834Z def fn(): 2022-09-27T16:29:12.3753095Z l1 = [1, 2, "foo", 3] 2022-09-27T16:29:12.3753290Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:29:12.3753497Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:29:12.3753737Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:29:12.3753952Z (function emitListLiteral) 2022-09-27T16:29:12.3754925Z ok (0.016s) 2022-09-27T16:29:12.3780603Z 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-09-27T16:29:12.3781367Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-09-27T16:29:12.3781637Z def fn(): 2022-09-27T16:29:12.3781831Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:29:12.3782025Z l2 = [1, 2, "foo", 3] 2022-09-27T16:29:12.3782214Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:29:12.3782427Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:29:12.3782630Z return d 2022-09-27T16:29:12.3782820Z (function emitListLiteral) 2022-09-27T16:29:12.3783837Z ok (0.000s) 2022-09-27T16:29:12.3911974Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4107931Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4225906Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4442159Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4509216Z test_list_io (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.4523045Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4681947Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4702305Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.4806227Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.4900030Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.4940052Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.4988517Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.5014758Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5078572Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5122898Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5292325Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.5334083Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.5422054Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5480816Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.5558482Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5632235Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.5698591Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5773863Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.5795395Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.6083702Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.6155316Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.6218584Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.6283930Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:29:12.6339111Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.000s) 2022-09-27T16:29:12.6394973Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6536160Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.6590883Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.6650032Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6695683Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6750818Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.6795392Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6823604Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6889262Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.6937620Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6963408Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.6989245Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7066483Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.7088631Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7108012Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7130414Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7255967Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.7302860Z 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-09-27T16:29:12.7303421Z warnings.warn( 2022-09-27T16:29:12.7363676Z ok (0.016s) 2022-09-27T16:29:12.7497747Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7747184Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.031s) 2022-09-27T16:29:12.7825796Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7860996Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.7897745Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7932207Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.7968295Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.8012838Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.018s) 2022-09-27T16:29:12.8134251Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:29:12.8228017Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.8276708Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:12.8373316Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:12.8473144Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:12.8546365Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.8619899Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.8713217Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.8803730Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.8844293Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.8890722Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:12.9034128Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.9142070Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.9186869Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:12.9236848Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:12.9351002Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:12.9446533Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:12.9809360Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.031s) 2022-09-27T16:29:12.9975855Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.016s) 2022-09-27T16:29:13.0145743Z 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-09-27T16:29:13.0146412Z File "", line 3 2022-09-27T16:29:13.0146536Z 2022-09-27T16:29:13.0146606Z def fn(): 2022-09-27T16:29:13.0146849Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:29:13.0147149Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:29:13.0147406Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:29:13.0147649Z x.append(torch.tensor(3)) 2022-09-27T16:29:13.0147861Z (function emitListLiteral) 2022-09-27T16:29:13.0258389Z [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-09-27T16:29:13.0258978Z File "", line 3 2022-09-27T16:29:13.0259098Z 2022-09-27T16:29:13.0259150Z def fn(): 2022-09-27T16:29:13.0259401Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:29:13.0259689Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:29:13.0259945Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:29:13.0260188Z x.append(torch.tensor(3)) 2022-09-27T16:29:13.0260677Z (function emitListLiteral) 2022-09-27T16:29:13.0263886Z ok (0.041s) 2022-09-27T16:29:13.0330251Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:13.0364183Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:29:13.0398398Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.000s) 2022-09-27T16:29:13.0443272Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.000s) 2022-09-27T16:29:13.0649225Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.016s) 2022-09-27T16:29:13.0669641Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-09-27T16:29:13.0732560Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.0791764Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.0840091Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-09-27T16:29:13.0888915Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.0958908Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.1001250Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-09-27T16:29:13.1039517Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.1081786Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-09-27T16:29:13.1120044Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.1162225Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.1241184Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-09-27T16:29:13.1287700Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.1334761Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.000s) 2022-09-27T16:29:13.1374192Z test_warn (jit.test_warn.TestWarn) ... ok (0.010s) 2022-09-27T16:29:13.1410557Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.000s) 2022-09-27T16:29:13.1502144Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.016s) 2022-09-27T16:29:13.1585137Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.000s) 2022-09-27T16:29:13.1677783Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.016s) 2022-09-27T16:29:13.1718251Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.000s) 2022-09-27T16:29:13.1781727Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.000s) 2022-09-27T16:29:13.1820696Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:29:13.2733725Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.098s) 2022-09-27T16:29:13.2760650Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:29:13.3137458Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.047s) 2022-09-27T16:29:13.3159613Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:29:13.3490217Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.026s) 2022-09-27T16:29:13.3526693Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:29:13.4471012Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.099s) 2022-09-27T16:29:13.4490083Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:29:13.4713436Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.031s) 2022-09-27T16:29:13.4726391Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:29:13.4949736Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 16:29:13 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:29:13.4977348Z STAGE:2022-09-27 16:29:13 2408:2508 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:29:13.4997152Z ok (0.031s) 2022-09-27T16:29:13.4997785Z 2022-09-27T16:29:13.4997993Z ---------------------------------------------------------------------- 2022-09-27T16:29:13.4998246Z Ran 2641 tests in 139.938s 2022-09-27T16:29:13.4998363Z 2022-09-27T16:29:13.4998463Z OK (skipped=193, expected failures=7) 2022-09-27T16:29:13.4998596Z 2022-09-27T16:29:13.4998682Z Generating XML reports... 2022-09-27T16:29:13.5074941Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927162653.xml 2022-09-27T16:29:13.5098659Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20220927162653.xml 2022-09-27T16:29:13.5118469Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20220927162653.xml 2022-09-27T16:29:13.5127738Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20220927162653.xml 2022-09-27T16:29:13.5150165Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927162653.xml 2022-09-27T16:29:13.5162739Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20220927162653.xml 2022-09-27T16:29:13.5171341Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20220927162653.xml 2022-09-27T16:29:13.5220669Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20220927162653.xml 2022-09-27T16:29:13.5238438Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20220927162653.xml 2022-09-27T16:29:13.5255637Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20220927162653.xml 2022-09-27T16:29:13.5261983Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20220927162653.xml 2022-09-27T16:29:13.5274126Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20220927162653.xml 2022-09-27T16:29:13.5300721Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927162653.xml 2022-09-27T16:29:13.5330334Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20220927162653.xml 2022-09-27T16:29:13.5341602Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927162653.xml 2022-09-27T16:29:13.5448462Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927162653.xml 2022-09-27T16:29:13.5467151Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20220927162653.xml 2022-09-27T16:29:13.5480766Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_export_modes.TestExportModes-20220927162653.xml 2022-09-27T16:29:13.5535398Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20220927162653.xml 2022-09-27T16:29:13.5540880Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20220927162653.xml 2022-09-27T16:29:13.5574378Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20220927162653.xml 2022-09-27T16:29:13.5580072Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927162653.xml 2022-09-27T16:29:13.5603205Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927162653.xml 2022-09-27T16:29:13.5608645Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20220927162653.xml 2022-09-27T16:29:13.5614183Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927162653.xml 2022-09-27T16:29:13.5626707Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20220927162653.xml 2022-09-27T16:29:13.5652530Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20220927162653.xml 2022-09-27T16:29:13.5659544Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927162653.xml 2022-09-27T16:29:13.5666971Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927162653.xml 2022-09-27T16:29:13.5708135Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20220927162653.xml 2022-09-27T16:29:13.5808295Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20220927162653.xml 2022-09-27T16:29:13.6318652Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20220927162653.xml 2022-09-27T16:29:13.6331487Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20220927162653.xml 2022-09-27T16:29:13.6404840Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20220927162653.xml 2022-09-27T16:29:13.6414946Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20220927162653.xml 2022-09-27T16:29:13.6447209Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927162653.xml 2022-09-27T16:29:13.6469807Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20220927162653.xml 2022-09-27T16:29:13.6499433Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20220927162653.xml 2022-09-27T16:29:13.6524932Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20220927162653.xml 2022-09-27T16:29:13.6533123Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20220927162653.xml 2022-09-27T16:29:13.6553922Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20220927162653.xml 2022-09-27T16:29:13.6571960Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20220927162653.xml 2022-09-27T16:29:13.6577677Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20220927162653.xml 2022-09-27T16:29:13.6593198Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20220927162653.xml 2022-09-27T16:29:13.6599783Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20220927162653.xml 2022-09-27T16:29:13.6611042Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927162653.xml 2022-09-27T16:29:13.6627557Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20220927162653.xml 2022-09-27T16:29:13.6665723Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20220927162653.xml 2022-09-27T16:29:13.6671556Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20220927162653.xml 2022-09-27T16:29:13.6686878Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20220927162653.xml 2022-09-27T16:29:13.6698106Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20220927162653.xml 2022-09-27T16:29:13.6716073Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927162653.xml 2022-09-27T16:29:13.6721459Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20220927162653.xml 2022-09-27T16:29:13.6753134Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20220927162653.xml 2022-09-27T16:29:13.6765587Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20220927162653.xml 2022-09-27T16:29:13.6780758Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20220927162653.xml 2022-09-27T16:29:13.6802334Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927162653.xml 2022-09-27T16:29:13.8315886Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20220927162653.xml 2022-09-27T16:29:13.8341861Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20220927162653.xml 2022-09-27T16:29:13.8362974Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20220927162653.xml 2022-09-27T16:29:13.8380341Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927162653.xml 2022-09-27T16:29:13.8389354Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20220927162653.xml 2022-09-27T16:29:13.8410075Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20220927162653.xml 2022-09-27T16:29:13.8419076Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20220927162653.xml 2022-09-27T16:29:13.8450653Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20220927162653.xml 2022-09-27T16:29:13.8475139Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927162653.xml 2022-09-27T16:29:13.8485233Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20220927162653.xml 2022-09-27T16:29:13.8495626Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927162653.xml 2022-09-27T16:29:13.8502265Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20220927162653.xml 2022-09-27T16:29:13.8692772Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20220927162653.xml 2022-09-27T16:29:13.8721341Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20220927162653.xml 2022-09-27T16:29:13.8740295Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20220927162653.xml 2022-09-27T16:29:13.8776197Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20220927162653.xml 2022-09-27T16:29:13.8830957Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20220927162653.xml 2022-09-27T16:29:13.8837705Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927162653.xml 2022-09-27T16:29:13.8854342Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20220927162653.xml 2022-09-27T16:29:13.8865257Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20220927162653.xml 2022-09-27T16:29:13.8877003Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20220927162653.xml 2022-09-27T16:29:13.8885252Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20220927162653.xml 2022-09-27T16:29:13.8892672Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20220927162653.xml 2022-09-27T16:29:13.8902804Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20220927162653.xml 2022-09-27T16:29:13.8932688Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927162653.xml 2022-09-27T16:29:13.8969979Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927162653.xml 2022-09-27T16:29:13.8986174Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927162653.xml 2022-09-27T16:29:13.9021823Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20220927162653.xml 2022-09-27T16:29:14.4254144Z Running test_binary_ufuncs ... [2022-09-27 16:29:14.409725] 2022-09-27T16:29:14.4254701Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:29:14.409725] 2022-09-27T16:29:17.0605314Z 2022-09-27T16:29:17.0605928Z Running tests... 2022-09-27T16:29:17.0606271Z ---------------------------------------------------------------------- 2022-09-27T16:29:17.0606640Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-09-27T16:29:17.0637872Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0652387Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0665347Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0677803Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0690379Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0702760Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0715191Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0727632Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0740301Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0752978Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.0765569Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0778068Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0790550Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0802955Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0815546Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0828033Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0840780Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0853337Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0866003Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0878320Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0890904Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0903311Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0915948Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.0928515Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0941515Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0954064Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0966846Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0979406Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.0991996Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1004552Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1017142Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1029760Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1042510Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1055191Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1067741Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.1080163Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1092758Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1105232Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1117637Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1130261Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1142899Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1155375Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1168025Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1180460Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1192835Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1205433Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1217848Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1230491Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.1242970Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1255416Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1267690Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1280030Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1292451Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1304907Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1317087Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1329551Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:17.1342058Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1354469Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1367022Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1379419Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1391788Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1404196Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1416715Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1429151Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1441648Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1454272Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1466738Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1479496Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.1492078Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1504657Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1517099Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1529620Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1542176Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1554596Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1567084Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1579446Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1591868Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1604308Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1616902Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1629306Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1642291Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.1655025Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1667433Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1679724Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1692317Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1704703Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1717319Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1729642Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1742177Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1754474Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1766916Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1779137Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1791747Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1804425Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1816847Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1829119Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1841654Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1854208Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1866594Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1879049Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1891594Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1904031Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1916502Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1929035Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1941621Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1954139Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.1966630Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1979015Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.1991438Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2003813Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2016317Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2028664Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2041153Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2053663Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2066020Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2078433Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2090914Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2103441Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2115808Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.2128263Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2141086Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2153185Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2165732Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2177965Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2190307Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2202614Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2215045Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2227339Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2239976Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2252415Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2264997Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.2277195Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2289603Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2301902Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2314206Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2326669Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2339334Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2351858Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2364422Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:17.2376876Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2389213Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2401576Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2414147Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2426580Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2439215Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2451800Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2464207Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2476635Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2489223Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2501534Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2513952Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2526582Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.2539047Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2551446Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2563842Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2576556Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2588698Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2601076Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2613651Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2626021Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2638571Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2651113Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2663498Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2676080Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.2688641Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2701071Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2713498Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2726018Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2738492Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2750821Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2763148Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2775733Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2787976Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2800150Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2812584Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2824838Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2837358Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2849866Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2862276Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2874615Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2887191Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2899482Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2911822Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2924195Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2936950Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.2949197Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2961507Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2973925Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2986223Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.2998686Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3010884Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3023073Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3035656Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3048213Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3060557Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3072857Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3085346Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3097860Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.3110123Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3122449Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3135049Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3147390Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3159749Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3172238Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3184634Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3196973Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3209520Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3221884Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3234404Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3247095Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.3259416Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3271822Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3284182Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3296715Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3309059Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3321458Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3333878Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3346338Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3358476Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3370860Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3383154Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3395433Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3407898Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3420931Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3432821Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3445350Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3457744Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3470179Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3482542Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3495106Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3507543Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.3519863Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3532635Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3545084Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3557621Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3570220Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3582714Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3595292Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3607806Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3620269Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3633283Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3645969Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3658509Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3671083Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.3683518Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3696187Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3708695Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3721280Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3734104Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3746573Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3758889Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3771328Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3783655Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3795934Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3808344Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3820773Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.3833684Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3846513Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3858791Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3871293Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3883797Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3896458Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3908896Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3921351Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3933770Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3946061Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3958333Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3970713Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.3983114Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.3995351Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4007712Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4020000Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4032616Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4045151Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4057535Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4069933Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4082354Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4094860Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4107234Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4119580Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4132774Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.4145271Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4157769Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4170375Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4182925Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4195467Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4208057Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4220632Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4233723Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:17.4246357Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4259017Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4271759Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4284072Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4296747Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4309238Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4321717Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4334506Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:17.4346813Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4359168Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4371673Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4384001Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4396291Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4408819Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4421145Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4433952Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4446620Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4459101Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4471628Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4483974Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4496621Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.4509017Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4521467Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4535739Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4548315Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4560760Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4574202Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4586902Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4599422Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4612129Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4624662Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4637221Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4649813Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.4662125Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4674440Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4686927Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4699562Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4711781Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4724097Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4736692Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4748980Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4761245Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4773637Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4785929Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4798228Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4810707Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.4822926Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4835382Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4847841Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4860109Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4872430Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4884755Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4897014Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4909271Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4921492Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4934087Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4946334Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4958700Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:17.4971070Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4983335Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.4995635Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.5008057Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:17.5020302Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.1210410Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.616s) 2022-09-27T16:29:18.1520351Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:18.5852090Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.430s) 2022-09-27T16:29:18.5870719Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.5887635Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:18.5925887Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.5970085Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.6008527Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6033678Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6081006Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6119392Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.6185762Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6215992Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6247450Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6271559Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.6295818Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6320217Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6343611Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6366986Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.6392743Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6416071Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6439380Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6463080Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6486124Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6509104Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.6548509Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6584624Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6630668Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6671415Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.6742599Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6774910Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6808941Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6844449Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.6879273Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6914706Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6949545Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.6984365Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.7030389Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7115573Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7157654Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.7200954Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7235914Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.7262782Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7305198Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7342632Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.7404752Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7434048Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7465159Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.7489487Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7514051Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7538607Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7561729Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7584964Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7610731Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.7633935Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7657330Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7680810Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7703937Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7727136Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7755488Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:29:18.7756222Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:29:18.7791401Z ok (0.016s) 2022-09-27T16:29:18.7884008Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.7968254Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.8057522Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8113085Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.8173520Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8205395Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8237505Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.8268275Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8298996Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8330013Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.8364969Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8407132Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8444436Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8509982Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.8539420Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8570610Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8594357Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8618657Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8643332Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.8666824Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8690397Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8714004Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8737372Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.8760598Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8784198Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8807169Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8830006Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8865039Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8888824Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.8930846Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.8982354Z 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-09-27T16:29:18.8983059Z result = torch.complex(real, imag) 2022-09-27T16:29:18.9049912Z ok (0.016s) 2022-09-27T16:29:18.9089688Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9156008Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9185586Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9216946Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.9240621Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9264755Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9289078Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9312240Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:18.9335333Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9377057Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9413676Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9450957Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9492518Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.9530856Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9570821Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9610131Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9648866Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.9685282Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9711547Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9734826Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9757845Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9781253Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.9804132Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9827161Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9850675Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9874005Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9897673Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9920707Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9944077Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:18.9969947Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:18.9992886Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0016197Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0039554Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0062629Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0085763Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0109287Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.0132859Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0156361Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0179690Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0203037Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0226670Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0249956Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.0273084Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0296632Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0319444Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0342567Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0377512Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:29:19.0403107Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0464409Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0494337Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0526181Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.0549697Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0572963Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0596921Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0619819Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0642919Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0678003Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.0704077Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0765978Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0796246Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0828956Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.0852989Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0876335Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0900324Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.0923292Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.0946576Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1013240Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1047072Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1082899Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.1116486Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1149240Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1208112Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1240124Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.1273823Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1306882Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1340782Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.1374635Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1407940Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1440811Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1477313Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1542019Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:29:19.1573446Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:29:19.1606225Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:19.1637647Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1669983Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1702391Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.1733819Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1765268Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1800101Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1832397Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1877116Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.1915802Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.1980566Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2012023Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.2044577Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2076345Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2108857Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2141266Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2173201Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.2205124Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2240282Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2305369Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.2335780Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2368348Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2399906Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2432781Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2465490Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2497904Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.2530416Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2560090Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2584374Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2617283Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2706868Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.2735972Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2791164Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.2816067Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2843137Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2867118Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2890796Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2914518Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2937816Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.2961053Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.3008591Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3043014Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3130167Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.3215145Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3288957Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.3331966Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3374925Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.3414809Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3456310Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:19.3495929Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:19.3535233Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3574584Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3583711Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:19.3704021Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.3756465Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3808589Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.3837596Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3865716Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3894632Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3921547Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.3947256Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.3985451Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4012047Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4077205Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4110417Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.4145182Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4168872Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4191985Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4216017Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4238934Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4262248Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.4299730Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4325587Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4390514Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4423872Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.4458476Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4481961Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4505182Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4528972Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4551795Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4575005Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.4616348Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4687524Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4724965Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.4763307Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4789703Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4815337Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4842079Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4867141Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4891924Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.4922033Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4951631Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.4984686Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5014469Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5043318Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.5072003Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5095247Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5149348Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5173009Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5199721Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.5223207Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5246347Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5269718Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5292837Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5315975Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5344672Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5368033Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.5422135Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5446164Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5472580Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5496207Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5519561Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.5543198Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5566448Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5589565Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5624944Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5648730Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5711496Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.5741433Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5773444Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5797600Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5821445Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.5845364Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5868818Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5892378Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5928725Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5959856Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.5993705Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.6049478Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6133589Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6185818Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.6243002Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6300209Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.6384959Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:19.6437202Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6494714Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.6548825Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6600694Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6664314Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.6721785Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6826832Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.6873457Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6918446Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.6968736Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.7017713Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7067229Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7116333Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.7165853Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7181720Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7196489Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7211080Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7225662Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7240065Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7254779Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:19.7269134Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7283508Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7298028Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7312407Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7327113Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7341538Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7356121Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7370722Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7385391Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7399620Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7414259Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:19.7428749Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7443048Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7457606Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7472051Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7486637Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7501075Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7515423Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:19.7548189Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7580964Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.7618250Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7649573Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7679916Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7722685Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.7760958Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7836211Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.7906849Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.7982525Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8031783Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8065311Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.8104591Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8143994Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8184533Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8224814Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:19.8264079Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8294072Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8317772Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8372619Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.8396925Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8423776Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8447134Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8470357Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8493929Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8517227Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.8540321Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8569814Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8595226Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8628117Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8655854Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8710829Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.8734969Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8761447Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8785591Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8809462Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8833693Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8857950Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.8882125Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8911070Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8936758Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8969860Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.8997469Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9051542Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9075638Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9102313Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9126481Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9150404Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9174604Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:19.9198261Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9222204Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9251586Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9275088Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9308059Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9335894Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9391965Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9415615Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9442093Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9465799Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9489486Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9513320Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9536831Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9560173Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9588840Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9611921Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9666100Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9689880Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9716139Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9739604Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9762608Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9786249Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9809212Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9832264Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9867243Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9893289Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:19.9954929Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:19.9985443Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0017816Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0041423Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0064877Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0088895Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0111984Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.0135441Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0170223Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0195964Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0257568Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.0287927Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:20.0319528Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0343134Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0366645Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0390195Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0413055Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0436202Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.0471035Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0497071Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0558585Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0588972Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.0621102Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0644951Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0668304Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0692316Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0715245Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0738657Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.0773042Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0798794Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0860138Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0890442Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.0922505Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0946328Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0969648Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.0993499Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1016472Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1039440Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1074096Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.1100124Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1142052Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1249443Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.1287093Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1349406Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1378719Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.1409843Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1433975Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1458435Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1483011Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1506035Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1529353Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.1557896Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1581153Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1613727Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1640742Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1695137Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.1718845Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1745138Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1768586Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1791660Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1815017Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1838360Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.1861610Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1897718Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1933185Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.1970348Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2011549Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.2053520Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2092526Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2178883Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.2255976Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2328366Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.2362881Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2406293Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2435162Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2463826Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2491665Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.2519144Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2546521Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2593281Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2679734Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.2722208Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2765753Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2795543Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.2824212Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2854529Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2883060Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2907885Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2942960Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.2985409Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.3022664Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3088319Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3117574Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.3148679Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3172508Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3196537Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3221028Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3244123Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3267665Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.3302081Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3336005Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3371730Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3407091Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3443256Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.3478865Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3513978Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3549839Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3584752Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.3617683Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3652874Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3687404Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3722890Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3758158Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.3792552Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3827759Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.3836735Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3845258Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3853628Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3861843Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3870263Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3878543Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3887074Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3895437Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:20.3903732Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3911995Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3920286Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3928726Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3937064Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3945356Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3953740Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3961937Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.3997039Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4030876Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4065915Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.4100500Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4135958Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4171199Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4205403Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4240131Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.4273448Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4306486Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4341806Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4376004Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.4410923Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4445376Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4479081Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4513505Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4548113Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.4581716Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4617248Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4652514Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4689134Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.4724839Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4760142Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4796491Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.4805772Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4814125Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4822624Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4831024Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4839385Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4847882Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:20.4856246Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4864718Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4872873Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4881181Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4889582Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4897914Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4906285Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4914555Z 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-09-27T16:29:20.4922938Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4931346Z 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-09-27T16:29:20.4939723Z 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-09-27T16:29:20.4948043Z 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-09-27T16:29:20.4956353Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.4964748Z 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-09-27T16:29:20.4973104Z 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-09-27T16:29:20.4981378Z 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-09-27T16:29:20.4989676Z 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-09-27T16:29:20.4997908Z 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-09-27T16:29:20.5006778Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:20.5014774Z 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-09-27T16:29:20.5023507Z 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-09-27T16:29:20.5031342Z 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-09-27T16:29:20.5039626Z 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-09-27T16:29:20.5048107Z 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-09-27T16:29:20.5056437Z 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-09-27T16:29:20.5064733Z 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-09-27T16:29:20.5073003Z 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-09-27T16:29:20.5081270Z 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-09-27T16:29:20.5089764Z 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-09-27T16:29:20.5098084Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:20.5106363Z 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-09-27T16:29:20.5114666Z 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-09-27T16:29:20.5122986Z 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-09-27T16:29:20.5131441Z 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-09-27T16:29:20.5174718Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.5211566Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5280873Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5315069Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5351170Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.5387917Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5425700Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5463052Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5499926Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.5534668Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5572335Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5636855Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5704192Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.5769330Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5838307Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.5904394Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.5970314Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6097337Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6134896Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6178041Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6293609Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6332797Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6399863Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6430000Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6461884Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6486139Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6510264Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6534828Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6558104Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6581520Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6617574Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6650508Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6694050Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6732487Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6797178Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6828410Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6861584Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6893852Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6926600Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.6958748Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.6990515Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7022247Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7060854Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.7101620Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7168824Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7201673Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7237078Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.7273493Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7310710Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7347335Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7383522Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:20.7419535Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:20.7844328Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:20.7861411Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.016s) 2022-09-27T16:29:27.9052988Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.106s) 2022-09-27T16:29:28.0657754Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.171s) 2022-09-27T16:29:28.2134351Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:29:28.3664789Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:29:28.5623343Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:29:28.7086099Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:29:28.8541997Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.150s) 2022-09-27T16:29:28.8581866Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:28.8866868Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:28.9005178Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:28.9142661Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:28.9284998Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:28.9422117Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:28.9689282Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:28.9826996Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.0093297Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.0232836Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.0434315Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:29.0566628Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.0833753Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.1041308Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.1330560Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:29.1491272Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.1766065Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.1911794Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.2048999Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.2252322Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.2383266Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.2584835Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.2716924Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.2979784Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.3117575Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.3366338Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.3548296Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.3563528Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:29.3576497Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:29.3588617Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:29.3600499Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:29.3736250Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.3936566Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.4068142Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.4270829Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.4403864Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:29.4605940Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:29.4736809Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:29.4939286Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:29.5071219Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.5339781Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.5504909Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.5771560Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.5908132Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.6173857Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.6310426Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.6576525Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.6714146Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.6979650Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:29.7116609Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.7317872Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.7449771Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:29.7718782Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:29.7855831Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.8128907Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.8275348Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.8557840Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:29.8696455Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:29.8747287Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:29.8796046Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:29.9242337Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:29:29.9677318Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:30.0055296Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.0340243Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.0604286Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:30.0868425Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.1149081Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:30.1428226Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:30.1689428Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.1968198Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:30.2232217Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.2512669Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:30.2997229Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:30.3425995Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.3841620Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.4276628Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:30.4706902Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.5002553Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.5284876Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:30.5766409Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.6168434Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:30.6592537Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.6997923Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:30.7410846Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.7816928Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:30.8222146Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:30.8627063Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.9061151Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:30.9473771Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:30.9751479Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.0032050Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:31.0463521Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:31.0865566Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:31.1269214Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:31.1690613Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.2092707Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:31.2496879Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:31.2900003Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:31.3321288Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:31.3709200Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.3968695Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:31.4225357Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.4647351Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:31.5039013Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:29:31.5430047Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:31.5814441Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:31.6241592Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:31.6633141Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:31.6894552Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.7151919Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.7576317Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:31.7936145Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:31.8315655Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:31.8742030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:31.9132088Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:31.9390077Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:31.9646113Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.0066029Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:32.0426111Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:32.0849053Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:32.1234969Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:32.1494096Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:32.1750762Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:32.2173078Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:32.2551572Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:32.2931546Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:32.3311573Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:32.3670267Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:32.4095759Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:32.4485153Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:32.4741806Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.5010092Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:29:32.5432841Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:29:32.5810062Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:32.6189247Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:32.6567452Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:32.6955841Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:32.7311716Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:32.7393513Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.7474823Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.7531988Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.7611126Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.7688927Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.7767797Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.7847449Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.7925895Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8006303Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.8086371Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.8111865Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8133804Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8157939Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8183553Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.8207280Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8229606Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8252701Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8274378Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.8295076Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8315467Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8336008Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8356494Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8377197Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8397707Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8418267Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8439261Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.8459856Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8480415Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8503877Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8526162Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8551032Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8576024Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8600899Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.8623639Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8647240Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8669520Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8691344Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8713052Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8734761Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8757040Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.8779394Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8802395Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8824874Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8847876Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8870382Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8890916Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8915159Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.8939242Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8962932Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.8985228Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9008129Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9029186Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9049867Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9071262Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.9091996Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9112421Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9132914Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9153392Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9174024Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9194446Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9215808Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.9236299Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9259539Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9284366Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9309997Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.9333921Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9356801Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9381213Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9401640Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9422679Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9443437Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9464501Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9486789Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.9509179Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9533257Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9557658Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9581881Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.9604234Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9626986Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9648274Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9668883Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9689582Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9710221Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9731661Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:32.9752200Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9772953Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9793565Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9814308Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9835518Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:32.9856285Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9878872Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9899605Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9923609Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9949642Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9973327Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:32.9999010Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:33.0022845Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:33.0045731Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0066826Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0087240Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0107575Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0128124Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0148504Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0172313Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.0192637Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0215001Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0237874Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0259726Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0281387Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.0302592Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0323695Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0345076Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0365649Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0386039Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0406526Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0426938Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0448526Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.0468959Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0489640Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0510194Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0530677Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0551220Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0571803Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0592336Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0613042Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.0633442Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0653854Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0674314Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0694800Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0715262Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0735918Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0756830Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.0777426Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0797926Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0818463Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0838928Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0859516Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0880563Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0900437Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0921433Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.0943981Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0964582Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.0987673Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1010140Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1033117Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1054240Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1075289Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.1095762Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1116251Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1136846Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1159297Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1179725Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1203020Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1226478Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.1249512Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1270557Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1291226Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1311552Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1332692Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.1353158Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1377121Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1400561Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1424101Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1447128Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1468240Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1492070Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.1514342Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1537343Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1559044Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1580297Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1601434Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1622658Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1644514Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.1667162Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1690701Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1713480Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1736725Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1758697Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1780355Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1802570Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.1824172Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1845617Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1868118Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1889550Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1913733Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1938509Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.1963738Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.1986462Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2009695Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2031612Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2053075Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2074430Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2095980Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2118315Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.2140820Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2164040Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2186852Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2210614Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.2232583Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2254221Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2275980Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2297769Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2319343Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2341089Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2362108Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.2385001Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2410054Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2432646Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2455526Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2477065Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2499391Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2520924Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.2541476Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2561885Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2582357Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2602828Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2625702Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2646845Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2671120Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2696283Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.2720129Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2742640Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2765729Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2787449Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2808786Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2830308Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.2851621Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2872642Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2885114Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:33.2908728Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2931942Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2955313Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2976875Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.2998370Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.3019301Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3040118Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3061034Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3083409Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3103881Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3127120Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3150002Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.3172701Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3193638Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3214152Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3234437Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3255778Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.3276050Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3298341Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3318572Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3341703Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3364572Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.3387267Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3408381Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3428757Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3449177Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3469457Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3489951Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3513366Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.3536805Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3559464Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3582773Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3604374Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3625157Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3646004Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3667484Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.3688413Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3708961Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3729668Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3749985Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3770529Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3790998Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3812779Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3833595Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.3856073Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3877785Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3900104Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3921162Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3941471Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3961843Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.3982943Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.4003333Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4025094Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4045629Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4067923Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4089674Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4111987Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4134136Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.4155130Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4175488Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4195808Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4216202Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4239361Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.4259841Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4282741Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4305152Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4327906Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4349526Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.4370066Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4390427Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4410974Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4431406Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4453903Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4476364Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4499858Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.4522622Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4545988Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4568678Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4591472Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4614246Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4637178Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4660443Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.4683124Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4706231Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4727469Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4752132Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.4776694Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4800431Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4823140Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4846165Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4868317Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4889955Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4911941Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.4933620Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4955049Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.4973524Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.4991512Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5009698Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5027710Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5045976Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5064565Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:33.5082564Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5100683Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5118768Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5136930Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5154999Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5173164Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5191279Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5209337Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5228238Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:33.5246331Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5264302Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5282431Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5300443Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5318701Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5337119Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5355037Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5373088Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5391142Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:33.5449335Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.5492775Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.5583210Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.5643985Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.5778095Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.5823017Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.5877420Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.5921110Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.5972070Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.6039616Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6104249Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.6164501Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6231443Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6292166Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.6352280Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6397069Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.6439006Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6480786Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6541369Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.6594276Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6689420Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.6753303Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6892181Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.6938656Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.6995360Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.7046688Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7097771Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7151582Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.7202207Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7254001Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.7321505Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7476156Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.7534158Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.7599970Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7656991Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7703512Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.7794283Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.7855224Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.7987114Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.8032134Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8086986Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8130786Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8175496Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.8220456Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8263859Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.8306271Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8351837Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:33.8394200Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8436756Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8480594Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8522814Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.8564522Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8642502Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.8785150Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.8892505Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9048637Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9118324Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9200928Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9253257Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:29:33.9305128Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:29:33.9354897Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9402092Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9450058Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9507401Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9599550Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9659910Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9796492Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9841440Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9896580Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:33.9941502Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:33.9985602Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0030888Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0073908Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.0116413Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0159080Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0201480Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0245165Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.0289160Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0331212Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0373339Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0430178Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.0473154Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.0564101Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.0811524Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.0874879Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1009928Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1054771Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1109155Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1152332Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1197199Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1241444Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1283242Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1325231Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1389528Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1444789Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1497911Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1562811Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1620608Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1680836Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1741647Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1800091Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1857083Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.1903896Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1947270Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.1992195Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2037029Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2079541Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2123498Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2167791Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:34.2210598Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2255088Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2299265Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2341695Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2386816Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2429247Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2472418Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2516887Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2559017Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2601070Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2644333Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2687371Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2732048Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2774992Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2817478Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2860156Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2902287Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.2945210Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.2989273Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3031139Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3072980Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3129389Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.3174392Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3304025Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.3347936Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3402652Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.3445357Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3487468Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3531516Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3573614Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.3615455Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3670769Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3715980Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.3844414Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3888543Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.3942563Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.3985154Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4027620Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.4071544Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4112993Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4154673Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4289669Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.4337247Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4396394Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.4452479Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4504382Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.4631434Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4678816Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.4735957Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4787252Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4840115Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.4893089Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4943746Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.4994772Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5052086Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5185617Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5229798Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5284348Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5335515Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5385839Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5437640Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5488010Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5537992Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5595594Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5647808Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5741036Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.5805377Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5939832Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.5985864Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6041806Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6093315Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.6144378Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6196842Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6248750Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.6298837Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6356207Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6542441Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.6611606Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.6699173Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6774760Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.6837930Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6892481Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.6943393Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.6994324Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7046269Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.7089633Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7170800Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7395153Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:34.7448099Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7572229Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.7612375Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7662309Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7706614Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.7749959Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7794599Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7837800Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.7880115Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7946596Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.7999739Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.8137630Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.8250522Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:34.8393381Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.8451399Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.8519196Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.8578834Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.8640634Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.8702785Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.8761765Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.8821579Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.8837034Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:34.9029452Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.9097809Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9173537Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9222215Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9270780Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.9320973Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9367860Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9413307Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9474655Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.9520600Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9654763Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.9703954Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9763175Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.9807215Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9850455Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9896476Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:34.9938988Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:34.9981326Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0040169Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0086001Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.0219355Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.0267625Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0325804Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0369557Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0411835Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0456317Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0498220Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0540953Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.0603791Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0743987Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.0796570Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0859156Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.0905401Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0951066Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.0999935Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.1044498Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1089325Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1139033Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1192392Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:29:35.1252159Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:29:35.1306559Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:29:35.1355282Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1405640Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1448347Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1570552Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.1608561Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1658953Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.1701932Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1744523Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1789743Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.1832052Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1873933Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1923268Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.1966101Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2087433Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2126491Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2176819Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2220304Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2266322Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2311414Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2354351Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2396827Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2455777Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2498611Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2629839Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2674650Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2730972Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2774766Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2818297Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2863349Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.2907008Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.2949683Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.3007834Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.3053741Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.3110329Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.3188397Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.3342760Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.3411563Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.3494272Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.3574681Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.3729526Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.3797762Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.3881909Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.3948218Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4006281Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.4104590Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4171545Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.4334381Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.4382277Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4440439Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4494930Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.4547724Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4602445Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4655064Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.4707860Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.4729934Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4750990Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4771823Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4792847Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:35.4813439Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4833697Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4854269Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4874526Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4894979Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4915303Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4937190Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4957608Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:29:35.4978099Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.4998411Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5018876Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5039255Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5059729Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5080018Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5101058Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:35.5121405Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5141886Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5162064Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5182546Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5202785Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:35.5254311Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.5307308Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.5365297Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.5416155Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.5467013Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.5529228Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.5582856Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.5703859Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.5797274Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.5940890Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.5991031Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6060777Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.6116442Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6172174Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6230863Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.6285763Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6340239Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6391682Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.6434758Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6557536Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.6596496Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6646642Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6690716Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.6733738Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6778222Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6820377Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.6875311Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.6955001Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7023017Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.7148014Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.7225246Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:35.7356286Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:35.7396480Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7447340Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7493125Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.7537111Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:35.7583122Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7626879Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7671422Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.7721430Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7766783Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.7848740Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.7900765Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8023436Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.8062511Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8112755Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8162084Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:29:35.8205931Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8251831Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:29:35.8294705Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8338626Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:35.8388582Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8431431Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:35.8512399Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8563769Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8688179Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.8728852Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.8779788Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8824433Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8868850Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.8915349Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.8958938Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9002326Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9053711Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.9097163Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9220742Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.9262095Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9313825Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:35.9358297Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9402560Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9448533Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9492554Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.9535715Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9592572Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9639887Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.9771356Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:35.9817474Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:35.9874045Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9917556Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:35.9961645Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.0006363Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0049786Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:29:36.0092327Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0148400Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0193839Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0323723Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.0369757Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.0425863Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0469427Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0512800Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0558229Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.0600866Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0643570Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0700751Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.0746683Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0876767Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.0922110Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.0978313Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1023533Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.1066590Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1111245Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1154749Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.1196978Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1252845Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1298194Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1428541Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.1473430Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1529795Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.1573239Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1616605Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1661849Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.1704088Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1746301Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1803711Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.1849073Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.1940807Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2182964Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:36.2245018Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2377659Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.2423228Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.2478953Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2523205Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2567547Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2615054Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.2657865Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2700198Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2751175Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.2793676Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2874973Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.2927091Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.3048348Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3087884Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.3137450Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3180608Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3224910Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.3269546Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3311873Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3354173Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3412967Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.3462458Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3522752Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3577434Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.3642536Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3704170Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.3841715Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.3946583Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4087833Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.4138040Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4207965Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:36.4256953Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4306051Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4356955Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.4404833Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4452110Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4521852Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.4677705Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.4735647Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4804487Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.4854566Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4904042Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.4956632Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5004759Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5049231Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5105411Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5206934Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:29:36.5275527Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:29:36.5407636Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5452084Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.5506886Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5550676Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5595036Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.5639720Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5681898Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5723775Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5776546Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.5824388Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5883497Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.5937489Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.5991879Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6046999Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6100561Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.6154738Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6206910Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6255259Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.6314277Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6367509Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6422164Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.6477185Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6530197Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6583859Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.6598962Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6613456Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6627972Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6641989Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6656299Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6670481Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6684787Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6699547Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:36.6713929Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6728314Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6742521Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6756744Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6771134Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6785302Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6799447Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6813807Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.6867690Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.6916429Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.6975394Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7028960Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.7082458Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7137279Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7203178Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.7284380Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7361099Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.7431188Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7518601Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.7590004Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7644988Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.7700167Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:36.7752485Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7806904Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7858836Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.7907336Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.7967895Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.8022138Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.8077227Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.8135427Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:36.8189383Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.8244047Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.8259302Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8273604Z 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-09-27T16:29:36.8289423Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8303374Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:36.8317678Z 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-09-27T16:29:36.8332091Z 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-09-27T16:29:36.8346296Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8360621Z 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-09-27T16:29:36.8375194Z 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-09-27T16:29:36.8389254Z 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-09-27T16:29:36.8403477Z 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-09-27T16:29:36.8417796Z 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-09-27T16:29:36.8431981Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8446327Z 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-09-27T16:29:36.8461189Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:36.8475481Z 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-09-27T16:29:36.8489960Z 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-09-27T16:29:36.8504217Z 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-09-27T16:29:36.8518426Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8532726Z 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-09-27T16:29:36.8546937Z 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-09-27T16:29:36.8561061Z 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-09-27T16:29:36.8575443Z 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-09-27T16:29:36.8589623Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8603825Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8618667Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:36.8632931Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8647453Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8661524Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8675666Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8690000Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8704132Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8718307Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8732628Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8746901Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8761029Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8776016Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:36.8790183Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8804462Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8818731Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:36.8882633Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.8938053Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.9073759Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9122293Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.9181487Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9236931Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.9293094Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:36.9349310Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9404405Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.9456996Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9512938Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9593438Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.9686782Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9773615Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:36.9859769Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:36.9947791Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.0033586Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.0184348Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.0245347Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.0338154Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.0588451Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:37.0651397Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.0787001Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.0832435Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.0888216Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.0932130Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.0976655Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.1022021Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1064981Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1107357Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1167256Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.1218991Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1312596Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.1374957Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1508791Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.1553901Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1609886Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1660900Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.1711336Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1763015Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1813790Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.1863557Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1922817Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.1981405Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2116090Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2163002Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2221437Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2278357Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2334207Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2390467Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2444995Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2498640Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2520220Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2541292Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2562472Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2583289Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2603992Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2626893Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2648409Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2672687Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2697501Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2723640Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2745627Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:37.2768753Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2790672Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2812054Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2833396Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2854705Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2876007Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2898199Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.2918611Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2940994Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2962564Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.2985032Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3006238Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3026747Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3048071Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.3068500Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3089181Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3110867Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3131455Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3154594Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3178244Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3202696Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.3224518Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3247101Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3268333Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3288995Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3309526Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3330149Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3350554Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3372858Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.3393149Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3416376Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3439645Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3462652Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3484364Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3506689Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3528540Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.3549123Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3569905Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3590357Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3610973Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3632692Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3653204Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3676741Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.3700211Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3723165Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3745008Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3767498Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3788662Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3809249Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3831245Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.3850838Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3871336Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3893140Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3913565Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3936142Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3957830Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.3980348Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4001898Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4022448Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4042929Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4063554Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4084047Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4106504Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4126922Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4151110Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4173623Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4196478Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4217732Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4237784Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4258238Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4278493Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4298902Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4322409Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4342714Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4365898Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4388302Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4411228Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4432138Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4452626Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4473476Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4494006Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4514402Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4536811Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4557130Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4580466Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4602500Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4625809Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4646841Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4667242Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4687633Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4707981Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4728487Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4750594Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4770904Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4794987Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4817394Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4840081Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4861105Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4881357Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4901765Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4922116Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4943151Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.4965568Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.4985922Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5010009Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5035780Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5060313Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5084094Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5107080Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.5130000Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5150984Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5171455Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5191673Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5212110Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5232322Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5255222Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.5275363Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5298410Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5321490Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5344351Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5366155Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5388274Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5409444Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5430388Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.5450834Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5471027Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5491361Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5513476Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5535706Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5558334Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5581992Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.5605347Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5627814Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5651624Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5675574Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5699274Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5721348Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5744571Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.5765686Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5785996Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5806229Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5826484Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5846957Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5869870Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5894076Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.5916757Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5940000Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5961609Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.5982484Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6003068Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6024038Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6045402Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.6067392Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6090960Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6114681Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6138389Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6160510Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6183075Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6205499Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.6225745Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6246076Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6266361Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6286850Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6307983Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6330424Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6353137Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6375291Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.6396295Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6417488Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6438455Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6459490Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6480386Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6502734Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6526134Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.6547621Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6568720Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6589664Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6610820Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6631918Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6644402Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6656540Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6669028Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:37.6681077Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6693194Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6705242Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6717170Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6729152Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6741206Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6753186Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6765179Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6777047Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6788966Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6800949Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6813019Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.6825484Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:37.6849892Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6873967Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6897552Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6919446Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6940731Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6961857Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.6983465Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.7004609Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7025504Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7047837Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7070605Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7092321Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7113354Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7134509Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7156881Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:37.7177810Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7198707Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7221092Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7243901Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7265416Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7286477Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7308278Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.7329960Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:37.7350899Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7363240Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7375477Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7387439Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7399391Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7411454Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7423455Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7435440Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7447539Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7459612Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7471576Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7484223Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:37.7496319Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7508279Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7520371Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7532461Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7544195Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7556140Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7568162Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7580075Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7591998Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7603996Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7615922Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7628018Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7641107Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:37.7653048Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7665093Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7677050Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7689109Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7701033Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7712909Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7725093Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7737108Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7749111Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7761248Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7773088Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7784942Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7797768Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:37.7809853Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7821785Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:37.7834357Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-09-27T16:29:37.7859993Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7883003Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7907350Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7930912Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7954020Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7976226Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.7998269Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.8019621Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8041112Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:29:37.8062378Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8083384Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8106022Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8129040Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8150725Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8172057Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8193151Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8215245Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.8236913Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8259858Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8284024Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8310490Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:37.8333950Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8357691Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8379643Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8402322Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8423672Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8444057Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8465000Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.8485396Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8505698Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8528804Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8550243Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8574529Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8599061Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8623589Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.8647484Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:29:37.8670473Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8692674Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8714020Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8735585Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8756944Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8778346Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8801091Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.8822159Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8845209Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8867308Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8890133Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8911597Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8932797Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8954000Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8975321Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.8996321Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9016542Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9035196Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9056625Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9078395Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9101105Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9122316Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.9142683Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9161447Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9179413Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9197169Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9215121Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9232906Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9250908Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9269517Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.9288005Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:37.9305673Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9323471Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9341406Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9362684Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9383335Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9406556Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9429110Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9453066Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.9474106Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9495345Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9515994Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9536632Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9557024Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9577543Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9598501Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.9619987Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9643458Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9664740Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9685920Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9706565Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9725320Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9747286Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.9769263Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9791819Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9812226Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9832632Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9851551Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9869350Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9887309Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9906114Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:37.9924388Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9942343Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9960117Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9978031Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:37.9995718Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0013792Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0031610Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0053451Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0079975Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.0104779Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0128795Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0150639Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0172786Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0191962Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0210487Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0230178Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.0248692Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0266992Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0287289Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0309478Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0331433Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0354090Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0374702Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0396541Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.0415364Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0433473Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0451248Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0469306Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0487289Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0505024Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0522801Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0540759Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0559083Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.0577031Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0594790Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0615167Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0633660Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0655374Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0681724Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0704288Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.0727034Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0747444Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0768039Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0786662Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0804537Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0822289Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0840079Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0857947Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0878891Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.0899273Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0920215Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0941422Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0961547Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.0981869Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1001962Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1022718Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1042727Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1061510Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1079542Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1097381Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1115047Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1132966Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1150704Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1168740Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1187828Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1205696Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1223531Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1241286Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1259262Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1277110Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1295096Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1312794Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1330616Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1349011Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1366973Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1384750Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1402379Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1420250Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1438022Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1455878Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1473666Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1492006Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1509720Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1527627Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1545416Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1566054Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1584604Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1606818Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1627382Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1648628Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1667436Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1685161Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1702925Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1720676Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1738691Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1758878Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1777555Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1799351Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1820939Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1841399Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1860166Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1877996Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1895935Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1913769Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1931628Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1954053Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.1975574Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.1996439Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2017212Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2036943Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2059312Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2079906Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2100535Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2121247Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.2141121Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2160941Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2180743Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2200550Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2222053Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2245078Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2265978Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2288568Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.2308859Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2329033Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2349164Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2369366Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2389481Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2410820Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2430998Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2454578Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.2477082Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2500162Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2520985Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2542065Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2562129Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2582322Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2603010Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.2623224Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2643368Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2664702Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2687739Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2708562Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2729663Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2749865Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2770635Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.2790687Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2810848Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2830938Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2850905Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2868552Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2889090Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2914543Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.2934504Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2955926Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2974780Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.2994524Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3013026Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3030817Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3048754Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3066477Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3085032Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.3105847Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3125841Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3150489Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3175041Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3198093Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3219478Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3241866Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.3262239Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3282386Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3302563Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3322671Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3342835Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3353419Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:38.3377886Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3400446Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.3422440Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3441602Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3460020Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3478276Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3496645Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3514901Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3535184Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3554350Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.3576397Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3598098Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3618090Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3636710Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3654589Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3672367Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3690330Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3708642Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.3729189Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3747689Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3769891Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3790653Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3811339Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3829954Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3847837Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3866077Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.3883836Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3901704Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3911510Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:38.3934521Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3956027Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3977320Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.3996373Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4014793Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4033462Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4051918Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4070098Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4088446Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4106573Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4124907Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4143021Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4161143Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4181777Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4199389Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4220242Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4239307Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4259046Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4277435Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4295380Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4313165Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4331022Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4349411Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4368656Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4386437Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4407326Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4426279Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4446167Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4464591Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4482392Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4500823Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4518559Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4536421Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4556843Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4575610Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4597562Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4618389Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4638770Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4658100Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4675996Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4693872Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4711741Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4729705Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4750030Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4770982Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4791714Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4814068Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4837648Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4859445Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4881387Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4903019Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4926592Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4948107Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.4970896Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.4993454Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5013199Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5036004Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5058613Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5082552Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5102818Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5124839Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.5145131Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5165608Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5185872Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5206241Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5226439Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5243062Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5258832Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5274438Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5291516Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:38.5307065Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5322625Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5338309Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5353842Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5369495Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5385084Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5400683Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5416332Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5432153Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5448352Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:38.5464562Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:29:38.5480109Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5495725Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5511266Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5527043Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5542588Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5558106Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5573798Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5589380Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5604990Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:38.5624954Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.5643835Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5662606Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5680963Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5699346Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5720214Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5740688Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5765009Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5788836Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.5812130Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5833020Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5854311Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5874694Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5895185Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5915520Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5936582Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.5957034Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5977078Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.5994867Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6015433Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6034163Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6053997Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6072346Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6090845Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.6108477Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6126375Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6144069Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6163238Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6181186Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6201807Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6222555Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6245469Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.6264352Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6284169Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6302728Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6320658Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6338520Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6365215Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6374363Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6393475Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6412144Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.6432576Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6453250Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6474667Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6493719Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6513658Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6532408Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6550216Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6568751Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.6586536Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6604663Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6623766Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6641492Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6662023Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6682647Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6704225Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6723866Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.6743873Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6762378Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6780310Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6798196Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6816092Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6833935Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6853131Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6871263Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.6892020Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6910761Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6930641Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6949057Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6966891Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.6984608Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7002318Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7020116Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7040825Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.7059559Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7081358Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7102061Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7122669Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7141322Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7159006Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7176880Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7195833Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.7213745Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7233923Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7252465Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7274287Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7294821Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7315378Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7334097Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7352505Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.7370339Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7388053Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7406020Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7426033Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7444805Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7466530Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7487094Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7508255Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.7526910Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7544756Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7564502Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7582281Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7600062Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7620487Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7639092Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7661801Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.7682242Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7702969Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7721567Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7739559Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7757211Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7775130Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7793025Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7813450Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.7832011Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7853719Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7879683Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7901632Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7924006Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7944305Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7964907Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.7985225Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8002732Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8020551Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8038302Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8056270Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8075571Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8093368Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8113790Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8135617Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8158618Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:38.8177283Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8196989Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8215566Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8233225Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8251144Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8269503Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8287081Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8308392Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8329360Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8350179Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8371632Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8392899Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8413817Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8438358Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8462941Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8485897Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8506416Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8527578Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8546606Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8564442Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8582265Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8600141Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8618651Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8628416Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:38.8651778Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8673326Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8694973Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8714370Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8732908Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8751187Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8769612Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8788455Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8808589Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8830675Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8852550Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8875142Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8895631Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8916119Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8935330Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.8953005Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8970831Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.8988486Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9006378Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9025342Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9045457Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9066229Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9086526Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.9105571Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9125383Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9144185Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9163223Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9181918Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9201831Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9222660Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9242919Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.9262722Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:38.9282434Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9301477Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9320243Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9330193Z 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-09-27T16:29:38.9339670Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:38.9349054Z 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-09-27T16:29:38.9358561Z 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-09-27T16:29:38.9368068Z 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-09-27T16:29:38.9377568Z 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-09-27T16:29:38.9386990Z 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-09-27T16:29:38.9396319Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:38.9406673Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:38.9416161Z 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-09-27T16:29:38.9425313Z 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-09-27T16:29:38.9434753Z 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-09-27T16:29:38.9444204Z 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-09-27T16:29:38.9453810Z 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-09-27T16:29:38.9463013Z 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-09-27T16:29:38.9472349Z 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-09-27T16:29:38.9493905Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9516133Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9537586Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9557585Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9577526Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.9597217Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9616201Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9635049Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9653707Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9673575Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9694492Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9714063Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9733721Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.9753366Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9772530Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9791230Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9810184Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9829975Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9850942Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9870544Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9890326Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:38.9909973Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9928959Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9947848Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:38.9957892Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:38.9967425Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:38.9976897Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:38.9986295Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:38.9995700Z 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-09-27T16:29:39.0005313Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0014718Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0024073Z 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-09-27T16:29:39.0034121Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:39.0043592Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0053166Z 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-09-27T16:29:39.0062622Z 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-09-27T16:29:39.0071999Z 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-09-27T16:29:39.0081387Z 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-09-27T16:29:39.0090906Z 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-09-27T16:29:39.0100405Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0109811Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0119272Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0128842Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0138354Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0147655Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0157081Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0166612Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0176108Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0185567Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0196634Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:39.0206526Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0216407Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0225918Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0235324Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0244921Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0254420Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0263771Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0273126Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0282526Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0292013Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0301439Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0310813Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0320356Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0329731Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:39.0353715Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.0374797Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0397277Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0418153Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0438879Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0458839Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0478330Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0498296Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0518861Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.0538124Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0557817Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0579597Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0601930Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0623086Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0643457Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0664552Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0685487Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.0708737Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0728857Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0750958Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0777117Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0798769Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0821376Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0842268Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.0862900Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0881520Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0899532Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0917223Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0935299Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0952863Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0973645Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.0994430Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.1017312Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1039567Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1062541Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1083321Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1104339Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1124480Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1145404Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.1165709Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1185617Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1205792Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1226710Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1246854Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1269477Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1290158Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1312145Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.1331929Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1351112Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1370913Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1389697Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1408692Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.1565732Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.1669395Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.2145095Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:39.2512812Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:39.2872853Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:39.3061536Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:29:39.3313274Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:39.3419594Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.3534610Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.3655971Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.3759017Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.3858359Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.3963662Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.4062288Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.4176185Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.4297196Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.4399866Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.4498613Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:39.4664321Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.4870283Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:39.5390995Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:39.5776733Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:39.6142360Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:39.6342366Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:29:39.6609015Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:29:39.6807159Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.7018126Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:39.7243934Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.7452063Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:39.7649217Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.7839195Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.8226689Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:39.8449757Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:39.8719797Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.8886811Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.8996152Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:39.9474467Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:39.9838715Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:40.0191867Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:40.0381820Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:40.0633780Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.0740903Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.0855708Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.0969129Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:40.1072030Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.1172092Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.1277772Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.1377632Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:40.1492380Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.1613168Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.1716034Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.1814786Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.2018244Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:40.2616226Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:29:40.3073027Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:40.3474354Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:40.3714710Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:40.4026587Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:40.4141385Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.4274270Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:40.4413440Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.4524362Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.4633883Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.4794830Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.5272865Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:40.5634689Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:40.5998985Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:40.6185481Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:40.6435972Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:40.6543182Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.6659557Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.6779981Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.6883147Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.6982978Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.7083678Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.7184059Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.7297101Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.7417253Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:40.7519493Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.7618060Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:40.7779491Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.7884306Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:40.8361025Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:29:40.9178696Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:29:40.9534392Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:40.9897286Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:41.0083207Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.0336317Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:41.0443353Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.0559361Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.0680802Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.0782938Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.0883076Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.1058950Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.1252849Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:41.1458469Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:29:41.1727913Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:41.1932401Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.2144701Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.2374299Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:41.2575279Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.2768999Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:41.2880516Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.2980446Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.3094965Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.3214742Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.3317599Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.3417263Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.3518536Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.3631686Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.3753153Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:41.3855574Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.3955074Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.4059889Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.4159154Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.4274306Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.4394742Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.4497526Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.4596685Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.4697277Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.4810619Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.4929674Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.5032617Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.5132047Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.5231725Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.5331285Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.5446590Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.5568445Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.5670698Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.5770951Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.5929731Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.6038630Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.6374304Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:41.6559020Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.6810714Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:41.6918300Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.7033845Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.7155212Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.7258295Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.7357909Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.7518405Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.7627958Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.7959110Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:41.8144661Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.8393590Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:41.8499812Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.8613644Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:41.8733195Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.8853365Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:41.8990561Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:41.9446923Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:41.9703392Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.0020599Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.0192688Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.0376934Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:42.0704907Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:42.0893131Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.1142122Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.1335962Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:42.1540619Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.1756680Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.1947169Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.2132442Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.2300056Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.2639828Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.2830894Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.3081115Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.3271089Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.3471883Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.3684155Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.3873640Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:42.4060451Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.4228933Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.4421889Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.4908630Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:42.5267262Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.5626876Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:42.5817050Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.6068052Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.6256470Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.6458055Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.6675847Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.6866185Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.7052177Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.7219837Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.7558722Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:42.7752270Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.8009353Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:42.8199341Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:42.8398400Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.8611903Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.8793000Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:42.8987599Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.9097664Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:42.9200306Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:42.9574404Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:43.0087463Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:29:43.0299705Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.0576365Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.0696587Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.0886458Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.0990078Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.1098099Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.1220500Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:43.1322635Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.1422291Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.1631130Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.1824684Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:43.2391356Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:43.2877037Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:43.3271351Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:43.3495247Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.3761126Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:43.3970224Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.4184497Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.4412260Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.4618484Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.4821621Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:43.4838372Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:43.5288697Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.5519259Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.5804756Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:43.5918562Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.6037153Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.6163063Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.6272667Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.6374632Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.6541814Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.6651809Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.6988233Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:43.7179527Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.7431833Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.7538387Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.7652712Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.7772464Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.7874619Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.7974543Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.8141428Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.8251742Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:43.8591831Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:43.8784398Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:43.9038608Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.9145922Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.9261726Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.9382958Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.9484403Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:43.9606447Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:43.9841282Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:44.0215271Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:44.0413106Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.0672336Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:44.0782225Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.0899462Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1023303Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1130542Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1232732Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.1347681Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1472231Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1607865Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1723957Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.1836778Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.1942496Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.2042204Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.2316357Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:44.2436558Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.2624575Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.2728727Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.2835709Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.2956672Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.3059820Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.3159750Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.3265635Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:44.3367499Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.3641221Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.3759630Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.3948692Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.4052166Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.4159796Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.4280806Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.4384417Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.4485425Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.4646292Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.4749916Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.5080928Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:44.5268828Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.5521015Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.5628249Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.5742123Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.5861993Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.5963883Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:44.6063389Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.6226722Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:44.6415129Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.6668165Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:44.6880221Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.7262667Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:44.7493633Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:44.7792885Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:44.8004376Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.8389287Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:44.8623118Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.8924929Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:44.9066442Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.9254842Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:44.9806206Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:45.0148153Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:45.0522472Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:45.0706571Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.0999263Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:45.1185404Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.1378646Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.1587634Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:45.1774436Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.1958660Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.1980521Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.1997206Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2013095Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2028613Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2045488Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2060103Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:45.2075477Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2090987Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2106451Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2121868Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2137370Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2152917Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2168482Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2183941Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2199465Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2216240Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:45.2231678Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2247546Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2262686Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2278108Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2293717Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2309184Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2324725Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2340226Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:45.2451848Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.2579114Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.2721074Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.2840251Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.2958298Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.3136170Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.3341358Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:45.3902333Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:45.4332764Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:45.4710649Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:45.4920634Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:45.5211541Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:45.5421746Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.5636444Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.5863812Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:45.6065050Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.6253584Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:45.6363778Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.6459998Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.6766161Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:45.6873726Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.7041770Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.7138056Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.7240062Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.7355077Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.7451066Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.7546032Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.7651668Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.7755903Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.8114507Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:45.8333650Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:45.8615010Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:45.8734883Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.8924382Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.9029902Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.9138743Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.9262823Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.9368422Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.9469844Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:45.9575215Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:45.9679018Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.0041472Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:46.0260789Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.0669569Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:46.0791453Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.0981917Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.1086745Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.1195538Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.1316826Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.1419323Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.1518774Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.1622307Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.1721427Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.2079964Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:46.2297971Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.2578505Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:46.2696431Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.2882999Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.2984836Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.3091985Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.3213550Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.3316243Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.3415208Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.3518337Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.3616072Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.3891601Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:46.4010271Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.4198022Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.4302662Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.4409423Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.4530755Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.4634044Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.4732013Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.4889293Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.4997497Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.5327252Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:46.5512910Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.5762492Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:46.5869290Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.5983687Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.6103434Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.6206076Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.6305544Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.6466635Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.6576678Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.6908473Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:46.7098088Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.7350313Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:29:46.7458010Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.7573653Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.7694994Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.7797736Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.7897244Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.8057169Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.8165760Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.8497122Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:29:46.8683460Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.8934366Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:46.9041433Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.9157879Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.9280037Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:29:46.9382473Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:46.9483008Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.9642809Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:46.9753003Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.0087443Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:47.0275928Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:47.0525654Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.0632651Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.0753126Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.0914975Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.1049611Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:47.1165404Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.1326546Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:29:47.1436422Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:47.1913437Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:47.2572344Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:29:47.2929352Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:47.3286767Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:47.3474267Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.3725917Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.3832751Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.3947964Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.4067872Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.4169973Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:47.4270092Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.4375119Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:47.4476009Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.4835551Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:47.5053036Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:47.5333537Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:47.5452297Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.5640662Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.5744190Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:47.5851024Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.5971945Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.6074658Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.6174740Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:47.6339939Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:47.6535307Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.6793645Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.7053368Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:47.7378980Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:47.7566633Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.8129219Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:29:47.8570125Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:47.8941376Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:47.9131537Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.9399178Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:47.9515092Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.9635623Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:47.9758219Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:47.9869848Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:47.9978608Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.0165168Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:48.0550330Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:48.0758929Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.1028732Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:48.1149991Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:48.1276816Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:48.1411414Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:48.1525103Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:48.1627927Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:48.1788866Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.2272454Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:29:48.2632567Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:48.2992791Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.3178497Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.3429627Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:48.3536375Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.3651779Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:48.3772403Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.3876101Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.3975884Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.4160852Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.4354631Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:48.4610115Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.4803735Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.5009695Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.5230755Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.5425203Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:48.5618237Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.5808157Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.6002323Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.6255652Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.6449630Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:48.6655669Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.6877874Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.7070977Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.7262860Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.7279946Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7292748Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7302254Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7311670Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7321074Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7330571Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7339976Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7350102Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:29:48.7359518Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7369055Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7378469Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7387861Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7397268Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7406815Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7416212Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7425549Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:48.7607659Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.7801713Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.8052854Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:48.8244060Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.8446007Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:48.8663580Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:48.8854603Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.9042472Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.9228350Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:48.9426916Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.9684186Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:48.9876147Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:49.0079228Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.0298265Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.0489022Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.0678622Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.0867184Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.1063862Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.1316683Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.1510040Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.1726801Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.1955590Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.2152686Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:49.2347231Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:29:49.2364611Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2377277Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2386750Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2396148Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2405649Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2415391Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2424490Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2433903Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2443345Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2452850Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2462285Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2471601Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2481035Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2491424Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2500381Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:49.2509796Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2519263Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2528760Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2538108Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2547452Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2556764Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2566265Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2575712Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2585039Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2594510Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2603755Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2613138Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2622544Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2631868Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2641181Z 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-09-27T16:29:49.2651227Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:29:49.2660587Z 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-09-27T16:29:49.2670108Z 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-09-27T16:29:49.2679456Z 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-09-27T16:29:49.2689000Z 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-09-27T16:29:49.2698383Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:29:49.2707651Z 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-09-27T16:29:49.2717108Z 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-09-27T16:29:49.2726594Z 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-09-27T16:29:49.2735981Z 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-09-27T16:29:49.2904998Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.3095630Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.3446419Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.3638181Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:49.3895370Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.4091465Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.4299464Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:49.4521982Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.4718743Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.4912562Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.5109189Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.5368368Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:49.5692596Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.5951996Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:49.6219297Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.6505644Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:29:49.6763391Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.7151829Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:49.7319711Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:49.7799257Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:49.8469198Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:29:49.8824065Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:49.9185968Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:29:49.9376664Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:29:49.9627649Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:49.9734836Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:49.9851630Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:49.9971643Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:29:50.0073333Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.0172254Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.0334118Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.0529059Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:50.1005307Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:29:50.1370574Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:29:50.1726590Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:50.1913776Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:50.2172110Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.2368381Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:50.2566717Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.2781936Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.2973253Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:50.3158178Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.3330627Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.3529295Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:50.3873329Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:50.4057936Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.4308451Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:50.4500938Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.4704286Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.4919664Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.5114878Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:50.5307056Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.5399420Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.5460482Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.5526220Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.5605634Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.5683449Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.5743449Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.5802353Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.5860617Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.5920067Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.5977949Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6055191Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.6112818Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6174095Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6250733Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.6325694Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6382608Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.6438990Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6495840Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6555026Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.6613317Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6690108Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.6753598Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6826211Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.6901087Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.6973703Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7038266Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.7100358Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7163995Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.7226004Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7287961Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7385013Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.7460662Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7535162Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.7628053Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7721906Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.7798436Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.7874265Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.7950587Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.8026133Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.8101897Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.8196590Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.8274120Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:50.8346636Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.8442606Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.8535571Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.8611905Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.8687324Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.8762967Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.8837737Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.8913117Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.8990239Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9046375Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9111076Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.9186529Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9262607Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.9318813Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9375849Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9433101Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.9489760Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9546697Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.9623247Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9679686Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9742452Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.9817515Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:50.9892518Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:50.9948266Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0003888Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0059744Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.0115395Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0172601Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.0248529Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:51.0304167Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0366557Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.0441352Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0516383Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.0572350Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0627961Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0684046Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.0739255Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0794611Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0871697Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.0929936Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.0992584Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1067677Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1143644Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1199414Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1255581Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1312602Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1370443Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1427312Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1503712Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1561020Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1622557Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1697362Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1772812Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1829085Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1884783Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.1940828Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.1997989Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2055069Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2102683Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.2146985Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2190925Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2237114Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.2283062Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2327281Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2372777Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2418188Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.2461808Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2505550Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2549715Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.2593672Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2637189Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2680808Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2725050Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.2768707Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2831932Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2846390Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:51.2894826Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.2914546Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:29:51.2925733Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:51.2955148Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.2968895Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:51.3777909Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:29:51.5241959Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:29:51.5264940Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5301657Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5331548Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5367023Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5411761Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.5445177Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5478375Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5510956Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5542927Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5575154Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.5607123Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5638720Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5679956Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5720200Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.5759434Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5798067Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5871518Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.5925953Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.5979003Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6020606Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6063276Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.6105498Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6146862Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6188668Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.6208617Z 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-09-27T16:29:51.6209032Z expect = np.divide(an, 0) 2022-09-27T16:29:51.6209378Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:29:51.6209706Z expect = np.divide(an, 0) 2022-09-27T16:29:51.6216789Z ok (0.001s) 2022-09-27T16:29:51.6240880Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6266289Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6291285Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.6307808Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:51.6417376Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:29:51.6417862Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:29:51.6437369Z ok (0.016s) 2022-09-27T16:29:51.6633511Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.6833145Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:51.6962168Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.7090228Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.7216866Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.7344812Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.7471982Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.7597808Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:51.7724154Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.7850585Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.7996306Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.8192903Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.8394680Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:51.8539819Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.8685949Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.8829086Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.8973019Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.9116435Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.9261279Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.9404732Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.9548172Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.9710905Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:51.9937137Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.0167248Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:29:52.0345304Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:29:52.0506224Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.0664445Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.0824659Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.0984438Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.1146126Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:52.1305796Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.1465450Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:29:52.1593147Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.1788211Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:52.1983776Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.2111531Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.2237303Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.2363342Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:29:52.2489664Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.2614501Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.2740507Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.2866075Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.2992066Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.3118177Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.3310109Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.3504919Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:52.3632540Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.3759107Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.3884144Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:52.4008781Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.4133727Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.4258810Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.4383471Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:52.4510116Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.4616874Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.4796597Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.4980095Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:52.5087495Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.5193972Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.5298652Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:52.5404383Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.5509408Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.5614849Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.5720636Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.5825467Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.5951033Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.6143444Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.6340187Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:29:52.6467081Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.6593742Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.6718145Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.6843538Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.6968776Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.7093775Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.7220438Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.7344619Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.7470923Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.7665330Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.7860338Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:52.7986600Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.8111869Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.8237373Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:52.8361679Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.8484203Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.8606971Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.8729653Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.8854495Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.8980286Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.9172545Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.9367707Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.9493833Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.9619590Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.9742647Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:52.9867178Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:52.9991304Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.0115416Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.0238964Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.0363336Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.0488974Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.0682241Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.0880467Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:29:53.1006871Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.1132882Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.1258671Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.1384416Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.1508566Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.1633136Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.1758684Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.1883360Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.2010564Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.2204956Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.2399692Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.2526475Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.2653340Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.2777463Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.2901421Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.3025212Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.3149537Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.3274637Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.3398948Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.3437672Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4030: 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-09-27T16:29:53.3438609Z torch.float_power(base, exp, out=out) 2022-09-27T16:29:53.3468866Z ok (0.016s) 2022-09-27T16:29:53.3509303Z 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-09-27T16:29:53.3509746Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:29:53.3585346Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:29:53.3585732Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:29:53.3694709Z ok (0.016s) 2022-09-27T16:29:53.3900281Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:53.3923787Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.3945966Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.3966502Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.3985814Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4004900Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4023935Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4043014Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4063042Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.4080925Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4098483Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4115881Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4133221Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4150655Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4168282Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4212503Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.4230681Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:53.4248382Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4265857Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4283671Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4300926Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4317056Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4333632Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4361703Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4388587Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.4415385Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4441953Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4468649Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.4602311Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.4731959Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.4856069Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.5017051Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.5173504Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:53.5328801Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:29:53.5484243Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.5640773Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.5670241Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5697424Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5724093Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5750445Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5775690Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5810417Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.5842124Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5873462Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5904763Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.5952749Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.5997862Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6041014Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6084078Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6127098Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.6169462Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6212274Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6254947Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.6297364Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6340082Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6382795Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6417072Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.6459302Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6502114Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6544707Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6587375Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.6629959Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6672572Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6715034Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6757637Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.6800234Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6842581Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6878278Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.6922394Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.6965513Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7009357Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7052424Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.7095287Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7137621Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7180091Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7222931Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.7265350Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7307866Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7343212Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7385825Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.7428163Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7470550Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7513017Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7555400Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.7597703Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7640155Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7683004Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.7725578Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7768097Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7803010Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7845780Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.7888190Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7930628Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.7973134Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8015679Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.8058538Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8101304Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8144452Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.8187756Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:53.8230482Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8264252Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8307284Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8350181Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.8392846Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8435824Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8479361Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.8522239Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8565097Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8607896Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8650871Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.8693745Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8727379Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8770190Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8813108Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.8855717Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8898290Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8940802Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.8983620Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9026051Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9068717Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9111369Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9153750Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9186695Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9230160Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9272268Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9314785Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9357484Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9400046Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9442589Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9485266Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9527768Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9570405Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9613234Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9647103Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9689963Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9732902Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9775756Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9818732Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9861952Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9904769Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:53.9947416Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:53.9990238Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:54.0034062Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:54.0077572Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:54.0111576Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:54.0129627Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:54.0161398Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:54.0192153Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:54.0223092Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:54.7948383Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.758s) 2022-09-27T16:29:54.7962883Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:54.7978178Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:55.8396743Z 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-09-27T16:29:55.8397488Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:29:56.3809483Z ok (1.573s) 2022-09-27T16:29:56.3885080Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.3910158Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.3935640Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.3958344Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.3985345Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.4026144Z 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-09-27T16:29:56.4027588Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:29:56.4042559Z 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-09-27T16:29:56.4043816Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:29:56.4497892Z ok (0.064s) 2022-09-27T16:29:56.5029006Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:29:56.5263860Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:56.5476234Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.5498231Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:56.5517537Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:56.5539014Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3385: RuntimeWarning: invalid value encountered in logaddexp2 2022-09-27T16:29:56.5539702Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-09-27T16:29:56.5541486Z ok (0.000s) 2022-09-27T16:29:56.5561741Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3389: RuntimeWarning: invalid value encountered in logaddexp2 2022-09-27T16:29:56.5562403Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-09-27T16:29:56.5564221Z ok (0.000s) 2022-09-27T16:29:56.5585716Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.5606461Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3385: RuntimeWarning: invalid value encountered in logaddexp 2022-09-27T16:29:56.5607143Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-09-27T16:29:56.5608754Z ok (0.000s) 2022-09-27T16:29:56.5628478Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3389: RuntimeWarning: invalid value encountered in logaddexp 2022-09-27T16:29:56.5629131Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-09-27T16:29:56.5630895Z ok (0.000s) 2022-09-27T16:29:56.5651864Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5668610Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5685076Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5700583Z 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-09-27T16:29:56.5701639Z getattr(a, op + "_")(b) 2022-09-27T16:29:56.5702097Z ok (0.000s) 2022-09-27T16:29:56.5718725Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5736188Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.5752764Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5769062Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5785048Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5801215Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5817254Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5833274Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5849534Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5864998Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5880272Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5895933Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.5911337Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5926892Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5942229Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5957699Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5973319Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.5988849Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6004391Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6019788Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6035238Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6051934Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.6068270Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6084501Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6100669Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6116880Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6133284Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6149514Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6165850Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6182100Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6198237Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6214796Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.6230988Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6247375Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6263719Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6279923Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6296287Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6312439Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6328881Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6345164Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6361390Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6377840Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.6394094Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6410518Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6426776Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6443408Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6460130Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6476296Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6492568Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6508470Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6525191Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.6541872Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6557932Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6574147Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6590177Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6606384Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6622400Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6638489Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6654620Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6670813Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6687177Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.6703222Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6719255Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6735493Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6751549Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6767655Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6783641Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6799629Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6815782Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6831741Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6848195Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.6864120Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6880268Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6896445Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6912359Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6928319Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6944317Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6960294Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6976342Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.6992320Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7008552Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.7024139Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7039892Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7055615Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7071175Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7086879Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7102393Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7117957Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7133475Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7149026Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7165281Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:56.7181503Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:56.7196842Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:56.7213007Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:56.7228931Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:56.7244897Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:56.7260725Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:56.7276370Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:56.7292106Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:56.7307639Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7323288Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:29:56.7338810Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7354381Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7370002Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7385554Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7401175Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7416909Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7432378Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7448006Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7463574Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7479234Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.7494968Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7510462Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7526140Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7541541Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7557127Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7572559Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7588170Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7604098Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7619771Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7635423Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.7651178Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7666718Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7682319Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7698164Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7713773Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7729479Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7744871Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7760604Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7776371Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7791946Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.7807748Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7823338Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7838919Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7854676Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7870335Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7886034Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7901583Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7917140Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7932906Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.7948397Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.7992192Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8031376Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8074746Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8118784Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.8162210Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8206009Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8249838Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.8293108Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8336467Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:29:56.8379859Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8396392Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8412844Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8429010Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8445350Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8461789Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.8478001Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8494253Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8510319Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8526595Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8542580Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8558699Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8574809Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8590308Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8605815Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8621447Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.8636883Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8652525Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8667939Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8683532Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8699027Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8714594Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8730180Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8745563Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8760969Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8777693Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.8793904Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8810071Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8826261Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8842635Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8858870Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8875247Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8891698Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8907874Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8924246Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8940429Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.8956612Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8973075Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.8989283Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9005699Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9021983Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9038281Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9054723Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9071254Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9087755Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.9103940Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9120160Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9136536Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9152744Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9169436Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9186221Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9202334Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9218668Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9234662Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9251458Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.9268268Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9284502Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9300599Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9316703Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9332949Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9349605Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:29:56.9365800Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9381838Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9397996Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9414525Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9430313Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9446447Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9462503Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9478544Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9494729Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9510840Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.9527059Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9543086Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9559016Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9575157Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9591246Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9607528Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9623543Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9639504Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9655506Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9671632Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.9687691Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9703755Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9719818Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9735968Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9751628Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9767274Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9782844Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9798425Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9814183Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9829781Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:56.9845713Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9861152Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9876728Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9892454Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9907959Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9923688Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9939361Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9954962Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9970740Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:56.9986640Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0002101Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0017900Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0033545Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0049263Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0064717Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0080290Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0095994Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0111482Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0127141Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0142918Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0158399Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0174029Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0189554Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0205251Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0220770Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0236227Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0251867Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0267230Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0282675Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0298752Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0314101Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0329834Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0345391Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0360989Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0376728Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0392314Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0408001Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0423569Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0439214Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0454895Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0470481Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0486178Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0501778Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0517333Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0532931Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0548514Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0564439Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0579800Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0595326Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0611069Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0626722Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0642328Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0658063Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0673418Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0689908Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0706094Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0722271Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0738517Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0754722Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0771100Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0787189Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0803279Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0819406Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0835533Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0851632Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0867734Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0883333Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0898775Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0914325Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0930038Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.0945533Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0960953Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0976507Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.0992027Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1007545Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1023035Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1038500Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1054026Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1070533Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1087175Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.1103307Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1119489Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1136009Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1152062Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1168567Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1184787Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1201002Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1217300Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1233485Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1250064Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.1266302Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1282635Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1299063Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1315298Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1331639Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1347865Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1364359Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1380649Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1396913Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1413417Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.1429632Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1445975Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1462450Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1479207Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1495463Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1511533Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1527654Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1544013Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1561043Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.1577251Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:29:57.1593351Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1609622Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1625726Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1641844Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1658064Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1674106Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1690384Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1706722Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1722770Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.1738842Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1755036Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1771222Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1787292Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1803362Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1819508Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1835592Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1851690Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1867731Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1884318Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.1900325Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1916375Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1932516Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1948367Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1964527Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1980578Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.1996590Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2012693Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2028626Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2044892Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.2060621Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2076206Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2091940Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2107481Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2123149Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2138798Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2154193Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2169894Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2185511Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2201350Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.2216982Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2232499Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2248173Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2263764Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2279520Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2295035Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2310564Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2326343Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2341855Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2357803Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.2374731Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2391148Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2407314Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2423252Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2438858Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2454648Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2470354Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2486165Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2501750Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2518813Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.2534536Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2550089Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2565726Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2581256Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2596814Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2612677Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2628321Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2644087Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2659849Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2677116Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.2692923Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2708718Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2724552Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2740198Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2755957Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2771588Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2787348Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2803132Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2818777Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2835907Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.2851892Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2867403Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2883145Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2898839Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2914554Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2930363Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2946080Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2961858Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.2977494Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5104559Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:29:57.5185045Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5219209Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.5249798Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5278160Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5306211Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5335379Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5364305Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.5392876Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5420213Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5447942Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5476501Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5504100Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5532826Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.5560054Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5587428Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5614732Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5641415Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5702803Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.5759675Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5816340Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5873896Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.5930216Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.5988228Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.6044537Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6100963Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6160855Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.6217476Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6273778Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6333598Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.6389773Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6446062Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6503815Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.6560131Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6616682Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6674753Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.6731479Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6789696Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.6846339Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6902700Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.6962822Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7019309Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7039189Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:57.7078715Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7117647Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7154820Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7190630Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7232367Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7276431Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7317691Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7358073Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7384285Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7416510Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7449802Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7481115Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7512343Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7542597Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7573423Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7594283Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7613755Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7633215Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7652590Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7671848Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7691218Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7710448Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7729840Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7750483Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7769760Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7789046Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7808080Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7827355Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7846787Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7866032Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7885408Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7907567Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.7926911Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7946143Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7965442Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.7984870Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8004326Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8023302Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8042464Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8063186Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.8082522Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8101798Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8121085Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8140532Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8159656Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8179084Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8198515Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8223095Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:57.8242596Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8262123Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8281382Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8300830Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8320067Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8339436Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8358729Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8379870Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.8398967Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8418358Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8437553Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8456625Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8475763Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8495073Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8514305Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8534984Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.8554171Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8573547Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8592794Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8612175Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8631439Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8650868Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8669777Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8690506Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.8709809Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8729103Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8748593Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8767799Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8786943Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8806355Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8825666Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8846204Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.8865462Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8884473Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8903667Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8922843Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8942065Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8961323Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8980612Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.8999834Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9022175Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.9041423Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9060760Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9079946Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9098980Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9118101Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9137423Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9156656Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9181112Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:57.9206194Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:57.9232539Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:29:57.9257357Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:57.9282586Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:57.9307781Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:57.9330822Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:29:57.9349812Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9369220Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9388535Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9407700Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9427025Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9446421Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9465649Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9488423Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:57.9507692Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9527070Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9546558Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9565705Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:57.9910758Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:58.0260779Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:29:58.0275736Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:58.0310413Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.0333912Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0354718Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0378431Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0399675Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0424147Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0450873Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.0474090Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0496471Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0518154Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0539360Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0560279Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0581015Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0603548Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.0624411Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0662795Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0690773Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0717996Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0744934Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0769894Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.0798879Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0828083Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0857093Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0883185Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0909542Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0934152Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.0956817Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.0979862Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1002254Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1024684Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1047182Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1071225Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.1093677Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1115869Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1138327Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1160699Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1188348Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1214709Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1248486Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.1278541Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1308432Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1335819Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1363303Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1391281Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.1417788Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1444179Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1470324Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1496734Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1524239Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1555568Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.1582870Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1610108Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1636560Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1659794Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1688264Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1720151Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.1748598Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1775071Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1801109Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1824439Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1847115Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1871474Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.1894043Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1916355Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1938816Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1961198Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.1983680Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2005973Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2031596Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.2054106Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2074729Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:29:58.2075377Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:29:58.2083177Z ok (0.000s) 2022-09-27T16:29:58.2117091Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2149971Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2180586Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2211825Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.2240483Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2264696Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2288230Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2311296Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2334638Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2359049Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.2385406Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2414917Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2444107Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2472684Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2499011Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2526774Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.2550037Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2572798Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2595847Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2618123Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2640498Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2664211Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.2686672Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2708959Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2731279Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2753382Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2775808Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2801900Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2826262Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.2854832Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2889648Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2918367Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2947120Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.2974916Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.3001075Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3024373Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3047092Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3070033Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3092530Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3114805Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3144450Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.3169740Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3196676Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3223832Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3249470Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3275128Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3304446Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:58.3330804Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3355977Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3379218Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3401432Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3423889Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3446302Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3469880Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.3500427Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3514930Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3537143Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3559298Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3581771Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3604122Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3627621Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.3649960Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3672223Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3694591Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3716826Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3739194Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3761592Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3785340Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.3807591Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3829797Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3852149Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3874283Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3896811Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3919094Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3942681Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.3965089Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.3987359Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4013701Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4036763Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4064664Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4092589Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.4118838Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4142180Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4164652Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4186836Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4209237Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4231643Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4261557Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:29:58.4284901Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4312773Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4339307Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4365998Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4389362Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4412072Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4436314Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.4458628Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4481032Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4510924Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4538529Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4565822Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4594306Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.4620683Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:29:58.4649094Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4675700Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4702212Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4727536Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4752918Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4779616Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.4804919Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4829896Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4857608Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4886895Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4913988Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4942378Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.4968320Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.4994253Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5020034Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5045709Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5071265Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5100014Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.5125715Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5155950Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5185836Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5215223Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5244088Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.5271066Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5298263Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:29:58.5324116Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5349827Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5375527Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5401280Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5428708Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5459213Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.5486398Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5513390Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5539195Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5565303Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5590893Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5618134Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.5643749Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5668817Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5691047Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5717307Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5747469Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5774927Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.5801289Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5825452Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5850484Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5873377Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5895825Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5919452Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.5941760Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5964027Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.5997929Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6024558Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6062192Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6101796Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.6136075Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6169708Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6201889Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6231070Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.6258037Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6284151Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6310990Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6339255Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:58.6366053Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6392895Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6419946Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6446340Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6473220Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6501545Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.6537118Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6570101Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6609144Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6651140Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.6687005Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6721881Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6755714Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6789448Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6824687Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.6858195Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6891657Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6924949Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.6960298Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.6994367Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7028084Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7060920Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7094434Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7123276Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.7160340Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7199289Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7236211Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:58.7269670Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7302331Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7331646Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:58.7358726Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7384995Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7413298Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:58.7440155Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7467015Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7494083Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7521046Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7547375Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7576093Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.7603087Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7638574Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7677490Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7717193Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7754389Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.7789210Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7823184Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7851395Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7879253Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7907776Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.7935611Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7963381Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.7997146Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8034595Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8074108Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.8108766Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8142182Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8174928Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8204092Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.8231109Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8257355Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8284637Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8316605Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:29:58.8343338Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8370390Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8397276Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8423535Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8450593Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8478997Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.8512959Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8539632Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8577115Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8617509Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.8656294Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8690983Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8724646Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8757242Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8785827Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.8813191Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8839455Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8866691Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8893798Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8929198Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.8961096Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.8994760Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9027507Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9059402Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9094691Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.9126515Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9158189Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9190060Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9217015Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9244045Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9272734Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.9298920Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9326252Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9354699Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:58.9381732Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9408853Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9435104Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9462070Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9489140Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9517268Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.9544406Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9571744Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9597793Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9624878Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9652088Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9681088Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.9708205Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9734562Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9761558Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9789865Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:58.9816609Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9843570Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9870635Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9896856Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9925576Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:58.9952501Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:58.9986571Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0013376Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0047615Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0082985Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.0115714Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0142961Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0170304Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0196496Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0223467Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0252636Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.0286750Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0313361Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0348953Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.0382507Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0415254Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0442257Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0469334Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0497104Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.0523988Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0550906Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0587077Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0623634Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0660915Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.0696048Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0727773Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0761432Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0795016Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0829394Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.0861413Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0893335Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0925053Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0956647Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.0989722Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.1024676Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1059338Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1094010Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1129711Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.1162425Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1195272Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1230200Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.1262845Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1295664Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1332224Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.1364632Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1403351Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1442544Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1479460Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.1514309Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1548188Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1581255Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1614293Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1648728Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.1681710Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1714741Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1749743Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1784562Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1821185Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.1855134Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1888141Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1922231Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.1954991Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.1987810Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2020844Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2052157Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.2078903Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2110398Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2141973Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2173387Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2202566Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2233634Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.2262731Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2289844Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2318148Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.2345081Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2372785Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2398762Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2432808Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2464853Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.2502412Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2541284Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2575550Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2608790Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2642770Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.2673712Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2704822Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2735804Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2766996Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2799264Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.2811238Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:29:59.2846628Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2881441Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2915338Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.2944908Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.2973218Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3000227Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3028622Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3056857Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3092488Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.3118955Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3152648Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3186193Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3218743Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3248982Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:29:59.3275615Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3301779Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3328697Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3356751Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.3391248Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3417242Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3450992Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3484548Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3520322Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.3547475Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3574595Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3600665Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3627696Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3656722Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.3692924Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3728300Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3762781Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3796547Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3825931Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.3853975Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3880958Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3908903Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3937020Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.3965726Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.3992575Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4018723Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4045711Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4072549Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4102048Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4130869Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.4160287Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4189594Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4220275Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.4247315Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4274158Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4301068Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4327962Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4354710Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4385747Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.4413111Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4441646Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4470737Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4499799Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4526718Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4555202Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.4582028Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4609017Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4635834Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4669981Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4698234Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.4732540Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4766329Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4799003Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4826302Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4855388Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.4881553Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4908796Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4935821Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.4971619Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.5005263Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5037791Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5071687Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5107147Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.5140896Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5173740Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5207683Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5241464Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5277211Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.5310092Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5342382Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5374009Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.5409767Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5446146Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5479212Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5511155Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5544042Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.5574588Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5605079Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5635303Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5665563Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.5697288Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.5715257Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5733002Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5750510Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5768150Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5785596Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5803182Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5820627Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5839527Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:59.5857204Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5875021Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5892662Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5910246Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5927861Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5945378Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5963010Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5980466Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.5999415Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:29:59.6017035Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6034736Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6052381Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6070030Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6087549Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6105115Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6122654Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:29:59.6153410Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.6181013Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6207733Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6234868Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6263573Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.6298101Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6330472Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6368503Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6409697Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.6445035Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6479285Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6512639Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6545087Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6578761Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.6611214Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6643550Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6675776Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6705114Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6733304Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.6762594Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6791822Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6820867Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6847903Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6876508Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.6903335Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6930254Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6956876Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.6986459Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7013081Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7046379Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.7077639Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7107149Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7136421Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7165781Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7194697Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.7221863Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7248991Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7275957Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7304382Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.7333972Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7360631Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7392335Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7423953Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7455360Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.7484726Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7513976Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7541219Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7569863Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.7596750Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7623869Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7650991Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7680462Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7708853Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.7740544Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7772186Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7801678Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7830913Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7861697Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.7888726Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7915591Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7942533Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7969675Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.7996664Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8027003Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.8053604Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8082946Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8112106Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8141301Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8168311Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8197174Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.8224075Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8251114Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8279786Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.8314004Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8340823Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8374866Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8408739Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8443146Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.8470183Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8497336Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8523536Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8550355Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8577310Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8614491Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.8641171Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8674972Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8708603Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8742635Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.8769871Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8796792Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8823152Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8850243Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8877047Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8913663Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.8940490Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.8974506Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9008472Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9040995Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9069537Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.9096648Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9122897Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9149891Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9176997Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9213093Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.9239766Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9273648Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9307223Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9341435Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:29:59.9368607Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9395488Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9421766Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9448856Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9477403Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.9511599Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9538494Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9576435Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9615433Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9655331Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.9689421Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9723134Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9755974Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9785200Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.9812577Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9838895Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9866082Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9893179Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9922490Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:29:59.9950631Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:29:59.9982088Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0013501Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0042814Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0071762Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0103752Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.0130866Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0157936Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0185720Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0214717Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.0241650Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0275895Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0311459Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.0344176Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0379990Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0415401Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0449104Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0488182Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.0526785Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0561204Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0594788Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0628956Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.0656155Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0683071Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0709179Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0736119Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0762878Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0799466Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.0834652Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0869438Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0903314Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0933125Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.0961166Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.0988311Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1016318Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1044316Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1078011Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1116962Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1156053Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1190279Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1223673Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1258180Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.1285362Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1312346Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1340061Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.1367191Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1394068Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1425703Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1459339Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1492062Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1525275Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.1556852Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1588657Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1620430Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1653836Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.1685293Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1718650Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1751307Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1783000Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1817190Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.1849005Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1880647Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.1914076Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.1926194Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.1937801Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.1949299Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.1961024Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.1972458Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.1983946Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.1995509Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2007116Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2018647Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2030155Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2041561Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2053150Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2065985Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:00.2078012Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2089614Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2101161Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2135896Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2171218Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2204685Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2238536Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.2270408Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2302270Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2335723Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.2367701Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2398990Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2432753Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2465326Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2498662Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.2530277Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2561815Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2593435Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2625136Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2658895Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.2692610Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2725264Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2758367Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.2790020Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2821673Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2853544Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2885243Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.2898531Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:00.2910229Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2921696Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2933368Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2944820Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2956237Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2967869Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2979365Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.2990858Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3002366Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3014233Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3025571Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3037084Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3048659Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3061456Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:00.3072992Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3084617Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3096167Z 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-09-27T16:30:00.3107529Z 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-09-27T16:30:00.3118959Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3130473Z 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-09-27T16:30:00.3141959Z 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-09-27T16:30:00.3153470Z 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-09-27T16:30:00.3165142Z 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-09-27T16:30:00.3176710Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3188048Z 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-09-27T16:30:00.3199571Z 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-09-27T16:30:00.3212990Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:00.3224522Z 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-09-27T16:30:00.3236013Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3247812Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3259191Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3270622Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3282118Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3293658Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3305159Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3317942Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:30:00.3329575Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3341008Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3352546Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:00.3389946Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3423267Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3458223Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3493828Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.3526950Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3559168Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3591062Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3624555Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.3657914Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3689959Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3721502Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3755466Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3790011Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.3822069Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3854176Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3886539Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3918310Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.3952276Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.3986288Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4024046Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4063446Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4103274Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.4137272Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4171085Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4203796Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4230862Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4259694Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.4286068Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4312913Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4339967Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4376787Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.4409636Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4448365Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4488463Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4525737Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.4560565Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4594432Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4627628Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4660764Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4695210Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.4728247Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4761122Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4795252Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4829125Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.4863214Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4896975Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4929818Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4961486Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.4995376Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.5027678Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5059377Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5091365Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5118588Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5145345Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.5178047Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5210633Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5241792Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.5269085Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5296322Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5321659Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5348794Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.5374278Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5399557Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5425016Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5438411Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:00.5469500Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5499567Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.5527938Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5552021Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5575392Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5598353Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5621596Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5644832Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5672612Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.5695810Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5724315Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5750777Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5777430Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5800548Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5824217Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.5846453Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5868667Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5891218Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5917665Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5941093Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.5970523Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.5997183Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6023903Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6047110Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6069299Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6091527Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6113829Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6138301Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.6150671Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:00.6180169Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6207950Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6237020Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.6261519Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6284774Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6307705Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6330851Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6353776Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6378306Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.6401103Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6423902Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6446712Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6469427Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6493874Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6515858Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6543476Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.6567755Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6592694Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6615697Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6637864Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6660243Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6682448Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6706081Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.6730437Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6752394Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6778348Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6802497Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6827704Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6851877Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.6874152Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6896410Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6918609Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6940900Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6967366Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.6990332Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7019507Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.7046115Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7072448Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7095784Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7118044Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7140528Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7164990Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.7187295Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7213804Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7240399Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7268608Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.7296743Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7326730Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7354533Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7382940Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7410970Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7441964Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.7469823Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7498052Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7518832Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7537597Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7558415Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7580646Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.7600604Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7620538Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7640491Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7659269Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7677990Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7696840Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7715318Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7735416Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.7753986Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7772617Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7791346Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7809994Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7828589Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7847410Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7868412Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7890389Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.7911779Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7933332Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7953939Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7974546Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.7996287Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.8016248Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8036165Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8056107Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8075834Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8095833Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8115933Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8136211Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8158364Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.8178103Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8197988Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8216713Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8237445Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8259774Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.8279646Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8299693Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8319459Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8338358Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8356943Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8375760Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8394155Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8414155Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.8432764Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8451590Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8470277Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8488980Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8507586Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8526409Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8547106Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8570229Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.8591645Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8612176Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8632461Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8652672Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8671779Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8690910Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8709713Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8731075Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.8750704Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8771150Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8792095Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8813269Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8833411Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8853434Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8874650Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.8893542Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8912253Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8931003Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8949813Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8968645Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.8987203Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9005947Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9024747Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9044659Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.9063258Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9081904Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9102470Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9120971Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9142043Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9163312Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9186135Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.9206300Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9226274Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9246247Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9265016Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9285084Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:00.9303680Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9322285Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9341054Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9361380Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9380950Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9400979Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9421045Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9440400Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9461104Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9480424Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9499980Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9519344Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9538085Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9556815Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9575678Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9594235Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9614396Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.9633081Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9651944Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9670556Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9689308Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9708129Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9726711Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9745364Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9765550Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.9784285Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9802886Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9821653Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9840255Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9859011Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9877562Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9896284Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9916344Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:00.9935078Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9953598Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9972390Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:00.9990984Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0009592Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0028242Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0047141Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0069045Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.0087808Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0108073Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0128196Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0148191Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0166995Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0185750Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0204350Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0224849Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.0243702Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0264143Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0282931Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0303226Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0324903Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.0345177Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0363958Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0382744Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0401249Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0420038Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0438727Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0459502Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0479855Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0502238Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.0522084Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0541593Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0561523Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0581760Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0603198Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0622663Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0641904Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0661353Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0680680Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0700168Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0720746Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0742880Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.0763384Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0783638Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0803472Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0823136Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0842715Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0862500Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0882094Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0904084Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.0923662Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0945079Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0966453Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.0986954Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1007207Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1027380Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1047157Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1069454Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.1089366Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1108906Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1128627Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1149181Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1169683Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1189866Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1210121Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1231700Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.1251373Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1270993Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1290715Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1310450Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1331433Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.1350004Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1370343Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1390756Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1410981Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1430490Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1450027Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1469561Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1489723Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.1508297Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1527063Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1545590Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1564434Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1584826Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1604352Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1625368Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1648057Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.1667915Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1687987Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1707966Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1727397Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1746589Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1765961Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1785145Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1806000Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.1816709Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:01.1837248Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1857917Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1878205Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1897502Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1916519Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1935550Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1957294Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.1976506Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.1996732Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2015462Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2035638Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2057225Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.2077101Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2096040Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2114674Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2133306Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2152028Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2170786Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2191022Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2211497Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.2231746Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2252172Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2272112Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2290969Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2311173Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.2329761Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2348379Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2375952Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2387936Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2408467Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2429034Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2449570Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2470035Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.2489257Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2508207Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2527387Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2546440Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2565304Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2584042Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2602652Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2622971Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.2641665Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2661578Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2680198Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2700040Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2719664Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2739339Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2758166Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2778445Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.2797248Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2816021Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2834751Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2854666Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2873315Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2893193Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2912848Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2934027Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.2952884Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2971789Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.2990535Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3009609Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3028130Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3048840Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3067597Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3090103Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.3110397Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3130577Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3149407Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3168361Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3188369Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.3207208Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3226024Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3246500Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3266638Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3286709Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3306840Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3327095Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3349081Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.3372178Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:30:01.3392309Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3412540Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3432460Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3452479Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3472865Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3492751Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3515556Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.3537080Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3557544Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3578034Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3598263Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3618110Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3637981Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3657779Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3678874Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.3698824Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.3715497Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3732079Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3748517Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3765051Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3781470Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3797852Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3814432Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3833064Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:01.3850648Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3867086Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3883541Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3900009Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3916380Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3932952Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3949335Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3965939Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.3983741Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:01.4000254Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4016877Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4033427Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4049990Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4066416Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4082824Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4099228Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:01.4119240Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4140957Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.4159915Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4179004Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4197963Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4219012Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4240653Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.4262169Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4283596Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4303889Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4324163Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4345624Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.4365221Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4384734Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4404292Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4423727Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4443395Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4462859Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4481388Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4502397Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.4521735Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4541253Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4559877Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4578556Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4597140Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4615784Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4634354Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4655553Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.4674175Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4694753Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4715029Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4734650Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4754204Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4773752Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4792410Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4812655Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.4831503Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4850173Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4868795Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4888486Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4907044Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4927507Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4947811Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.4968965Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.4988412Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5008156Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5026965Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5045901Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5064462Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5083165Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5101828Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5123733Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.5142536Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5162972Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5183348Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5202968Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5223994Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.5243653Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5262476Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5281181Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5300018Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5318865Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5337786Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5357382Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5377322Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5397060Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5416773Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5436149Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5454890Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5473680Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5492271Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5510890Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5529526Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5551266Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.5569948Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5590071Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5610129Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5629963Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5648796Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5667461Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5686101Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5706665Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.5725472Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5745771Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5764556Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5784688Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5806376Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.5826256Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5845056Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5863649Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5882139Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5900941Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5919571Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5939969Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.5959876Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.5980260Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6000250Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6020224Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6038968Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6057632Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6076124Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6094947Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6114867Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.6135402Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6153771Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6174013Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6193988Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6214109Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6232969Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6251936Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6272515Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.6291416Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6310210Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6330861Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6349619Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6372314Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.6393511Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6414743Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6434913Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6455037Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6475078Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6494017Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6512704Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6532755Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.6551554Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6570363Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6590144Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6608915Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6629394Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6649892Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6669445Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6690561Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.6710094Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6729053Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6747798Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6766538Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6785230Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6804026Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6825277Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6846400Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.6866329Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6886636Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6906732Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6926919Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6947744Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6968790Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.6990200Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.7010249Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7030090Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7049038Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7067777Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7086396Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7105126Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7123962Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7146932Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.7167908Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7188561Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7209013Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7228206Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7249424Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.7268343Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7287527Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7306557Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7327051Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7349668Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.7370889Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7391035Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7411220Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7431158Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7449962Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7468789Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7487495Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7507578Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.7526500Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7545827Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7566165Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7586228Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7605747Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7625096Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7644541Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7665287Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.7684703Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7703863Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7724075Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7744114Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7763577Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7782898Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7802134Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7822889Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.7842164Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.7853120Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7863583Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7874007Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7884466Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7894777Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7905114Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7915557Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7926065Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7936564Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7946873Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7957211Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7967637Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.7979396Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:01.7989855Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8000267Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8010714Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8033361Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8055707Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8076796Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8096955Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8116608Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8138340Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.8157786Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8177302Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8196569Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8216744Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8238687Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.8258116Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8277527Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8297104Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8316330Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8337739Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.8356897Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8377056Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8397275Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8416406Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8437152Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.8456593Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8475863Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8495274Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8506084Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8516506Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8527062Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8537369Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8547698Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8558097Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8568567Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8579003Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8589408Z 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-09-27T16:30:01.8601067Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:01.8611679Z 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-09-27T16:30:01.8622103Z 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-09-27T16:30:01.8632453Z 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-09-27T16:30:01.8642955Z 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-09-27T16:30:01.8653386Z 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-09-27T16:30:01.8663865Z 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-09-27T16:30:01.8674097Z 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-09-27T16:30:01.8684605Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8694977Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8705422Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8715734Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8726180Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8736538Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8746918Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8758828Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:01.8769340Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8779670Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8789992Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8800300Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8810809Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8821197Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8831528Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8841956Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8852445Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8862899Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8873314Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8883684Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8894017Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8906229Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:01.8917481Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:01.8942231Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8963481Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.8984434Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9005000Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9025081Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9044862Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9065837Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.9086522Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9105977Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9125443Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9144829Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9165194Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9185146Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9204651Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9225936Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.9245360Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9264693Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9284100Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9304173Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9326930Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:01.9348014Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9369123Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9389153Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9409194Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9429179Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9448002Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9466681Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9486872Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.9505593Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9524463Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9545509Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9565855Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9587772Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9609839Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9630571Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9652774Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.9673200Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9693308Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9713246Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9733449Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9753457Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9773620Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9795539Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.9815239Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9835506Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9856034Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9876119Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9895737Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9915324Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9935012Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:01.9955865Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:01.9975550Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0002801Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0028371Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0059130Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0089753Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0122193Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.0149043Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0176470Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0203130Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0229226Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0255595Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0283568Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.0309710Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0329293Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0347662Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0367563Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:30:02.0385744Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0404154Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0422589Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0440864Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0459322Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0477650Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0496179Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0514481Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0534452Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:02.0552900Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0571462Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0589895Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0608321Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0626699Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0645352Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0663779Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0683698Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:02.0702208Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0720466Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0738836Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0757371Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.0781645Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0805377Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0830349Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.0853548Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0876529Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0903871Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0929821Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0962099Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.0995647Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.1024990Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1052201Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1079399Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1106664Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.1132646Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1158362Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1184148Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1209863Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1234741Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1258787Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.1284711Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1308765Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1333814Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1358191Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.1380548Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1402856Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1425091Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1447391Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1471794Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1494208Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1522171Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.1548832Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1575370Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1599442Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1624467Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1647513Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1671523Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.1693827Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1716066Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1738484Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1762549Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1784942Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1811406Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1839190Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.1865569Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1889834Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1914806Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1937843Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1960148Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.1985253Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.2007669Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2029955Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2054469Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2077915Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.2104471Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2131153Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2157781Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2182139Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2207134Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2231933Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.2254296Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2276733Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2299226Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2321499Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2347115Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.2369279Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2394973Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2419380Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2444327Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2467157Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2491014Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.2513306Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2535447Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2557576Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2583986Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2607085Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2634621Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2662344Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.2688678Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2711725Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2734229Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2756249Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2778409Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2801796Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.2827843Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2850860Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2878321Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2904685Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2930989Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2953949Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.2977548Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.2999541Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3021920Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3044341Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3070351Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3093438Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3122447Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.3148845Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3175066Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3198067Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3220465Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3242737Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3264998Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3289197Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.3315171Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3338388Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3366252Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3394140Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.3420436Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3443727Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3465829Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3488030Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3510321Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3534556Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.3560180Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3583390Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3611666Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3646016Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.3674847Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3703165Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3729320Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3755370Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3778591Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3802539Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.3825374Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3847679Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3869818Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3894046Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3915993Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3942350Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3969997Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.3996175Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4020310Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4045263Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4068113Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4090593Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4115006Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.4137933Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4160179Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4186590Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4213475Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4240126Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4269669Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.4297055Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4324273Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4357743Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4389427Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4418344Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4444957Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4471926Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4495396Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4519173Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.4541590Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4564282Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4586798Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4599475Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:02.4629354Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4657288Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4686557Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.4710688Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4734122Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4757379Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4780873Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4804056Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4831779Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.4861110Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4890378Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4918853Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4945239Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4971428Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.4995931Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.5018651Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5041459Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5063794Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5086341Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5110865Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5137749Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5166448Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.5191684Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5217391Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5244640Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.5269652Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5294959Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5319861Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5348332Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.5374933Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5400085Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5425573Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5450921Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5476052Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5503115Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.5516613Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5529184Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5541484Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5553717Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5565988Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5578252Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5590418Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5602642Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5615057Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5627286Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5639446Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5651748Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5665401Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:02.5677490Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5690274Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5702181Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.5729793Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5758206Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5785653Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5810943Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5837649Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.5862818Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5888012Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5913207Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5938084Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5964684Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.5992190Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.6017372Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6042644Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6067876Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6092955Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6118007Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6144994Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.6171761Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6198326Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6223691Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6250458Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.6275730Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6301031Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6326438Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6339933Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6352410Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6364495Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6376704Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6390613Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:02.6403053Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6415241Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6427427Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6439619Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6452014Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6464393Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6476533Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6488779Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6500925Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6513096Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6525425Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6537725Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6551308Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:02.6563615Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6575748Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6587962Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6601025Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6612487Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6624538Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6636851Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6649121Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6661235Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6673512Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6685808Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6699346Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:02.6711618Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6723899Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6736066Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6748269Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6760427Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6772759Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6784906Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6797116Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6809383Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6821544Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.6853074Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6879732Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6910029Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6937277Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6964168Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.6989789Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7016826Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.7042277Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7067717Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7093187Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7118484Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7147738Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7178852Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.7206238Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7233868Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7261297Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7289989Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.7321195Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7347263Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7376581Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7411357Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7441615Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.7470255Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7496516Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7522759Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7546063Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7568882Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7593310Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.7615974Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7638284Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7665628Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7691498Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7721732Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7752996Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.7782311Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7809444Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7836352Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7862380Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7888285Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7915717Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.7941480Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7967255Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.7995956Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.8021368Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8050569Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8077145Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8103754Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8129318Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8156892Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.8182515Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8207911Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8233177Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8271614Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.8316694Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8351847Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8386384Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8422189Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.8457254Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8491897Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8526307Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8560733Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8595165Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.8630150Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8664548Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8700627Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8736712Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.8772565Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8806988Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8842817Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.8879235Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8913619Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8948150Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.8984290Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.9018830Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9053169Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9087426Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9121417Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9156929Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.9191434Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9226607Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9243409Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:30:02.9259594Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:02.9295554Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9330350Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9365709Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9400920Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.9435939Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9470261Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9505261Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9540095Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9575439Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.9610043Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9644661Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9679261Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9714146Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:02.9748852Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9783213Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9819455Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:02.9854236Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9888958Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9923381Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:02.9933762Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.9943984Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:02.9978623Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:03.0013011Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.0047540Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.0057832Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:03.0067918Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:03.0077965Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:03.0087972Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:03.0097817Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:03.0134817Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:03.0170635Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.0206094Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.0243448Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:03.0278328Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.0311695Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.0933556Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:03.1599993Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:30:03.2274482Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:30:03.2624777Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:03.3243746Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:30:03.3866018Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:03.4436773Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:30:03.5001272Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:03.5568401Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:30:03.6134962Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:03.6698914Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:30:03.6714512Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:03.6727774Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:03.6762677Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6793188Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6827407Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6849321Z 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-09-27T16:30:03.6850238Z out_uint8_computation = torch.pow( 2022-09-27T16:30:03.6851054Z 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-09-27T16:30:03.6851807Z out_int64_computation = torch.pow( 2022-09-27T16:30:03.6854494Z ok (0.016s) 2022-09-27T16:30:03.6875083Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6895342Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6914255Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6933374Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6952469Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6972337Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.6992037Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.7011940Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:03.7031635Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:03.7614236Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:30:03.7938804Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:03.9519568Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:30:04.1887595Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.228s) 2022-09-27T16:30:04.3047304Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:30:04.4320566Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:30:04.4895748Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:04.5710411Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:30:04.6061901Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:04.6418276Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:04.6802423Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:04.7141457Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:04.7432862Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:04.7731369Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:04.8050704Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:04.8405997Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:04.8791331Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:04.9095339Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:04.9386278Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:04.9685619Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:30:05.0004973Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.0357339Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:05.0745959Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.1049252Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.1340142Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:05.1639560Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.1959187Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.2311400Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:05.2696702Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.3000786Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.3291811Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.3933943Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:05.4263144Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:05.5476203Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:30:05.7066803Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:30:05.7916725Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:30:05.8264890Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.8617285Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:05.9004585Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.9310355Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:05.9602447Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:06.0247168Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:30:06.0577748Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:06.1794810Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:30:06.2423530Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:30:06.3278500Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:06.3626592Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:06.3979065Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:06.4363539Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:06.4668401Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:06.4962764Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:06.5342558Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:06.5647360Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:06.6818397Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:30:06.8662627Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:30:06.9313816Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:07.0265728Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:30:07.0604960Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:07.1192001Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:07.1518344Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:07.1842970Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:07.2215405Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:07.2520076Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:30:07.2809429Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:07.2874071Z 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:8106: RuntimeWarning: invalid value encountered in add 2022-09-27T16:30:07.2874945Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:30:07.2904821Z ok (0.000s) 2022-09-27T16:30:07.2913214Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.2920459Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.2991903Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.3028185Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3067622Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3109241Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.3177467Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3214344Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3252510Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3294658Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.3362172Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3398999Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3437005Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.3470247Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3513556Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3552516Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3610080Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.3636328Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3665255Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3709667Z 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-09-27T16:30:07.3710390Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.3710974Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:30:07.3711517Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.3722281Z ok (0.000s) 2022-09-27T16:30:07.3730017Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.3736997Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:07.3818749Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3871146Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.3924942Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.3932372Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.3939356Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.3954691Z 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:2038: RuntimeWarning: invalid value encountered in floor_divide 2022-09-27T16:30:07.3955474Z return np.floor_divide(a, b) 2022-09-27T16:30:07.3991570Z ok (0.000s) 2022-09-27T16:30:07.4043995Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4059693Z 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-09-27T16:30:07.4060375Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.4096828Z ok (0.016s) 2022-09-27T16:30:07.4170665Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4212488Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.4254446Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4286764Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4344492Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4371691Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.4400503Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4432325Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4489335Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4515346Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4544222Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.4551858Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4558810Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4565823Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4572690Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4579571Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4586495Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4593300Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4600129Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4607086Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4613892Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.4627857Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4641190Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4654315Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4667177Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4680174Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4693539Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4706565Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4719418Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4732687Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4745584Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4758685Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4771592Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:07.4806046Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4864044Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.4890909Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4920244Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4952234Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.4995434Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.5032785Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:30:07.5089511Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5115399Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5144298Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5177541Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:30:07.5221238Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:30:07.5259668Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:30:07.5316838Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:30:07.5343574Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5372632Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5405302Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5448919Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5486267Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.5544408Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5570854Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5599813Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5631590Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.5688832Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5714908Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5743733Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5785160Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.5852591Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5888474Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5926081Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.5967167Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.6033810Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6069409Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6107105Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.6148329Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6215461Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6252105Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.6290066Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6331468Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6398239Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6434146Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.6471484Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6503979Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6547254Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6586285Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.6643906Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6669984Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6698736Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6740610Z 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-09-27T16:30:07.6741053Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.6741415Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:30:07.6741753Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.6754468Z ok (0.016s) 2022-09-27T16:30:07.6762076Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.6769006Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:07.6837090Z 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-09-27T16:30:07.6837540Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.6850731Z ok (0.000s) 2022-09-27T16:30:07.6900660Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.6954364Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.6969531Z 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-09-27T16:30:07.6970064Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:07.7007788Z ok (0.000s) 2022-09-27T16:30:07.7092964Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.7141099Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.7189999Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.7206231Z 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:8249: RuntimeWarning: invalid value encountered in subtract 2022-09-27T16:30:07.7206804Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:30:07.7233954Z ok (0.001s) 2022-09-27T16:30:07.7249390Z 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:8249: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:30:07.7249973Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:30:07.7305538Z ok (0.000s) 2022-09-27T16:30:07.7372727Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.7444296Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.7481308Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:07.7519689Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:07.8459073Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:30:07.9120626Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:08.2233277Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.310s) 2022-09-27T16:30:08.5023755Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.274s) 2022-09-27T16:30:08.6582862Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:30:08.7510818Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:30:08.8630519Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:30:08.9458032Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:30:09.0295689Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:30:09.1178726Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:30:09.1993023Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:30:09.2794978Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:09.2804926Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:09.4697670Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:30:09.5876721Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:30:09.7275669Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.140s) 2022-09-27T16:30:09.7741291Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:09.8247667Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:09.8864107Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:09.9256559Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:09.9573682Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:09.9580142Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:10.1094092Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:30:10.1966264Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:30:10.3008517Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:30:10.3381080Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:30:10.3756734Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:30:10.4211238Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:10.4540587Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:10.4857531Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:10.5381855Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:10.5921450Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:10.6562129Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:10.7064828Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:10.7542754Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:30:10.7925532Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:10.8236051Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:10.9242065Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:30:10.9583157Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:11.0169830Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:11.0495387Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:11.0820013Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.1193707Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.1498837Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:11.1786943Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:11.2169039Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:11.2475377Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:11.3475606Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:30:11.3817655Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.4407645Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:30:11.4733119Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.5059333Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.5431606Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:11.5736513Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.6028920Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:11.6701699Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:11.7396839Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:11.8652036Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:30:11.9307797Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:30:12.0199141Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:30:12.0655267Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:12.1143162Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:12.1678184Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:30:12.2236896Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:12.2759561Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:12.3343696Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:12.4072465Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:12.6085200Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.207s) 2022-09-27T16:30:12.7283867Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:30:12.8852880Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.160s) 2022-09-27T16:30:12.9427702Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:30:13.0437418Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:30:13.1165643Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:13.1901985Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:30:13.2685197Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:13.3405617Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:13.4106587Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:30:13.4127727Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4145636Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:13.4162351Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:30:13.4174705Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4185692Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4196573Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4207542Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4218420Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4229719Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4240618Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4251639Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4262538Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4273527Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4284525Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4295429Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4306318Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4317506Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:13.4328693Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4339675Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4350509Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4361366Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4372326Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4383141Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4393996Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.4461884Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4505980Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.4547542Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4587698Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4638051Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.4685931Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4706202Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4726371Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4746037Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4765958Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4785891Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.4805621Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4825407Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4845478Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4865048Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4884921Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4904630Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4924320Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.4989102Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5028122Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5075775Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5123675Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5143989Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5164063Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5183746Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5248021Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5287903Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5335835Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5383398Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5403665Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5423830Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5443424Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5491543Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5527239Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5562388Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5593679Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5631718Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5669526Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5689208Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5708604Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5728445Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5743579Z 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-09-27T16:30:13.5744261Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:30:13.5783882Z ok (0.000s) 2022-09-27T16:30:13.5791756Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:13.5799335Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:13.5834252Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5879855Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5925549Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.5948095Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5970576Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.5992781Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6000581Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:13.6039624Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6092838Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6145194Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6166283Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6186796Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6207269Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.6269020Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6307735Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6356310Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6404589Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.6425063Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6445220Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6465657Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6484704Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6504359Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6524141Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.6572793Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6603268Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6641003Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6678988Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.6698444Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6717814Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6737081Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6785381Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6815953Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6854153Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.6892069Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6911624Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6931205Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.6950574Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7010194Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.7048043Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7095177Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7142119Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7164467Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.7185886Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7205827Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7256673Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7301393Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7344849Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.7379234Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7419733Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7460041Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7481827Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.7503595Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7525205Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7539044Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7552465Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7565936Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7579293Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7592646Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7606070Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7619447Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7632795Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:13.7646401Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7659744Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7673120Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7686543Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7699874Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7714789Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7729343Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7742652Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7755922Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7769442Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:13.7791408Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.7812386Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7832477Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7881732Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7912852Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.7951105Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.7988991Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8008722Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8028253Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8047684Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8096541Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8131388Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.8165454Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8197866Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8236366Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8275035Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:30:13.8294752Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8314236Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8333572Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8381927Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8417345Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8451393Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.8482069Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8520204Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8558014Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8577792Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8596942Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8616252Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8664459Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8699804Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8734403Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8765997Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8803946Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8841545Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8860780Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8880169Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8899644Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.8948003Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.8978657Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9016778Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9054648Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.9074202Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9093685Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9112956Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9177209Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9216606Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.9264491Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9311967Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9332410Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9352279Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9372504Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.9437456Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9478033Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9527656Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.9577305Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9598818Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9619589Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9639456Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9705024Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.9744984Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9793077Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9840752Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:13.9861116Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9881142Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9900997Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:13.9964936Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0004542Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.0052473Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0100018Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0120262Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0140360Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0160209Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.0208558Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0243853Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0277682Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0310334Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.0348396Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:30:14.0386557Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0406233Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0425653Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0444988Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0501601Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.0510183Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:14.0517649Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:14.0554447Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0601351Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0647620Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.0664097Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:14.0680010Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:14.0695806Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:14.0758563Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0798963Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.0847345Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0895212Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0916099Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0936488Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.0956475Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.1021343Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1064323Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1106704Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.1147189Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1196752Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1245711Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1266704Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:14.1287060Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1306982Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:14.1833195Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:14.2400029Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:14.3109624Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:14.3636379Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:14.4130882Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:14.4594585Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:14.4998508Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:14.6483959Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:30:14.6886007Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:14.7585531Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:30:14.7995341Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:14.8417334Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:14.8896017Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:14.9285617Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:30:14.9674923Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:15.0205815Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:15.0609240Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:30:15.1787361Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:30:15.2476597Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:15.3424505Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:30:15.3778196Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:15.4375152Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:15.4707878Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:15.5044985Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:15.5427094Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:15.5749289Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:15.6065778Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:15.6451412Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:15.6758666Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:15.7910032Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:30:15.8640794Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:16.0036526Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:30:16.0447360Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:16.1084538Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:16.1413628Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:16.1746161Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:16.2126884Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:16.2443592Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:16.2750947Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:16.3142900Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:16.3453268Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:16.4623551Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:30:16.5312390Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:16.6250396Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:30:16.6610878Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:16.7208766Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:16.7531120Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:16.7859116Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:30:16.8231823Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:16.8541167Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:16.8836128Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:16.9214948Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:16.9522660Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:17.0555187Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:30:17.0901431Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:17.1485826Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:17.1812244Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:17.2135953Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:17.2506878Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:30:17.2810814Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:17.3101843Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:17.3749378Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:30:17.4079724Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:17.5289399Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:30:17.5918957Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:17.6773840Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:30:17.7122089Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:17.7474351Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:17.7860181Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:17.8166692Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:17.8460350Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:17.9109154Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:17.9440224Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:30:18.0650513Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:30:18.1284886Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:18.2138366Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:30:18.2488167Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:18.2840366Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:18.3226652Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:18.3533241Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:30:18.3825357Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:18.4470992Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:30:18.4802392Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:18.6026364Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:30:18.6704138Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:30:18.7566515Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:30:18.7918882Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:18.8277755Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:30:18.8663147Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:18.8950726Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:18.9237835Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:18.9896475Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:19.0228686Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:19.1487690Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:30:19.2117606Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:19.2985059Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:30:19.3340261Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:19.3698545Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:19.4088678Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:19.4407326Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:30:19.4710799Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:30:19.5098056Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:19.5418085Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:19.6601971Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:30:19.7278778Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:19.8234256Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:30:19.8584296Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:30:19.9176925Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:19.9510179Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:19.9837745Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:20.0217353Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:20.0527024Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:20.0819778Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:20.1543130Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:30:20.4712644Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.317s) 2022-09-27T16:30:20.7316859Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.268s) 2022-09-27T16:30:20.8797657Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:30:20.9496065Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:30:21.0627270Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:30:21.1084595Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:21.1533087Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:21.2038379Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:21.2505635Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:30:21.2893528Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:21.2902830Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:21.4647596Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:30:21.5756510Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:30:21.7044055Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:30:21.7486167Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:21.7935671Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:21.8467136Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:21.8867685Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:30:21.9178856Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:21.9200261Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:21.9214691Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:21.9425328Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:30:21.9685022Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:21.9892064Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:21.9913109Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:21.9931927Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:21.9950189Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:21.9975878Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0000410Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0024590Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0048925Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0074711Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0087271Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.0114183Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.0138076Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0161773Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0185769Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0211662Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0224398Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.0248259Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0274482Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.0300114Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:30:22.0324145Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0349877Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0362387Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.0386243Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0410384Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0434144Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0459501Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.0485367Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0502021Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0515303Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.0531550Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0548443Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0565195Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0590454Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0616187Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.0640101Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0664072Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0690019Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0706422Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0719596Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.0735597Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0753530Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0772226Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.0797283Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0821826Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0845798Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0869968Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0895604Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0910967Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.0925069Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.016s) 2022-09-27T16:30:22.1089227Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.1266117Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.1424681Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:30:22.1445824Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.1462421Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1477859Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1502247Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1526323Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1551449Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.1575053Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1600311Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1617552Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1630983Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.1637157Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.1643452Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.1660256Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1677622Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1694797Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1731570Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.1765424Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1798934Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1832459Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1871594Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.1878096Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.1896061Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1913900Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1931380Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1957126Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.1981940Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2006454Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2012843Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.2041526Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2058273Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2075428Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2092525Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2109349Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2134367Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2158351Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2190183Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.2225416Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2234184Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.2269023Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2305819Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.2340472Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2387005Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:22.2425634Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2450285Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.2468228Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.2488822Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2508642Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2529032Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2563237Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2595372Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.2619012Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2642278Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2667387Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2682937Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2695156Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.2710000Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2725158Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2740250Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2765085Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2788389Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2811745Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2834887Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2859894Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2876369Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2889689Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.2906793Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.2922635Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2938231Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2965468Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.2992256Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3016169Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3042621Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3075332Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.3093010Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3106238Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.3329709Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:22.3520665Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.3541832Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3560103Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3577826Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3605155Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3633447Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.3659633Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3686043Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3713636Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.3727739Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:30:22.3740221Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3752566Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3764952Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3777203Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3789488Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3801828Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3814183Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3826587Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3838806Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3851132Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3863370Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3875653Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3889440Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:22.3901673Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3913887Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3926169Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3938554Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3950822Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3963247Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3975494Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.3987750Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.4000047Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.4012321Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:22.4038488Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4065526Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.4089923Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4114072Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4140043Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4157026Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.4169589Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.4184562Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4199581Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4214798Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4238281Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4261800Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4285125Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4310258Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.4335605Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4351017Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4363649Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.4530039Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.4688505Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.4707349Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4725392Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.4740973Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4765411Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4789357Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4813209Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4836702Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4861983Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.4878612Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.4891434Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.5056076Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.5215246Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.5233796Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5250382Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5265788Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5291779Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.5315534Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5339127Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5362792Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5387957Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5403387Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5415858Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.5581551Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.5739254Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.5759914Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.5777384Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5793567Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5818379Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5842592Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5866405Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5890199Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5917242Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.5932870Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5945405Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.5960438Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5975673Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.5990819Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6014852Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6038839Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6062178Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6087111Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.6112305Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6128989Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6142265Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.6158420Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6175356Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6192097Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6217477Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6243943Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.6267771Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6291795Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6317440Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6335446Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.6348708Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.6364943Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6381745Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6398368Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6423733Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6448013Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6472084Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6497565Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.6523380Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6539898Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6553202Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.6569454Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6586365Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6603181Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6628420Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6655131Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.6678807Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6702906Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6728900Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6747009Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.6760292Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.6776438Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6793240Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6809992Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6835115Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6859193Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6883163Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6908389Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.6934140Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6949493Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.6961971Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-09-27T16:30:22.7131738Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.7289868Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.7308660Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7326621Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:22.7342145Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7366687Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7390760Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7414734Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7438316Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7463810Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7482674Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.7489811Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.7495984Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.7512552Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7530077Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7546981Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7562944Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:22.7577696Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:22.7592330Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:22.7607019Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:22.7635714Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.7652861Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7670355Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7687593Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7704444Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7730037Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7754516Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7778697Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.7804292Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.7810636Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.7827384Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8047203Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:22.8294019Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:30:22.8498839Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:22.8519694Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8538218Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8555195Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8580885Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8605480Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8631075Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:22.8655492Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:22.8661900Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:22.9275223Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:23.0979133Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:30:23.3611365Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.270s) 2022-09-27T16:30:23.4652132Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:30:23.6022810Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.142s) 2022-09-27T16:30:23.6576878Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:30:23.7449280Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:30:23.7814263Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:23.8197546Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:23.8633602Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:23.8951354Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:23.8960612Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:23.8996775Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9024964Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9042484Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9060656Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9157385Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:23.9229346Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9271751Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:23.9309441Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9346588Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9383309Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9397226Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9410686Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9426940Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:23.9440022Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9555766Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9642761Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:23.9705068Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9796602Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:23.9859528Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:23.9912163Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:23.9984903Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0033818Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0093011Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.0129763Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0143857Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0232164Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.0295145Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0383258Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.0445679Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0460638Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0474535Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0488010Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0501151Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0514253Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0528956Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:24.0542102Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:24.0555196Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:24.0568915Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:24.0581946Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:24.0595030Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:24.0608008Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0698248Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.0760807Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0776220Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0790285Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0803947Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0817457Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0830777Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0845629Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.0859018Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0872344Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0885836Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.0972155Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1035156Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.1049712Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1062902Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1075741Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1088679Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1101628Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1114229Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1127165Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1140034Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1261639Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:30:24.1350103Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.1412064Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1503508Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.1565903Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1603651Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1671500Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.1712202Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1804624Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.1873676Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1912904Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.1923313Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:30:24.1935953Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-09-27T16:30:24.1946013Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:30:24.1961081Z Ensure that signed integer bit shifting works as expected. ... ok (0.016s) 2022-09-27T16:30:24.1971051Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:30:24.1982044Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-09-27T16:30:24.1991971Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:30:24.2003515Z Ensure that signed integer bit shifting works as expected. ... ok (0.000s) 2022-09-27T16:30:24.2024839Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2048897Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2070392Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2091912Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2112892Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2136728Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.2157509Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2178043Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2198399Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2218762Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2239089Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2259568Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2307739Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.2415093Z 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-09-27T16:30:24.2415710Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:30:24.2423313Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:30:24.2423672Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:30:24.2650144Z ok (0.032s) 2022-09-27T16:30:24.2751274Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2771838Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.2789399Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.2937211Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.3060268Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.3207669Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-09-27T16:30:24.3334113Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.3480977Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.3604071Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.3724102Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:30:24.3724729Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:30:24.3756062Z ok (0.016s) 2022-09-27T16:30:24.3903234Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.4024826Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:24.4332202Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.4571243Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:24.4748847Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.4929313Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.5108872Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.5286944Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.5434908Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.5580024Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.5689602Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:24.5951943Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:24.6271955Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:24.6529255Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.6818808Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:24.6947920Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-09-27T16:30:24.7857119Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:30:24.8085344Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.8317926Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:30:24.8565094Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.8742090Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.8972836Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:24.9202696Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:24.9723938Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:30:24.9893007Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:25.0057747Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.0222946Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.0354735Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.000s) 2022-09-27T16:30:25.0545851Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:25.0774378Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.1000210Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:25.1275073Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.1501962Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:25.1731572Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.1959075Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:25.2189119Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.2492895Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:25.2781278Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:25.2945575Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.3250147Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:25.3498534Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.3715554Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:25.3969485Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.4273652Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:25.4589722Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:30:25.4773139Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:30:25.4931243Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.5069217Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.5180974Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.017s) 2022-09-27T16:30:25.5319260Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.5429423Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:30:25.5567781Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.5721006Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.5873658Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.6001432Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-09-27T16:30:25.6163318Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.6329859Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:30:25.6519156Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.6682640Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.6843798Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.6953555Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:25.7116686Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.7225919Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:25.7336436Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:25.7498570Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:25.7636978Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.7782575Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.7928327Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.8054410Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-09-27T16:30:25.8189541Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.8325466Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:25.8461483Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.8587074Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.016s) 2022-09-27T16:30:25.8703336Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:25.8821430Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:25.8958869Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.9137019Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.9283049Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.9435275Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:25.9587280Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.9739921Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:25.9887150Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.0042880Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:26.0196400Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.0349885Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.0502255Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.0682622Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.0846387Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.0983132Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.1094030Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:26.1276796Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.1438501Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.1585207Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.1749167Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.1912208Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.2022959Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:26.2133550Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:26.2297095Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.2459297Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.2623693Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:26.2732349Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:26.2842305Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:26.2951881Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:26.3059586Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:30:26.3169066Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:30:26.3333211Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.3495572Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.3678904Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:30:26.3871038Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.4032788Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.4104185Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.4226319Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.4350641Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:30:26.4468711Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.4587044Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.4710221Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.4833772Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.4955370Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.5078020Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.5201328Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.5318949Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:30:26.5429937Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.5540716Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.5650730Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.5765637Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.5879989Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.5994690Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.6111027Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.6225448Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.6340692Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.6451813Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.6560768Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.6667488Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.6781995Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.6897392Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.7012098Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.7125127Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.7239166Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.7350973Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.7460004Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.7568181Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.7672966Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.7784655Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.7895876Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.8007131Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.8116296Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.8227842Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.8351117Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.8472077Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.8591765Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.8709678Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.8831200Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.8954556Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.9076858Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.9200091Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.9322440Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:30:26.9445519Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.9565247Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:26.9692250Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.9803469Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:26.9926916Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.0048261Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.0171058Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.0295405Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.0420037Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:30:27.0543690Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.0664278Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.0781586Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.0897475Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1018011Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1139779Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1262432Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1383667Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:30:27.1505579Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1627867Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1749165Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.1868190Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.1987196Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2110450Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2237068Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2358381Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.2482117Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2605994Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2731889Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2857784Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.2978699Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.3098466Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.3226794Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:30:27.3351392Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.3474669Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.3598543Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.3722996Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:30:27.3748830Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.3772561Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:30:27.3805913Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.3837378Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.3867941Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.3898521Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.3928831Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.3960523Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.3990719Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4020896Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4051345Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4081428Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4114369Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.4144364Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4174442Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4204589Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4234390Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4264431Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4296954Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.4327156Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4356915Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4386758Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4416705Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4449110Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.4478246Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4508275Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4538249Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4568095Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4599477Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.4629451Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4659510Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4689464Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4719390Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4750721Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.4780770Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4810951Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4840915Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4871235Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4902903Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.4933211Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4963219Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.4993014Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5022974Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5052993Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5084381Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.5114151Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5144275Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5174339Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5204362Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5236995Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.5267032Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5297016Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5326989Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5357018Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5389710Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.5419893Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5449915Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5479714Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5509854Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5541165Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.5571354Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5601178Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5631044Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5660990Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5691323Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:30:27.5722740Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:30:27.5724568Z 2022-09-27T16:30:27.5725141Z ---------------------------------------------------------------------- 2022-09-27T16:30:27.5725429Z Ran 8283 tests in 70.516s 2022-09-27T16:30:27.5725548Z 2022-09-27T16:30:27.5725657Z OK (skipped=901, expected failures=14) 2022-09-27T16:30:27.5728575Z 2022-09-27T16:30:27.5728900Z Generating XML reports... 2022-09-27T16:30:28.3887032Z Generated XML report: test-reports\python-unittest\test_binary_ufuncs\TEST-TestBinaryUfuncsCPU-20220927162917.xml 2022-09-27T16:30:28.9595934Z Running test_optim ... [2022-09-27 16:30:28.948267] 2022-09-27T16:30:30.4365456Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:30:28.948267] 2022-09-27T16:30:30.4365771Z 2022-09-27T16:30:30.4365855Z Running tests... 2022-09-27T16:30:30.4366116Z ---------------------------------------------------------------------- 2022-09-27T16:30:30.4366667Z Test results will be stored in test-reports\python-unittest\test_optim 2022-09-27T16:30:30.8085255Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.364s) 2022-09-27T16:30:30.8237021Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.017s) 2022-09-27T16:30:30.8289952Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.000s) 2022-09-27T16:30:30.8386273Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:30.8480239Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:30.8582042Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9290894Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.079s) 2022-09-27T16:30:30.9352065Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9377574Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9401624Z 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-09-27T16:30:30.9402488Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:30.9407018Z ok (0.000s) 2022-09-27T16:30:30.9430555Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:30.9447339Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9471220Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9498018Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9528589Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9610880Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:30.9695497Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9776409Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:30.9860465Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:30.9943463Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.0026975Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0108901Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.0129466Z 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-09-27T16:30:31.0130342Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.0137644Z ok (0.000s) 2022-09-27T16:30:31.0167173Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0195189Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0222200Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.0249438Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0277817Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0304560Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0328417Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0357361Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0385136Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.0410462Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0439728Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0465348Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0492724Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0516443Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0537682Z test_constantlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0567017Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0604018Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0620891Z 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-09-27T16:30:31.0621735Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.0627651Z ok (0.000s) 2022-09-27T16:30:31.0650828Z 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-09-27T16:30:31.0651449Z warnings.warn(msg, FutureWarning) 2022-09-27T16:30:31.0651644Z ok (0.000s) 2022-09-27T16:30:31.0672883Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0707982Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0721726Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0766034Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0806782Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0848997Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.0861667Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0877232Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0935717Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.0990699Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1055687Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.1093027Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1128754Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1165617Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.1204568Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1240847Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1273019Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1293595Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1315565Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.1335958Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T16:30:31.1365833Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1393856Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1422444Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1449677Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1472737Z 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-09-27T16:30:31.1473650Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T16:30:31.1483696Z ok (0.016s) 2022-09-27T16:30:31.1509734Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1527625Z 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-09-27T16:30:31.1528468Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.1534008Z ok (0.000s) 2022-09-27T16:30:31.1552831Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1573922Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1605870Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1623295Z 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-09-27T16:30:31.1624140Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.1629632Z ok (0.000s) 2022-09-27T16:30:31.1669224Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1685826Z 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-09-27T16:30:31.1686772Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.1692039Z ok (0.000s) 2022-09-27T16:30:31.1714583Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1753396Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1770688Z 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-09-27T16:30:31.1771549Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.1777259Z ok (0.000s) 2022-09-27T16:30:31.1807609Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.1835622Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.1891616Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.2957542Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.110s) 2022-09-27T16:30:31.3012344Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3064276Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.3112665Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3158852Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3210260Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.3223673Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3263949Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3276732Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3289442Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3322215Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3355269Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3373007Z 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-09-27T16:30:31.3373894Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.3381132Z ok (0.016s) 2022-09-27T16:30:31.3410989Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3432903Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3461899Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3490619Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3517335Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3545154Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.3571694Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3599149Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3632466Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3654998Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3674374Z 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-09-27T16:30:31.3675237Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:31.3676100Z 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-09-27T16:30:31.3676880Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T16:30:31.3682901Z ok (0.016s) 2022-09-27T16:30:31.3705813Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T16:30:31.3729575Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3747196Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3769679Z test_step_lr (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3800859Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3821471Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3844426Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.016s) 2022-09-27T16:30:31.3881509Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3900244Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3937108Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:31.3960989Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.000s) 2022-09-27T16:30:32.0490101Z 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-09-27T16:30:32.0490981Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:30:34.2281454Z ok (2.834s) 2022-09-27T16:30:34.2342174Z test_adadelta_complex (__main__.TestOptim) ... ok (0.010s) 2022-09-27T16:30:38.0709290Z test_adagrad (__main__.TestOptim) ... ok (3.833s) 2022-09-27T16:30:38.0786410Z test_adagrad_complex (__main__.TestOptim) ... ok (0.016s) 2022-09-27T16:30:49.6303529Z test_adagrad_sparse (__main__.TestOptim) ... ok (11.544s) 2022-09-27T16:30:58.9227916Z test_adam (__main__.TestOptim) ... ok (9.288s) 2022-09-27T16:31:01.2097195Z test_adamax (__main__.TestOptim) ... ok (2.288s) 2022-09-27T16:31:04.0351733Z test_adamw (__main__.TestOptim) ... ok (2.836s) 2022-09-27T16:31:05.9098131Z test_asgd (__main__.TestOptim) ... ok (1.872s) 2022-09-27T16:31:05.9113837Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.000s) 2022-09-27T16:31:05.9138014Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.000s) 2022-09-27T16:31:05.9149961Z test_fused_optimizers (__main__.TestOptim) ... ok (0.000s) 2022-09-27T16:31:05.9160395Z test_invalid_param_type (__main__.TestOptim) ... ok (0.000s) 2022-09-27T16:31:06.3579816Z test_lbfgs (__main__.TestOptim) ... ok (0.441s) 2022-09-27T16:31:06.3602392Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.000s) 2022-09-27T16:31:06.3634266Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.016s) 2022-09-27T16:31:07.0836890Z test_nadam (__main__.TestOptim) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T16:31:07.0837777Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-09-27T16:31:08.1401578Z ok (1.770s) 2022-09-27T16:31:08.1422240Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.000s) 2022-09-27T16:31:10.0021751Z test_radam (__main__.TestOptim) ... ok (1.864s) 2022-09-27T16:31:13.6199249Z test_rmsprop (__main__.TestOptim) ... ok (3.618s) 2022-09-27T16:31:15.2640534Z test_rprop (__main__.TestOptim) ... ok (1.638s) 2022-09-27T16:31:22.2654179Z test_sgd (__main__.TestOptim) ... ok (7.014s) 2022-09-27T16:31:22.2779630Z test_sgd_complex (__main__.TestOptim) ... ok (0.000s) 2022-09-27T16:31:30.5327467Z test_sgd_sparse (__main__.TestOptim) ... ok (8.266s) 2022-09-27T16:31:33.2500754Z test_sparse_adam (__main__.TestOptim) ... ok (2.708s) 2022-09-27T16:31:33.2626555Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.016s) 2022-09-27T16:31:33.2701059Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.016s) 2022-09-27T16:31:33.2769962Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.000s) 2022-09-27T16:31:33.2788460Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.000s) 2022-09-27T16:31:33.2845698Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.000s) 2022-09-27T16:31:33.2942721Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.016s) 2022-09-27T16:31:33.3259783Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.032s) 2022-09-27T16:31:33.3490450Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.031s) 2022-09-27T16:31:33.3490774Z 2022-09-27T16:31:33.3491061Z ---------------------------------------------------------------------- 2022-09-27T16:31:33.3491449Z Ran 149 tests in 62.922s 2022-09-27T16:31:33.3491631Z 2022-09-27T16:31:33.3491742Z OK (skipped=1) 2022-09-27T16:31:33.3491912Z 2022-09-27T16:31:33.3492048Z Generating XML reports... 2022-09-27T16:31:33.3576449Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestDifferentiableOptimizer-20220927163030.xml 2022-09-27T16:31:33.3700167Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestLRScheduler-20220927163030.xml 2022-09-27T16:31:33.3727256Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestOptim-20220927163030.xml 2022-09-27T16:31:33.3739500Z Generated XML report: test-reports\python-unittest\test_optim\TEST-TestSWAUtils-20220927163030.xml 2022-09-27T16:31:33.6906045Z Running test_serialization ... [2022-09-27 16:31:33.679971] 2022-09-27T16:31:33.6906524Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:31:33.679971] 2022-09-27T16:31:35.4692030Z 2022-09-27T16:31:35.4692525Z Running tests... 2022-09-27T16:31:35.4692859Z ---------------------------------------------------------------------- 2022-09-27T16:31:35.4693209Z Test results will be stored in test-reports\python-unittest\test_serialization 2022-09-27T16:31:35.4703097Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... skip: NamedTemporaryFile on windows (0.000s) 2022-09-27T16:31:35.4725689Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:35.4741533Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:35.5133560Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.047s) 2022-09-27T16:31:35.5148097Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:35.5180935Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:35.6450916Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.126s) 2022-09-27T16:31:35.6730219Z test_serialization (__main__.TestOldSerialization) ... ok (0.026s) 2022-09-27T16:31:35.7187218Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.047s) 2022-09-27T16:31:35.7321724Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.016s) 2022-09-27T16:31:35.7439303Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.010s) 2022-09-27T16:31:35.7448552Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-09-27T16:31:35.7455523Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-09-27T16:31:35.7482481Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:35.7577574Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.016s) 2022-09-27T16:31:35.7596335Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:35.7617652Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:31:36.0733536Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.308s) 2022-09-27T16:31:36.0760520Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.016s) 2022-09-27T16:31:36.1245915Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.047s) 2022-09-27T16:31:36.1634946Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.041s) 2022-09-27T16:33:18.8108885Z test_serialization_offset (__main__.TestOldSerialization) ... ok (102.635s) 2022-09-27T16:33:26.2660102Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (7.458s) 2022-09-27T16:33:26.2798854Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.016s) 2022-09-27T16:33:26.2855122Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:33:26.2911083Z test_serialization_sparse (__main__.TestOldSerialization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_serialization.py:293: 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-09-27T16:33:26.2912337Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-09-27T16:33:26.2927910Z ok (0.016s) 2022-09-27T16:33:26.2962110Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9142591Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.623s) 2022-09-27T16:33:26.9162397Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9281974Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.016s) 2022-09-27T16:33:26.9296701Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9308988Z test_load_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9322644Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9430814Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.010s) 2022-09-27T16:33:26.9444563Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9464927Z test_meta_serialization (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:26.9632854Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:26.9661128Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:27.1067092Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.145s) 2022-09-27T16:33:27.1336180Z test_serialization (__main__.TestSerialization) ... ok (0.026s) 2022-09-27T16:33:35.5856198Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (8.460s) 2022-09-27T16:33:35.6048584Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:35.6058307Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-09-27T16:33:35.6065217Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-09-27T16:33:35.6092373Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:35.6191563Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:35.6211173Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:35.6232876Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:36.1750284Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.545s) 2022-09-27T16:33:36.1776784Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:36.2405020Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.057s) 2022-09-27T16:33:36.2488283Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:36.2648668Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:36.2678894Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:36.2738102Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:36.2777919Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:36.2825558Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:36.2849127Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3225537Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.041s) 2022-09-27T16:33:36.3330789Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py:758: 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-09-27T16:33:36.3331979Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-09-27T16:33:36.3427143Z ok (0.010s) 2022-09-27T16:33:36.3586964Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:33:36.3607737Z test_serialize_device (__main__.TestSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3630672Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.016s) 2022-09-27T16:33:36.3646935Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3675977Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3699976Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3732120Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3759580Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-09-27T16:33:36.3759991Z 2022-09-27T16:33:36.3760610Z ---------------------------------------------------------------------- 2022-09-27T16:33:36.3761043Z Ran 68 tests in 120.891s 2022-09-27T16:33:36.3761233Z 2022-09-27T16:33:36.3761351Z OK (skipped=5) 2022-09-27T16:33:36.3761520Z 2022-09-27T16:33:36.3761657Z Generating XML reports... 2022-09-27T16:33:36.3877149Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestOldSerialization-20220927163135.xml 2022-09-27T16:33:36.3933657Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSerialization-20220927163135.xml 2022-09-27T16:33:36.3947993Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestSubclassSerialization-20220927163135.xml 2022-09-27T16:33:36.3957232Z Generated XML report: test-reports\python-unittest\test_serialization\TEST-TestBothSerializationCPU-20220927163135.xml 2022-09-27T16:33:36.7556415Z Running test_foreach ... [2022-09-27 16:33:36.747784] 2022-09-27T16:33:36.7556872Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:33:36.747784] 2022-09-27T16:33:39.1265952Z 2022-09-27T16:33:39.1266599Z Running tests... 2022-09-27T16:33:39.1266922Z ---------------------------------------------------------------------- 2022-09-27T16:33:39.1267287Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-09-27T16:33:39.1307033Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1324783Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1341121Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1357130Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1372731Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1388356Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1404011Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1419634Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.1435544Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1450921Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1466430Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.1482069Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.7692920Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.615s) 2022-09-27T16:33:39.7770277Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.7846860Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.7922814Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.7998254Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8073345Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.8148801Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8225105Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:33:39.8300592Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8376557Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.8451903Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8526805Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.8603764Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8678604Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.8753351Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8827815Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.8902292Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.8976370Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9050768Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.9125009Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9199615Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.9273564Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9347422Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.9421332Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9496696Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.9571340Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9645975Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.9720322Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9794891Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:39.9869112Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:39.9943622Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0018082Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0092458Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0167006Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.0241452Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0316728Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.0393852Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0471459Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.0547077Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0622517Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.0698009Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0773559Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.0848928Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.0924296Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.0999612Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.1074878Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.1150095Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:40.1224830Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:40.1249777Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1274202Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1298272Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1322368Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1346403Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1370581Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.1394759Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1418928Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1442931Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1466873Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1491346Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1515127Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1539061Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.1563064Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1587129Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1610972Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1635008Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1658877Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1683095Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.1706963Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1731014Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1755138Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1778962Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1803020Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1826853Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1851085Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.1875330Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1899468Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1923397Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1947260Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1971408Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.1995429Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.2019414Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2043431Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2067315Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2091585Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2115758Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2139834Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2164230Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.2188222Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2212223Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2236490Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2260653Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2284678Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2308862Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.016s) 2022-09-27T16:33:40.2333437Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-09-27T16:33:40.2357596Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2381667Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.000s) 2022-09-27T16:33:40.2908358Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:40.3216749Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:40.3889789Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:40.4591109Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:40.4818538Z 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-09-27T16:33:40.4819208Z actual = self.func(*inputs, **kwargs) 2022-09-27T16:33:40.5155089Z ok (0.049s) 2022-09-27T16:33:40.5685201Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:33:40.6180659Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:40.6506728Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:40.6843759Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:40.7153574Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:40.7480959Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:33:40.7809776Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:33:40.8320035Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:33:40.8664721Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:33:40.9333652Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:41.0030061Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:41.0524192Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:33:41.1037303Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:41.1517401Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:33:41.1866529Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:41.2221898Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:41.2570176Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:41.2916405Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:41.3264038Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:41.3770407Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:41.4069689Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:41.4738054Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:41.5435397Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:41.5982060Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:41.6506122Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:41.6993849Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:41.7313708Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:41.7642553Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:41.7943599Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:33:41.8260674Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:41.8579721Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:33:41.9019482Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:41.9178207Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:41.9760710Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:42.0361899Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:42.0838956Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:42.1288376Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:42.1711937Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:33:42.2006880Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:42.2305538Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:42.2588400Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:33:42.2882178Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:42.3177481Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:33:42.3775073Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:42.4137331Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:42.4888458Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:42.5658495Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:33:42.6297615Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:42.6894142Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:33:42.7461963Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:33:42.7850188Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:42.8243563Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:42.8613177Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:33:42.9001108Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:42.9388980Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:42.9971309Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:43.0378234Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:33:43.1118226Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:33:43.1885045Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:43.2448461Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:43.3039498Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:43.3601704Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:33:43.4016128Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:43.4432347Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:33:43.4847111Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:43.5260800Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:43.5672877Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:43.6262352Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:43.6629291Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:43.7370047Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:43.8137244Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:33:43.8759801Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:33:43.9357199Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:43.9925938Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:44.0314252Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:44.0707572Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:44.1078850Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:44.1465564Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:44.1852174Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:44.2363606Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:44.2586320Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:44.3253565Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:44.3934783Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:44.4490842Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:44.5015058Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:44.5515979Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:44.5878849Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:44.6246880Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:33:44.6603375Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:33:44.6965575Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:44.7325439Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:44.7342456Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7357465Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7371544Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7385471Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7404810Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7423189Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:44.7442332Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7461330Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7480155Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7498945Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7517759Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7536006Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7554353Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7572498Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:44.7590995Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7609031Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7627971Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7646922Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7665858Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7684950Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7703709Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7722544Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7741303Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:44.7760227Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7778996Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7797953Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7816811Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7835828Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7854649Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7872927Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7892042Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:44.7911076Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7929925Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7948622Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7967401Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.7985626Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8004079Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8022146Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8040574Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:44.8058892Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8078149Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8104602Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8123850Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8143110Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8161868Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8180656Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8199550Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:44.8218088Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:33:44.8236429Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8254456Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8272805Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8291066Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:44.8990169Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:44.9442936Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.049s) 2022-09-27T16:33:45.0431570Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:33:45.1462700Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:33:45.2231206Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:45.2954763Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:45.3626176Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:45.4106793Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:45.4603748Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:45.5067670Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:45.5554624Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:45.6036985Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:45.6734067Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:45.7235120Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:45.8222928Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:33:45.9250659Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:33:45.9861579Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:46.0564850Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:46.1219060Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:46.1723390Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:46.2242728Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:46.2747419Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:46.3251240Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:46.3758969Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:46.4453369Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:46.4907169Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:46.5898261Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:33:46.6924778Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:33:46.7675424Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:46.8391775Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:33:46.9065713Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:33:46.9543766Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:47.0040150Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:47.0503519Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:47.0981091Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:47.1462931Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:33:47.2044766Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:47.2272767Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:47.3089615Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:47.3928007Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:33:47.4566458Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:47.5164366Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:47.5730843Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:47.6144362Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:47.6566923Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:33:47.6966550Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:47.7377180Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:47.7787370Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:47.8602160Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:33:47.9151738Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:48.0270859Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.111s) 2022-09-27T16:33:48.1413484Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:33:48.2294392Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:33:48.3122414Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:48.3914900Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:48.4499146Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:48.5091687Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:48.5655428Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:48.6235172Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:48.6819363Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:48.7633045Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:48.8228423Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:48.9327536Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.111s) 2022-09-27T16:33:49.0462255Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:33:49.1189725Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:49.2015004Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:33:49.2802204Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:49.3410597Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:49.4015997Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:49.4626292Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:33:49.5230229Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:49.5836179Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:49.6646812Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:49.7203015Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:49.8306231Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:33:49.9443392Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:33:50.0308169Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-09-27T16:33:50.1135015Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:33:50.1924902Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:33:50.2506153Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:33:50.3092266Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:50.3654973Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:50.4253200Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:50.5031462Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:33:50.5952588Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:33:50.6306493Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:50.7254711Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:33:50.8215815Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:33:50.8974730Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:50.9689674Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:51.0381249Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:51.0901641Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:51.1420024Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:51.1920573Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:51.2434466Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:33:51.2946453Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:51.3438737Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:33:51.3657870Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:51.4283032Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:33:51.4930770Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:33:51.5460865Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-09-27T16:33:51.5959214Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:51.6425395Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:33:51.6661247Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:51.6909453Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:51.7120808Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:51.7354798Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:51.7589160Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:51.7881772Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:51.8062069Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:51.8464342Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:33:51.8875795Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:51.9192798Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:51.9488852Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:51.9768918Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:51.9950389Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.0135124Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.0314368Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.0492919Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.0672614Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.0964670Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:52.1102453Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.1502981Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:33:52.1912716Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:52.2229610Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:52.2528673Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:52.2809956Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:52.2947978Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:52.3090458Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.3215865Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.3353667Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.3491683Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.3980645Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:52.4128517Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.4754358Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:52.5405919Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:52.5938361Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:52.6439645Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:52.6906179Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:52.7142648Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.7392583Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:52.7603745Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.7838501Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:52.8074694Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:52.8644365Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:52.9029075Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:52.9836993Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:33:53.0570125Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-09-27T16:33:53.1186708Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:53.1760090Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:53.2307909Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:53.2615084Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:53.2917837Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:53.3196438Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:53.3502125Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:53.3809660Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:53.4177812Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:53.4423209Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:53.4899109Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:53.5389341Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:53.5783888Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:53.6158950Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:53.6522751Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:53.6772642Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:53.7017828Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:53.7266515Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:53.7510914Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:53.7757847Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:53.8123257Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:53.8329060Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:33:53.8806094Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:53.9367436Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:53.9790500Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:33:54.0162860Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:54.0527246Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:54.0730650Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.0933810Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.1123989Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.1331271Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:33:54.1534622Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.2106347Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:54.2318840Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.3038501Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:54.3773952Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-09-27T16:33:54.4397603Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:33:54.4973834Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:33:54.5521017Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:33:54.5828214Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:54.6134408Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:54.6417031Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:33:54.6721156Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:54.7025269Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:33:54.7048520Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7069234Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7089626Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7109635Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7129774Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7149678Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7174016Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:33:54.7194034Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7213851Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7233804Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7253952Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7273682Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7293653Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7313647Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7334801Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:33:54.7354878Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7374878Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7394991Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7414900Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7434888Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7454710Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7474741Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7495982Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:33:54.7516032Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7535870Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7555826Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7575724Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7595725Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7615596Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7635507Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7656704Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:33:54.7676732Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7696460Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7716528Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7736360Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7756438Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7776196Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7796232Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7819242Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:33:54.7839318Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7859115Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7879138Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7898979Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7919004Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7938940Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7959037Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.7980316Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:33:54.8000366Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.8018797Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.8037463Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:54.8196517Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:33:54.8270611Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:54.8439797Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.8596742Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.8747663Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.8824545Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.8899924Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:54.8970327Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9044626Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:54.9120420Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9276609Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9350133Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:54.9516826Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9675441Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9825651Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9902167Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:54.9976833Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0046412Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.0119789Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0196658Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.0226949Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0255453Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0283402Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0310604Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0338215Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0368832Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.0396319Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0423624Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.0617878Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.0726744Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.0934932Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.1135035Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.1333631Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:33:55.1443958Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.1555230Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.1660507Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.1769295Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.1880022Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.2073379Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.2182120Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.2393189Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.2595326Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:33:55.2790753Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.2905304Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.3014990Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.3120364Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.3232724Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:33:55.3342491Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:33:55.9235201Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.600s) 2022-09-27T16:33:56.5140146Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.588s) 2022-09-27T16:33:56.8892735Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (0.375s) 2022-09-27T16:33:57.2544399Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (0.364s) 2022-09-27T16:33:57.4215277Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (0.158s) 2022-09-27T16:33:57.5883079Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (0.174s) 2022-09-27T16:33:57.7559498Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (0.174s) 2022-09-27T16:33:57.9218874Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (0.160s) 2022-09-27T16:33:58.0884555Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.158s) 2022-09-27T16:33:58.6751430Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.589s) 2022-09-27T16:33:59.2668566Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.602s) 2022-09-27T16:33:59.6427324Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.368s) 2022-09-27T16:34:00.0090491Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.375s) 2022-09-27T16:34:00.2026439Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.181s) 2022-09-27T16:34:00.3981300Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.203s) 2022-09-27T16:34:00.5762593Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.171s) 2022-09-27T16:34:00.7633601Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.187s) 2022-09-27T16:34:00.9537253Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.200s) 2022-09-27T16:34:01.6819942Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.729s) 2022-09-27T16:34:02.4101694Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.722s) 2022-09-27T16:34:02.9163114Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (0.509s) 2022-09-27T16:34:03.4283884Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (0.515s) 2022-09-27T16:34:03.7053098Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (0.281s) 2022-09-27T16:34:03.9825375Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (0.275s) 2022-09-27T16:34:04.2702545Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (0.281s) 2022-09-27T16:34:04.5456611Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (0.276s) 2022-09-27T16:34:04.8218390Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.269s) 2022-09-27T16:34:05.5470618Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.713s) 2022-09-27T16:34:06.3226893Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.785s) 2022-09-27T16:34:06.8279658Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.499s) 2022-09-27T16:34:07.3384098Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.517s) 2022-09-27T16:34:07.6381808Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.301s) 2022-09-27T16:34:07.9368572Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.287s) 2022-09-27T16:34:08.2250828Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.300s) 2022-09-27T16:34:08.5322775Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.301s) 2022-09-27T16:34:08.8307258Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.301s) 2022-09-27T16:34:08.8325677Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:08.8341822Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:08.8357526Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:08.8372995Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:08.8706863Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:08.9135132Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:34:08.9564842Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:34:08.9939186Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:09.0283427Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:09.0614739Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:09.1041849Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:34:09.1576584Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:34:09.2105215Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:34:09.2575886Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:34:09.3010553Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:34:09.3447927Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:34:09.3586194Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.3715288Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.3841101Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.3995950Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.4188778Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.4370333Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.4441506Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.4513160Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.4576257Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.4646755Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.4715980Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.4949296Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:09.5183371Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.5349607Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.5497029Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.5733879Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:09.5971803Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.6126835Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.6274205Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.6457498Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.6642343Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.6785826Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.6922150Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.7062844Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.7204708Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.7337570Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.7407721Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.7479172Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.7542104Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.7612908Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.7681919Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.7871982Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.8064979Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.8209597Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.8349209Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:09.8538508Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.8734144Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:09.8874632Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.9005562Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:09.9146851Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.9292118Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.9427434Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.9576482Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.9720090Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:09.9857846Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0042646Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0232823Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0379703Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0516157Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0656847Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0797726Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.0930823Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.1068429Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.1207590Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.1340364Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.1412105Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.1481730Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.1544536Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.1614859Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.1683424Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.1820947Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.1959408Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.2090956Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.2279588Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.2468686Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.2621043Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.2769168Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.2922131Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.3077676Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.3228395Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.3416342Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.3604948Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.3757823Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.3907703Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.4095249Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:10.4283407Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.4440501Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.4588557Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.4756758Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.4928612Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.5064790Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.5193640Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.5264582Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:34:10.5333737Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.5397139Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.5465216Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.5534777Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.5670959Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.5804708Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.5933172Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6077399Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6222985Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6362106Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6432311Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.6503116Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6565774Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.6635551Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6703484Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.6839403Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.6976270Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.7105135Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.7294991Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.7485840Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.7630871Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.7767853Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.7957568Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.8149983Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.8294370Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:10.8427311Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.8580533Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.8770701Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.8967296Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.9119427Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.9263680Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.9451104Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:10.9640059Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:10.9783446Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:10.9920115Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.0104920Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:11.0291970Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.0432570Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.0567648Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.0705907Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.0847635Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.0981800Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.1053260Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.1122924Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.1185498Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.1257366Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.1326228Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.1345089Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1364465Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.1382619Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:34:11.1399619Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1416537Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1433574Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1450415Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1467287Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1484302Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1501135Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1518103Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1536343Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.1553495Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1570221Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1587046Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1604126Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1620953Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1637965Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1654887Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1671873Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1690079Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.1706948Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1723899Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1740721Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1757690Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1774521Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1791481Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1808354Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1825212Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1843597Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.1860531Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1877581Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1894405Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1911462Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1928338Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1945306Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1962305Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1979376Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.1997575Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.2014594Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2031632Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2048593Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2065527Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2082552Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2099320Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2116411Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2133298Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2151944Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.2173336Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:34:11.2193561Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:34:11.2211994Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:34:11.2228839Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2247393Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:34:11.2264333Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2281340Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2299953Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:34:11.2317082Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2334032Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2351017Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2367988Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2384969Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2403449Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:34:11.2420572Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2437636Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2454617Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2471570Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2488447Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2505379Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2522345Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2539118Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2557481Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.2574344Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2591401Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2608254Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2625142Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2642032Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2658898Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2675956Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2692856Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2711342Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.2728259Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2745113Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2762121Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2778964Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2795974Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2812818Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2829700Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2846828Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2865073Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.2882231Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2899205Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2916208Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2933039Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2949937Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2967047Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.2983937Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3001118Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3019916Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.3037378Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3054248Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3071292Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3088299Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3105219Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3122253Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3139130Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3156305Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3175072Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.3192323Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3209343Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3226307Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3243409Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3260494Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3278831Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:34:11.3295728Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3312695Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3329643Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3346525Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3363517Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3380491Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3397514Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3414452Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3432806Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:11.3449932Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3466865Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3484062Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3500821Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3517857Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3534767Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3551822Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3568947Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:11.3727320Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.3797880Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.3944047Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.4092360Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:11.4259209Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.4421500Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:34:11.4574183Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.4663859Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.4787060Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.4905336Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.5035776Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.5129587Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.5305636Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:11.5420313Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:11.5683923Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:11.5953447Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:11.6049825Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.6228413Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.6401742Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:11.6523729Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.6643314Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:11.6761919Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.6879230Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.6997873Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.7169821Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.7284267Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.7550352Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:11.7819536Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:11.7914415Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.8091370Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.8264742Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:11.8384888Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.8501638Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.8620156Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.8737925Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.8855702Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.9016602Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.9128447Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:11.9345629Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:11.9564039Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:11.9659532Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.9827300Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:11.9990026Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.0105892Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.0218281Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.0333860Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:12.0445190Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.0558078Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.0717689Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.0786804Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.0897421Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.1003235Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.1094318Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.1258741Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:12.1413971Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.1503128Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.1592824Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.1674149Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.1764259Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.1853787Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:12.2013891Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.2126991Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.2345576Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.2574606Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:12.2668793Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.2837385Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:12.2998064Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.3111486Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.3225963Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.3340259Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:12.3453654Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.3567240Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.3729295Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.3837680Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.4053107Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:12.4274635Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-09-27T16:34:12.4369511Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.4532775Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.4689978Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.4801941Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.4913241Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.5026122Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.5183702Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.5335510Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.5520193Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:12.5632036Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.5744308Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.5854320Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.5944596Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.6111467Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.6274628Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.6391615Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.6505668Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.6618995Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.6730798Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.6846390Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7015721Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7128996Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7239581Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.7350148Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7443280Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7609606Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7769706Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.7887378Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.8002225Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.8119661Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.8237482Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:12.8349137Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.8506924Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.8619650Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.8833732Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.9054035Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:12.9149284Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:12.9319233Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:12.9480493Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.9595063Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.9708867Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.9822675Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:12.9933012Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.0045355Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.0205704Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.0316360Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.0427077Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.0536324Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.0629958Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.0793326Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.0949131Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.1061230Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.1170629Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.1283616Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.1394177Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.1501826Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.1661675Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.1732071Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.1840427Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.1948139Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.2041803Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.2217620Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-09-27T16:34:13.2397774Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:13.2493677Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.2585293Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.2668633Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.2756784Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.2846470Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3005958Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3074770Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.3187078Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3298556Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3467842Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3629711Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3783779Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3855842Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.3929176Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.3998963Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.4070989Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.4139371Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.4318156Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.4436087Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.4651191Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.4875791Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:13.4970481Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.5145737Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.5320939Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.5439860Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.5590647Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.5747010Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.5902502Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.6052371Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.6283010Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:13.6430980Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.6574277Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:13.6713836Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.6833879Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.7068331Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:13.7293834Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.7451917Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.7609611Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.7766852Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.7923405Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.8072027Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.8306695Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:13.8456755Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.8746550Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:13.9037807Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:13.9160979Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.9389430Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.9614392Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:13.9769264Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:13.9923247Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.0076461Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.0229826Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.0379036Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:14.0614341Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:14.0767597Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.1051329Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:14.1340246Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:34:14.1444246Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.1621440Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.1791079Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.1910407Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.2029036Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.2147888Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:34:14.2266381Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.2379357Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:14.2534062Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.2604798Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.2793701Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:14.2986633Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.3150309Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.3307274Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.3456721Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:14.3546267Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.3634075Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.3715103Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.3801771Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.3889363Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.4044101Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.4151947Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.4341492Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:34:14.4536275Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.4710788Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.4866378Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:14.5015038Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.5122759Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.5229152Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.5335562Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:34:14.5440897Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.5546771Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.5709652Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.5778736Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.5888153Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.5995857Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.6086614Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.6253066Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.6413085Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:14.6501233Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.6588983Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.6670174Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.6757219Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.6844104Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.6999411Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.7106197Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.7313895Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:34:14.7523333Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.7617030Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.7775697Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.7927185Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.8037701Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.8148058Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.8258268Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:14.8366691Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.8474312Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.8633216Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.8745187Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.8962094Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.9183099Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:14.9278137Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:14.9444248Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.9602778Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.9715846Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.9830516Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:14.9942287Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.0054037Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.0165845Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.0326415Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.0433348Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.0641836Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.0854451Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.0948273Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.1109157Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.1264438Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.1374207Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.1483213Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.1592471Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.1700445Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.1807995Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.1979357Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.2089324Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.2313468Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:34:15.2541976Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.2636862Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.2809583Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.2973842Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.3091219Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.3205526Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.3321487Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.3436151Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.3545237Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.3704174Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.3815696Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.4025686Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.4242921Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-09-27T16:34:15.4337164Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.4503340Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.4663314Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.4777168Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.4890737Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.5002463Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.5113140Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.5224202Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.5384310Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.5493602Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.5704707Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.5923623Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6017722Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6179191Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6338246Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6449879Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6560268Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.6671913Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6780834Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.6889854Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7046605Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7115124Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.7226944Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7331168Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.7423993Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7588596Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7746093Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7835463Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.7924425Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.8006188Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:34:15.8093636Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.000s) 2022-09-27T16:34:15.8182800Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:34:15.8183321Z 2022-09-27T16:34:15.8183729Z ---------------------------------------------------------------------- 2022-09-27T16:34:15.8184128Z Ran 1182 tests in 36.687s 2022-09-27T16:34:15.8184313Z 2022-09-27T16:34:15.8187743Z OK (skipped=232) 2022-09-27T16:34:15.8187939Z 2022-09-27T16:34:15.8188098Z Generating XML reports... 2022-09-27T16:34:15.9278329Z Generated XML report: test-reports\python-unittest\test_foreach\TEST-TestForeachCPU-20220927163339.xml 2022-09-27T16:34:16.3569495Z Running test_tensor_creation_ops ... [2022-09-27 16:34:16.352390] 2022-09-27T16:34:16.3569985Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:16.352390] 2022-09-27T16:34:18.1715898Z 2022-09-27T16:34:18.1716351Z Running tests... 2022-09-27T16:34:18.1716722Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-09-27T16:34:18.1717094Z ---------------------------------------------------------------------- 2022-09-27T16:34:18.1761493Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1796746Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.1825602Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1852624Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1879085Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1904601Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1927540Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.1949943Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1971695Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.1994345Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2016766Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2050434Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2087339Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.2125587Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2158199Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2190453Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2221566Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2249012Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.2275951Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2301894Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2329059Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2355825Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2383130Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2421297Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.2459621Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2492586Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2525246Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2556918Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.2584101Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2611356Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2637653Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2664837Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2691884Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2723862Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.2749767Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2785681Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2821786Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2853569Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2885973Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.2916376Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2942705Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2968982Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.2994103Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3019889Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3045844Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.3074436Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3096569Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3121637Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3146272Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3169895Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3193822Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.3216772Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3237328Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3257691Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3277842Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3298234Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3318775Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3401319Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.3434695Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:3675: 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-09-27T16:34:18.3435389Z result = torch.asarray(cvt(original), **kwargs) 2022-09-27T16:34:18.3487574Z ok (0.000s) 2022-09-27T16:34:18.3573140Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.3656771Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3739507Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.3820134Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.3896782Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.3974415Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.4051075Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-09-27T16:34:18.4127974Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.4204488Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.4216478Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4227288Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4237830Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4248074Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4258300Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4268492Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4278834Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4289003Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4299287Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:18.4309681Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:34:18.4320062Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.4397410Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.4483436Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.4569750Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.4653305Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.4736159Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.4816971Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.4893794Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.4970323Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.5046095Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5122624Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.5199691Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5211845Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5222295Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5232746Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5242957Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5253280Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:18.5263529Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:34:18.5273831Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5283954Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5294091Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5304315Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5314619Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.5345165Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5370825Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5401847Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5440902Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.5470661Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5498952Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5526606Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5551852Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5577051Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.5601560Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5626581Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5651680Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5728434Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5801244Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.5883795Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.5966510Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.6046307Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.6126588Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.6204795Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.6278443Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.6351541Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.6423859Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.6496630Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.6569962Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.6591672Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.6611406Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.000s) 2022-09-27T16:34:18.6786702Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:34:18.6801117Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:18.6819522Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.6886501Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.6963977Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7042330Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.7117498Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7193131Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.7251675Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7305760Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7359422Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:34:18.7412763Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7462867Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7513129Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.7527975Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7542110Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7555930Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7569067Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7582201Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7595388Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7608118Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7620749Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7633590Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.7646158Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7658758Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7675320Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7689740Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7703880Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7718189Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7732224Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7746352Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7760470Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7774536Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7788686Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.7803074Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7816924Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7844578Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7882126Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7919639Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.7954454Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.7987891Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8021283Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8047421Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8072769Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8097235Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8122610Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.8147650Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8164132Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8185946Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8207990Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8228533Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8248956Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8269816Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-09-27T16:34:18.8287281Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8303765Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8320026Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8336476Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8353244Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8408079Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8491789Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.8578553Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8655909Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.8732670Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8806335Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.8862772Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.8919319Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.8972027Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9027387Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9083321Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.9134019Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9222392Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.9312456Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9387959Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.9463520Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9537324Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.9590006Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9642304Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9691949Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.9743518Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9795123Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9816121Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9846680Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:18.9876697Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9903459Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9930220Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9956338Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9977379Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:18.9998627Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:19.0018920Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:19.0040135Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:19.0061163Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:19.0079881Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:19.0106152Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:19.0132452Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-09-27T16:34:19.0156584Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.016s) 2022-09-27T16:34:19.0180876Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0204623Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0224005Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0243625Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0262481Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0281996Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0301575Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:34:19.0323459Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:34:19.0337801Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.0359294Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.0371813Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:34:19.0388015Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.0400765Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:34:19.0562938Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:19.0739420Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:19.6713335Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.602s) 2022-09-27T16:34:19.6759910Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.6778528Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:3323: 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-09-27T16:34:19.6779177Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-09-27T16:34:19.6813283Z ok (0.016s) 2022-09-27T16:34:19.6852898Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.6888295Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.6924254Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.6981851Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:19.7004903Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.7048758Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.7095150Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.7185670Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:34:19.7226657Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.7287496Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.7324283Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:19.7363629Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:19.7380284Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.006s) 2022-09-27T16:34:22.8152869Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (3.068s) 2022-09-27T16:34:22.8185798Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:22.8237643Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:34:22.8323761Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:22.8455386Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:22.8476659Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:22.9167044Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-09-27T16:34:22.9187128Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-09-27T16:34:22.9204762Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-09-27T16:34:22.9221611Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-09-27T16:34:22.9237926Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-09-27T16:34:22.9283579Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:22.9318038Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:22.9396204Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:22.9630782Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:23.0064222Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-09-27T16:34:23.0088671Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:23.0156447Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:23.0216880Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:23.0271553Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:23.0319199Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:23.0333394Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:34:23.0355751Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:23.0379557Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:23.0403424Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.4808577Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (1.441s) 2022-09-27T16:34:24.4842414Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.4870964Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.4933264Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.4981174Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:24.5023005Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.5044497Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:24.5118583Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.5136544Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.000s) 2022-09-27T16:34:24.5271716Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-09-27T16:34:24.5373981Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:34:24.5407278Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1443: 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-09-27T16:34:24.5408484Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-09-27T16:34:24.5408959Z np.float, 2022-09-27T16:34:24.5409823Z C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1450: 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-09-27T16:34:24.5410852Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-09-27T16:34:24.5411288Z np.bool, 2022-09-27T16:34:24.5478704Z ok (0.000s) 2022-09-27T16:34:24.5504946Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:24.5529463Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:24.5562235Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.5627858Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.5776066Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.5904128Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.6001897Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.6122459Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.6241412Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.6351979Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:34:24.6462484Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.6570409Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.6595442Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:818: 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-09-27T16:34:24.6596075Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-09-27T16:34:24.6639023Z ok (0.000s) 2022-09-27T16:34:24.6705969Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:24.6770452Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:34:24.6836766Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.6902737Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.7119252Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:34:24.7148754Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.7175755Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.7201853Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:24.7623474Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-09-27T16:34:24.9994637Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.249s) 2022-09-27T16:34:25.0016987Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0036891Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0055702Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0074268Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0092662Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0111038Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0124296Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0137607Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.0151016Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0164125Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0177348Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0190958Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0209591Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0228218Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0247426Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:34:25.0266723Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0382754Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:34:25.0481413Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.0559666Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.0697251Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.0833075Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.0965058Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.1094577Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.1221915Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-09-27T16:34:25.1307344Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.1392329Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.1475175Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.1559736Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:25.1644316Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:25.9595210Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.793s) 2022-09-27T16:34:26.2675186Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.316s) 2022-09-27T16:34:26.2848227Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:26.2866186Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:26.2881155Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:26.4117035Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.120s) 2022-09-27T16:34:26.4143350Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:26.4227049Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:29.6512314Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (3.226s) 2022-09-27T16:34:32.9333362Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (3.292s) 2022-09-27T16:34:35.9943291Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (3.048s) 2022-09-27T16:34:39.2345641Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (3.246s) 2022-09-27T16:34:39.2421114Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:34:42.3825274Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (3.142s) 2022-09-27T16:34:45.5039923Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (3.118s) 2022-09-27T16:34:45.5109879Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:34:45.5177776Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:45.5192317Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:45.5204124Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5224856Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.016s) 2022-09-27T16:34:45.5227069Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5238348Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5249536Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5260630Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5271815Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5282724Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5293657Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5304557Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.5315674Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.010s) 2022-09-27T16:34:45.5326619Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:45.8122157Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.275s) 2022-09-27T16:34:46.0631795Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.244s) 2022-09-27T16:34:46.3744129Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.317s) 2022-09-27T16:34:46.5403968Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.172s) 2022-09-27T16:34:46.6750983Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.126s) 2022-09-27T16:34:46.6773535Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:46.6793433Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:46.6883636Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:46.6990963Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:46.7079856Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:46.7159572Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:2960: 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-09-27T16:34:46.7160533Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-09-27T16:34:46.7168265Z ok (0.016s) 2022-09-27T16:34:46.7256660Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:46.7343435Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:46.7430715Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:46.7518841Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:46.7540631Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:46.7559981Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:46.7578623Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:46.7598034Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-09-27T16:34:46.7616523Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.016s) 2022-09-27T16:34:47.0506278Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.285s) 2022-09-27T16:34:47.3989947Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.347s) 2022-09-27T16:34:47.7003991Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.300s) 2022-09-27T16:34:47.7052344Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:482: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorShape.cpp:3145.) 2022-09-27T16:34:47.7053405Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T16:34:47.7064066Z ok (0.000s) 2022-09-27T16:34:47.7089684Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.7144143Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7169061Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7194956Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7220157Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7244745Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7268243Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:34:47.7432605Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.7453252Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7507104Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7565672Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.7601443Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7641184Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7653155Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7687172Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7707668Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7726343Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.7743849Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7761659Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7779176Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7796861Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7814551Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7833242Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7851720Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7869928Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7888442Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.7906699Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7924846Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7943824Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7962027Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.7980027Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.8199845Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:34:47.8414415Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:34:47.8606421Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.8797764Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.8989540Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.9256394Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:47.9532800Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-09-27T16:34:47.9613484Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:47.9878476Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:34:48.0096325Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:34:48.0123115Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0148231Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0172607Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0196597Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0220256Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0244326Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0269101Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.0292812Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0316565Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0360375Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations struct c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:34:48.0361086Z t.random_(to_) 2022-09-27T16:34:48.0361253Z ok (0.000s) 2022-09-27T16:34:48.0404505Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations struct c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:34:48.0405211Z t.random_(to_) 2022-09-27T16:34:48.0405372Z ok (0.000s) 2022-09-27T16:34:48.0448623Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:34:48.0449414Z t.random_(to_) 2022-09-27T16:34:48.0449582Z ok (0.016s) 2022-09-27T16:34:48.0491511Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:34:48.0492204Z t.random_(to_) 2022-09-27T16:34:48.0492365Z ok (0.000s) 2022-09-27T16:34:48.0545826Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0600688Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.0643314Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0696692Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0746943Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.0778446Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0794034Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:48.0805719Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0871024Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.0954908Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1016075Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1073362Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1091233Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1168761Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1244501Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1263267Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1334636Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1403734Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1422227Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1493337Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1561951Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1580714Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1608450Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1689360Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1780810Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1812643Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.1841207Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.1882346Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2472728Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-09-27T16:34:48.2510462Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.2572732Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2588184Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:48.2603392Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:48.2637084Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:2105: 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-09-27T16:34:48.2638278Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-09-27T16:34:48.2638639Z ok (0.016s) 2022-09-27T16:34:48.2651341Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:34:48.2672192Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2688883Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2705247Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2721525Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2743602Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2762792Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2781478Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2800352Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.2818899Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2837494Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2855999Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2874630Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2902023Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2929139Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.2955070Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.2980069Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:34:48.3000142Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3019457Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3044044Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3067791Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3092372Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3146138Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.3200493Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3258063Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3311506Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.3361493Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3401443Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:133: 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-09-27T16:34:48.3402316Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-09-27T16:34:48.3416046Z ok (0.000s) 2022-09-27T16:34:48.3469616Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.3521735Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3574915Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3628095Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.3706457Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3772842Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.3824991Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.3988565Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.4155652Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.4314121Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:34:48.4468921Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.4621028Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.4641298Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_tensor_creation_ops.py:818: 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-09-27T16:34:48.4641925Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-09-27T16:34:48.4714816Z ok (0.016s) 2022-09-27T16:34:48.4807431Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.4897556Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.4989646Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5081794Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.5120809Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5136182Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5150803Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5165059Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5179698Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:34:48.5193731Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5207873Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5222011Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5252070Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-09-27T16:34:48.5252524Z 2022-09-27T16:34:48.5252735Z ---------------------------------------------------------------------- 2022-09-27T16:34:48.5252996Z Ran 538 tests in 30.343s 2022-09-27T16:34:48.5253111Z 2022-09-27T16:34:48.5253183Z OK (skipped=58) 2022-09-27T16:34:48.5253287Z 2022-09-27T16:34:48.5253374Z Generating XML reports... 2022-09-27T16:34:48.5419764Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestAsArrayCPU-20220927163418.xml 2022-09-27T16:34:48.5518998Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestBufferProtocolCPU-20220927163418.xml 2022-09-27T16:34:48.5529863Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestLikeTensorCreationCPU-20220927163418.xml 2022-09-27T16:34:48.5554435Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestRandomTensorCreationCPU-20220927163418.xml 2022-09-27T16:34:48.5800713Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestTensorCreationCPU-20220927163418.xml 2022-09-27T16:34:48.9142735Z Running test_tensorexpr ... [2022-09-27 16:34:48.914080] 2022-09-27T16:34:48.9143189Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:48.914137] 2022-09-27T16:34:50.3652927Z 2022-09-27T16:34:50.3653434Z Running tests... 2022-09-27T16:34:50.3653785Z ---------------------------------------------------------------------- 2022-09-27T16:34:50.3654140Z Test results will be stored in test-reports\python-unittest\test_tensorexpr 2022-09-27T16:34:50.7446414Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.390s) 2022-09-27T16:34:50.7742922Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T16:34:50.8372138Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-09-27T16:34:50.8493943Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:52.0253995Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (1.183s) 2022-09-27T16:34:52.0711992Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T16:34:52.0820907Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:52.4986180Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.416s) 2022-09-27T16:34:52.5615733Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-09-27T16:34:52.6412386Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.073s) 2022-09-27T16:34:53.1977778Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.565s) 2022-09-27T16:34:53.2144799Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:55.3128044Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (2.097s) 2022-09-27T16:34:55.5701790Z test_cat (__main__.TestTensorExprFuser) ... ok (0.255s) 2022-09-27T16:34:55.8357222Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.264s) 2022-09-27T16:34:56.0865949Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.244s) 2022-09-27T16:34:56.0878335Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.016s) 2022-09-27T16:34:56.3426248Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.254s) 2022-09-27T16:34:56.3678126Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.3806122Z test_char (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.4659682Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.088s) 2022-09-27T16:34:56.5110570Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.047s) 2022-09-27T16:34:56.5252610Z test_constant (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.5374920Z test_double (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-09-27T16:34:56.5474210Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.000s) 2022-09-27T16:34:56.5493514Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.016s) 2022-09-27T16:34:56.5722706Z test_easy (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.5936540Z test_eq (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T16:34:56.6149683Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.6498183Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T16:34:56.6712275Z test_ge (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.6922051Z test_gt (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.6933128Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:34:56.6950703Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.7000639Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.000s) 2022-09-27T16:34:56.7123631Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.7239779Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.000s) 2022-09-27T16:34:56.7449183Z test_le (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T16:34:56.8843341Z test_loop (__main__.TestTensorExprFuser) ... ok (0.145s) 2022-09-27T16:34:56.9056955Z test_lt (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.9144913Z test_mask (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.9461821Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.020s) 2022-09-27T16:34:56.9585516Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.9703718Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:56.9840764Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-09-27T16:34:57.0128329Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-09-27T16:34:57.0226855Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:57.0599016Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T16:34:57.0932820Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T16:34:57.1187367Z test_nans (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:34:57.1395718Z test_ne (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T16:34:57.1635628Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-09-27T16:35:07.9751880Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (10.806s) 2022-09-27T16:35:08.3654714Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.395s) 2022-09-27T16:35:08.5277574Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.159s) 2022-09-27T16:35:08.5907809Z test_relu (__main__.TestTensorExprFuser) ... ok (0.063s) 2022-09-27T16:35:08.6792661Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.096s) 2022-09-27T16:35:09.0757272Z test_reps (__main__.TestTensorExprFuser) ... ok (0.396s) 2022-09-27T16:35:09.0939793Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:35:09.1074783Z test_short (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:35:09.1259887Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:35:14.1939639Z test_slice (__main__.TestTensorExprFuser) ... ok (5.066s) 2022-09-27T16:35:14.2203084Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-09-27T16:35:14.3267370Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.095s) 2022-09-27T16:35:14.3273521Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:35:14.3673042Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-09-27T16:35:14.3970225Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-09-27T16:35:14.5336769Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.135s) 2022-09-27T16:35:14.5682510Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.031s) 2022-09-27T16:35:15.4131614Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (0.836s) 2022-09-27T16:35:17.6426757Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (2.226s) 2022-09-27T16:35:17.6675436Z test_where (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:35:17.6675758Z 2022-09-27T16:35:17.6676059Z ---------------------------------------------------------------------- 2022-09-27T16:35:17.6676314Z Ran 72 tests in 27.297s 2022-09-27T16:35:17.6676428Z 2022-09-27T16:35:17.6676501Z OK (skipped=4) 2022-09-27T16:35:17.6676594Z 2022-09-27T16:35:17.6680467Z Generating XML reports... 2022-09-27T16:35:17.6792286Z Generated XML report: test-reports\python-unittest\test_tensorexpr\TEST-TestTensorExprFuser-20220927163450.xml 2022-09-27T16:35:18.0600246Z Running test_utils ... [2022-09-27 16:35:18.047677] 2022-09-27T16:35:18.0600675Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:18.047677] 2022-09-27T16:35:19.6960305Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:35:19.8084724Z 2022-09-27T16:35:19.8085224Z Running tests... 2022-09-27T16:35:19.8085565Z ---------------------------------------------------------------------- 2022-09-27T16:35:19.8085915Z Test results will be stored in test-reports\python-unittest\test_utils 2022-09-27T16:35:20.1677888Z test_assert_scriptable (__main__.TestAssert) ... ok (0.349s) 2022-09-27T16:35:20.1693965Z test_assert_true (__main__.TestAssert) ... ok (0.000s) 2022-09-27T16:35:20.1702426Z 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.016s) 2022-09-27T16:35:20.1708205Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-09-27T16:35:20.1791647Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.1862793Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.016s) 2022-09-27T16:35:20.1884683Z 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-09-27T16:35:20.1885196Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-09-27T16:35:20.1890388Z ok (0.000s) 2022-09-27T16:35:20.1905516Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.1956524Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.1962948Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-09-27T16:35:20.1985112Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.2109638Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.016s) 2022-09-27T16:35:20.2120874Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-09-27T16:35:20.2135085Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.2146747Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.2179083Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.016s) 2022-09-27T16:35:20.2210762Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.000s) 2022-09-27T16:35:20.2230230Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.000s) 2022-09-27T16:35:23.6882899Z test_smoke (__main__.TestCollectEnv) ... ok (3.465s) 2022-09-27T16:35:23.6893828Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-09-27T16:35:23.6902720Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-09-27T16:35:25.4018132Z test_multi_drop (__main__.TestDataLoaderUtils) ... No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:35:25.4033518Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:35:25.4140346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:35:25.4140834Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:35:25.4144988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:35:25.4145406Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:35:25.4151178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:35:25.4151568Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:35:25.4155985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:35:25.4156396Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:35:25.8070221Z ok (2.117s) 2022-09-27T16:35:25.8077034Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-09-27T16:35:25.8086042Z 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-09-27T16:35:25.8101796Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.000s) 2022-09-27T16:35:25.8116260Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.000s) 2022-09-27T16:35:25.8288571Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.026s) 2022-09-27T16:35:25.8298513Z test_import_hipify (__main__.TestHipify) ... ok (0.000s) 2022-09-27T16:35:25.8323659Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.000s) 2022-09-27T16:35:25.8336342Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.000s) 2022-09-27T16:35:38.7014070Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (12.863s) 2022-09-27T16:35:38.7014354Z 2022-09-27T16:35:38.7014510Z ---------------------------------------------------------------------- 2022-09-27T16:35:38.7014746Z Ran 31 tests in 18.875s 2022-09-27T16:35:38.7014862Z 2022-09-27T16:35:38.7018419Z OK (skipped=7) 2022-09-27T16:35:38.7018573Z 2022-09-27T16:35:38.7018665Z Generating XML reports... 2022-09-27T16:35:38.7069448Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20220927163519.xml 2022-09-27T16:35:38.7087778Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20220927163519.xml 2022-09-27T16:35:38.7102802Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20220927163519.xml 2022-09-27T16:35:38.7109381Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20220927163519.xml 2022-09-27T16:35:38.7119134Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20220927163519.xml 2022-09-27T16:35:38.7124689Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20220927163519.xml 2022-09-27T16:35:38.7130332Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20220927163519.xml 2022-09-27T16:35:38.7136654Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20220927163519.xml 2022-09-27T16:35:38.7142106Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20220927163519.xml 2022-09-27T16:35:38.7150106Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20220927163519.xml 2022-09-27T16:35:39.0361160Z Running test_torch ... [2022-09-27 16:35:39.031313] 2022-09-27T16:35:39.0361633Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:39.031313] 2022-09-27T16:35:41.0809383Z 2022-09-27T16:35:41.0810114Z Running tests... 2022-09-27T16:35:41.0810424Z ---------------------------------------------------------------------- 2022-09-27T16:35:41.0810768Z Test results will be stored in test-reports\python-unittest\test_torch 2022-09-27T16:35:41.0833173Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.000s) 2022-09-27T16:35:41.0848074Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.000s) 2022-09-27T16:35:41.0868305Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.016s) 2022-09-27T16:35:41.0890820Z test_RNGState (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.0912404Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.0935575Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.0954364Z test_Size (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.0968366Z test_Size_iter (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.0980917Z test_Size_scalar (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.0992316Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.1001276Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.1014543Z test_apply (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:41.1213842Z test_as_subclass (__main__.TestTorch) ... ok (0.031s) 2022-09-27T16:35:41.7219677Z test_assert_async (__main__.TestTorch) ... ok (0.594s) 2022-09-27T16:35:41.7721630Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.057s) 2022-09-27T16:35:41.7797361Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.0825239Z 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-09-27T16:35:42.0826102Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.0873220Z 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-09-27T16:35:42.0874111Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.0887501Z 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-09-27T16:35:42.0888227Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.0928927Z 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-09-27T16:35:42.0929664Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.0943249Z 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-09-27T16:35:42.0943963Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.0984498Z 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-09-27T16:35:42.0985210Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.0998713Z 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-09-27T16:35:42.0999439Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.5895797Z 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-09-27T16:35:42.5896634Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.5955033Z 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-09-27T16:35:42.5955944Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.5969913Z 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-09-27T16:35:42.5970647Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.6013849Z 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-09-27T16:35:42.6014611Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.6027991Z 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-09-27T16:35:42.6028728Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.6070489Z 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-09-27T16:35:42.6084611Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.6085399Z 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-09-27T16:35:42.6086134Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:35:42.6143310Z ok (0.833s) 2022-09-27T16:35:42.6167927Z test_boxMullerState (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6180106Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.016s) 2022-09-27T16:35:42.6207884Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6281219Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6298545Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6321984Z test_contains (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6338706Z test_copy_broadcast (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.6348024Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:35:42.6362288Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6400526Z 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-09-27T16:35:42.6401145Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-09-27T16:35:42.6405423Z ok (0.000s) 2022-09-27T16:35:42.6424996Z test_cuda_not_built (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6457114Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6489818Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6520799Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.6550223Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6560245Z test_cxx_flags (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6571806Z test_dead_weak_ref (__main__.TestTorch) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\python_variable.cpp:326] 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-09-27T16:35:42.6572936Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:35:42.6573346Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:35:42.6573742Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:35:42.6574184Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:35:42.6574574Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:35:42.6574827Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:35:42.6575077Z [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:35:42.6576311Z ok (0.000s) 2022-09-27T16:35:42.6600054Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6618857Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6650441Z test_deterministic_flag (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6747677Z test_device (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.6757884Z test_dir (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6783424Z test_doc (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.6792659Z test_doc_template (__main__.TestTorch) 2022-09-27T16:35:42.7036703Z Test that all public API doc strings use the same standard template for ... ok (0.031s) 2022-09-27T16:35:42.7065358Z test_dot_data_use (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7093217Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7130927Z test_element_size (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.7150802Z test_empty_meta (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7161653Z test_empty_storage_view (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7189902Z test_equal (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7211457Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7245184Z test_fill_diagonal (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7256174Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7298996Z test_from_buffer (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.7542034Z test_from_file (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.7576720Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7604952Z test_generator_cpu (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.7624178Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7637810Z test_has_storage (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.7683247Z 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-09-27T16:35:42.7683930Z 2022-09-27T16:35:42.7684399Z - 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-09-27T16:35:42.7685268Z - 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-09-27T16:35:42.7686004Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:35:42.7686534Z warnings.warn(msg, FutureWarning) 2022-09-27T16:35:42.7893358Z ok (0.016s) 2022-09-27T16:35:42.7978744Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.8021116Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8063046Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8103008Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.8145777Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8163927Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8202372Z test_is_nonzero (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8234596Z test_is_same_size (__main__.TestTorch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177.) 2022-09-27T16:35:42.8235216Z nt1 = torch.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-09-27T16:35:42.8248874Z ok (0.016s) 2022-09-27T16:35:42.8273182Z test_iter (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:35:42.8317282Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8358784Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8429057Z test_manual_seed (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.8445222Z test_map (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8463425Z test_map2 (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8495107Z test_max_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8524535Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8556365Z test_median_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8576911Z test_memory_format (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.8597448Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8619310Z test_memory_format_empty (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8650524Z test_min_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8682481Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8696157Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: FIXME: CUDA OOM error on Windows (0.000s) 2022-09-27T16:35:42.8728418Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.8758507Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8772017Z test_ndim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8816601Z test_new (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8872566Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.8931068Z test_newindex (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.8960639Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9064948Z test_normal_shape (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.9076900Z test_numel (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9086446Z test_parallel_info (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9106656Z test_parsing_double (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9121941Z test_parsing_int64 (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9156903Z 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-09-27T16:35:42.9157996Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-09-27T16:35:42.9158596Z self.assertRaises(TypeError, lambda: torch.ones((np.float(3.), torch.tensor(4)))) 2022-09-27T16:35:42.9162281Z ok (0.000s) 2022-09-27T16:35:42.9178918Z test_permute (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9195426Z test_pickle (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:42.9206814Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:35:42.9218546Z test_pickle_function (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9236863Z test_pickle_parameter (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9253756Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9265496Z test_pickle_size (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9287006Z test_pin_memory (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9754699Z test_print (__main__.TestTorch) ... ok (0.048s) 2022-09-27T16:35:42.9785906Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:42.9799643Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0816378Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (1.113s) 2022-09-27T16:35:44.0830032Z test_qengine (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0866546Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0879017Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0896816Z test_reversed (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0927395Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0953695Z test_select_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0969805Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.016s) 2022-09-27T16:35:44.0983998Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.0992934Z test_show_config (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1016733Z test_size_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1036633Z test_sizeof (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1069189Z test_slice (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1078339Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:35:44.1096601Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1622848Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.057s) 2022-09-27T16:35:44.1645683Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1662861Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1711182Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.1762300Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1778204Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1794596Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1809502Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1823010Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1843866Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.1858995Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1883474Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1907072Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1917481Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1933056Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1946557Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.1980146Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2019070Z test_split_neg_dim (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.2060014Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2089971Z test_std_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2219763Z test_storage_casts (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.2362960Z test_storage_error (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.2378451Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2397655Z test_structseq_repr (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2412215Z test_subclass_preserved (__main__.TestTorch) ... ok (0.010s) 2022-09-27T16:35:44.2425905Z test_subclass_tensors (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2454941Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2473453Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2487072Z test_tensor_base_init (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2498544Z test_tensor_base_new (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.2510008Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.3483772Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.106s) 2022-09-27T16:35:44.3973481Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.047s) 2022-09-27T16:35:44.3986899Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.3999216Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.4038196Z test_tensor_set (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.4069776Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.4084419Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.4096438Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.5426304Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.127s) 2022-09-27T16:35:44.5446158Z test_to (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5462890Z test_to_with_tensor (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5495477Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5698183Z test_torch_from_file (__main__.TestTorch) ... ok (0.031s) 2022-09-27T16:35:44.5755517Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5773041Z test_type (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5785512Z test_type_alias (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5821817Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5855428Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.5965369Z test_unflatten (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.5992675Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:35:44.6030705Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.6062938Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.6097359Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.6126851Z test_var_neg_dim (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.6140446Z test_wildcard_import (__main__.TestTorch) ... ok (0.000s) 2022-09-27T16:35:44.6184371Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.6221331Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6257334Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6292914Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6330105Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.6366384Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6402563Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6438964Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6475189Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.6511261Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6544558Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6577540Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6609881Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6641670Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.6673220Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6704709Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6736221Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6767683Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6789130Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.6804186Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:35:44.6818727Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:35:44.6845862Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6871775Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6896722Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6921497Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6946606Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.6971929Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.6997146Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.7022226Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.7047313Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.7071772Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.7097607Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.7122588Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.7969135Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-09-27T16:35:44.7988358Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.8077929Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.8171450Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.8267314Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:35:44.8358493Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:35:44.8440971Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.8513656Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.8602119Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.8688631Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.8776964Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.8863145Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.8949277Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.9035419Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.9124195Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.9210247Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.9292903Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.9374999Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:35:44.9465374Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.9555641Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.9629361Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.9701065Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.9772669Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:44.9861283Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:44.9946886Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.0035276Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0124431Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:35:45.0212539Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0240089Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0314442Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.0362702Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0398272Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0445934Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.0474909Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0509909Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0557192Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0582047Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.0607025Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.3227529Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.253s) 2022-09-27T16:35:45.3318357Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.3407051Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.3494564Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.3510551Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:35:45.3524510Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:35:45.3547862Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:45.3575676Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.3800080Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:45.3827552Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.3843840Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:35:45.5187822Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.142s) 2022-09-27T16:35:45.5264166Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.5324298Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.8626399Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.333s) 2022-09-27T16:35:45.9728565Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.110s) 2022-09-27T16:35:45.9774320Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:45.9802679Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.9815594Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.9829270Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.9856475Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:45.9872976Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0111077Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:46.0128696Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:46.0170140Z 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-09-27T16:35:46.0171186Z t.copy_(src) 2022-09-27T16:35:46.0178972Z ok (0.000s) 2022-09-27T16:35:46.0212719Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0262407Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:46.0313453Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0363351Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0412118Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:46.0455412Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0499045Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0536588Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0573712Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:46.0611103Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0648734Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0681933Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0713868Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0772790Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:46.0804760Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0871210Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0908116Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:46.0933161Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.0949727Z 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-09-27T16:35:46.0950515Z res = torch.corrcoef(x) 2022-09-27T16:35:46.1575370Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:380: RuntimeWarning: Mean of empty slice. 2022-09-27T16:35:46.1575855Z avg = a.mean(axis) 2022-09-27T16:35:46.1578434Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:35:46.1578921Z ret = um.true_divide( 2022-09-27T16:35:46.1579793Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2683: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:35:46.1580351Z c = cov(x, y, rowvar, dtype=dtype) 2022-09-27T16:35:46.1580955Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:35:46.1581491Z c *= np.true_divide(1, fact) 2022-09-27T16:35:46.1582055Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2542: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:35:46.1582577Z c *= np.true_divide(1, fact) 2022-09-27T16:35:46.1583126Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2689: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:35:46.1583625Z return c / c 2022-09-27T16:35:46.2760654Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2691: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:35:46.2761030Z c /= stddev[:, None] 2022-09-27T16:35:46.2761379Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:2692: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:35:46.2761700Z c /= stddev[None, :] 2022-09-27T16:35:46.3197176Z ok (0.222s) 2022-09-27T16:35:46.4763594Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.157s) 2022-09-27T16:35:46.4816625Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:46.4843265Z 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-09-27T16:35:46.4844187Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:35:46.4847925Z C:\actions-runner\_work\pytorch\pytorch\test\test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:35:46.4848514Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:35:46.5300843Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:412: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:35:46.5301454Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-09-27T16:35:46.5359812Z ok (0.064s) 2022-09-27T16:35:46.6649618Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.118s) 2022-09-27T16:35:46.7076969Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:46.9925497Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.291s) 2022-09-27T16:35:46.9951971Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:47.0057362Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.0079785Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.0101076Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.0168874Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.0228598Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.0355659Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:47.0481544Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:47.0499626Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:47.0515921Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.0554490Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:35:47.0833519Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:35:47.1255690Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:47.1689017Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:35:47.2068261Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:47.2469581Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:47.2857772Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.3131534Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:35:47.3405762Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:35:47.3662611Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.3935925Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.4207623Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.4475779Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:35:47.4897559Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.5320625Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:47.5684899Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:47.6076971Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:35:47.6457143Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:47.6716547Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.6976428Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.7218612Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.7477700Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:35:47.7735774Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:47.7950640Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.7969097Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8005723Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.8035211Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8045455Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8069422Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8093038Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8116427Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:47.8139641Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8180015Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8218782Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8256848Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:47.8294459Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:47.8306854Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:47.8318405Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:48.4773210Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.643s) 2022-09-27T16:35:49.1209665Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.651s) 2022-09-27T16:35:49.1227754Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1242711Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1256586Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1270376Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1284288Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1298023Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1312017Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1325648Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1339353Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1394872Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:49.1445292Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1494606Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1543671Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:49.1594408Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1643684Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1693098Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:49.1742583Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.1791864Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:49.3490382Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.174s) 2022-09-27T16:35:49.4807633Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.127s) 2022-09-27T16:35:49.4873011Z 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-09-27T16:35:49.4873642Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:35:49.4874196Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:35:49.4874728Z b = (dx2 - dx1) / (dx1 * dx2) 2022-09-27T16:35:49.4875274Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1086: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:35:49.4875779Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:35:49.4876295Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in add 2022-09-27T16:35:49.4876908Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.4877550Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1140: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:35:49.4878062Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-09-27T16:35:49.4878613Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1141: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:35:49.4879123Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-09-27T16:35:49.4879736Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T16:35:49.4880344Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.5058193Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1123: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:35:49.5058560Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:35:49.5058907Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1124: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:35:49.5059233Z b = (dx1 + dx2) / (dx1 * dx2) 2022-09-27T16:35:49.5059566Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in add 2022-09-27T16:35:49.5059947Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.5060594Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in add 2022-09-27T16:35:49.5060966Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.5091090Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:35:49.5091571Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:35:49.5091953Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:35:49.5092323Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:35:49.5173644Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:35:49.5174040Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.5174479Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1125: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:35:49.5174793Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:35:49.5175135Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:35:49.5175515Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.5175902Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:35:49.5176283Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.5284321Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1142: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:35:49.5284658Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-09-27T16:35:49.6114807Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:35:49.6115223Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:35:49.6115629Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:35:49.6116012Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:35:49.6438160Z ok (0.174s) 2022-09-27T16:35:49.7466400Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.095s) 2022-09-27T16:35:49.8025596Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:35:49.8613554Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:35:49.8698288Z 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-09-27T16:35:49.8699077Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-09-27T16:35:49.8699730Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1101: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:35:49.8700366Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:35:49.8701005Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1108: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:35:49.8701619Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:35:49.8708728Z 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-09-27T16:35:49.8710189Z return torch.as_tensor(tensor_like) 2022-09-27T16:35:49.8715520Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1127: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:35:49.8716178Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.8716843Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1144: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:35:49.8717473Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.8806336Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\function_base.py:1092: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:35:49.8806985Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:35:49.9129777Z ok (0.063s) 2022-09-27T16:35:49.9161362Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:50.0537877Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.143s) 2022-09-27T16:35:50.0574731Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:50.0672371Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:50.0737706Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:50.0850781Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:50.0962881Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:50.1062579Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:50.1157681Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:50.1254579Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-09-27T16:35:50.1322196Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:35:50.1389282Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:50.1475121Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:50.1562982Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:50.1650861Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:51.6353879Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.463s) 2022-09-27T16:35:51.6389709Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:51.6420450Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6442475Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6476731Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6510799Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6539844Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:51.6568158Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6596132Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6618917Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6641152Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:51.6663431Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6685864Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6708237Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6736441Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6762119Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6784192Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6806338Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:51.6832079Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6857849Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6883578Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6908504Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6933562Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.6958483Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:51.6983547Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.7008536Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.7054474Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.7114731Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:51.7209284Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:51.7249114Z 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-09-27T16:35:51.7249890Z 2022-09-27T16:35:51.7250367Z - 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-09-27T16:35:51.7251233Z - 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-09-27T16:35:51.7251972Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:35:51.7252500Z warnings.warn(msg, FutureWarning) 2022-09-27T16:35:51.7253345Z 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:1007.) 2022-09-27T16:35:51.7254197Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-09-27T16:35:51.7686096Z ok (0.057s) 2022-09-27T16:35:51.8171206Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:51.8646353Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:51.9147467Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:51.9479034Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-09-27T16:35:51.9807546Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.0133777Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.0464078Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:52.0793664Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.1265929Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:52.1745974Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:35:52.2222861Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:35:52.2725578Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-09-27T16:35:52.3056515Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.3387719Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:52.3711454Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.4041077Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.4371269Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:52.4905792Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:35:52.5452017Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:35:52.5990426Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:52.6549774Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-09-27T16:35:52.7038541Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:52.7580345Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:35:52.8065037Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-09-27T16:35:52.8569654Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-09-27T16:35:52.9072908Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:52.9664999Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.049s) 2022-09-27T16:35:53.0213365Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:35:53.0729352Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:35:53.1225484Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:53.1553065Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:35:53.1879423Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:53.2198299Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:35:53.2525476Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:35:53.2853076Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:53.2927315Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.2981902Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3059225Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3136121Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3206184Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3274783Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3343381Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3397025Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3450922Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3503479Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3556972Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3610496Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3670359Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3695416Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3711077Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3723332Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3735176Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3747159Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3759093Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3771175Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3783173Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3795137Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3807157Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3819084Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3831020Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3843012Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3854879Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3866729Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3879833Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:53.3893219Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:53.3907570Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3921542Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.3935681Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.3949418Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4002062Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4097841Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.4218749Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4314142Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.4407633Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4426595Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.4458840Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4492381Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4522979Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4554606Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4585787Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.4618976Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4650438Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4683760Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4714758Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4748134Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.4778519Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4810328Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4840760Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4873727Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4904148Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.4935655Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4966125Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.4998769Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5029288Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5061800Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.5092407Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5124993Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5155565Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5188146Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5254708Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.5273746Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5330343Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5367679Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.5422059Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5476734Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5531889Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.5586212Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5640578Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5694612Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.5748497Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5801495Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5855330Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.5908757Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5921696Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:53.5939181Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.5975938Z 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:1729.) 2022-09-27T16:35:53.5976993Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.5989458Z ok (0.000s) 2022-09-27T16:35:53.6026066Z 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:1729.) 2022-09-27T16:35:53.6026776Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6035569Z ok (0.016s) 2022-09-27T16:35:53.6071580Z 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:1729.) 2022-09-27T16:35:53.6072244Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6084553Z ok (0.000s) 2022-09-27T16:35:53.6121373Z 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:1729.) 2022-09-27T16:35:53.6122049Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6134626Z ok (0.000s) 2022-09-27T16:35:53.6171558Z 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:1729.) 2022-09-27T16:35:53.6172236Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6175726Z ok (0.016s) 2022-09-27T16:35:53.6211796Z 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:1729.) 2022-09-27T16:35:53.6212460Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6224236Z ok (0.000s) 2022-09-27T16:35:53.6260868Z 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:1729.) 2022-09-27T16:35:53.6261517Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6272528Z ok (0.000s) 2022-09-27T16:35:53.6313752Z 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:1729.) 2022-09-27T16:35:53.6314661Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6319144Z ok (0.016s) 2022-09-27T16:35:53.6355270Z 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:1729.) 2022-09-27T16:35:53.6355986Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6365748Z ok (0.000s) 2022-09-27T16:35:53.6401830Z 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:1729.) 2022-09-27T16:35:53.6402581Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6411075Z ok (0.000s) 2022-09-27T16:35:53.6447230Z 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:1729.) 2022-09-27T16:35:53.6447914Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6456616Z ok (0.000s) 2022-09-27T16:35:53.6492617Z 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:1729.) 2022-09-27T16:35:53.6493286Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:35:53.6502025Z ok (0.016s) 2022-09-27T16:35:53.6571254Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.6674967Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:53.6694917Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.6712612Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:53.6749274Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:53.9602322Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.286s) 2022-09-27T16:35:54.1971176Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.237s) 2022-09-27T16:35:54.1990241Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.2032001Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.2255161Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:35:54.2476054Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:35:54.3678010Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.124s) 2022-09-27T16:35:54.3692476Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:54.3716705Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.3740279Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.3763817Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4008985Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:54.4207239Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.4226914Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:54.4244405Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:54.4260975Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:54.4272507Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:54.4285063Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4297241Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4309442Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:35:54.4326239Z 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-09-27T16:35:54.4341892Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4358542Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4374786Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:54.4390397Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4406374Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4431398Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4451290Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4468147Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4484631Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4500324Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4515032Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.000s) 2022-09-27T16:35:54.4564126Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.4607610Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4622754Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.000s) 2022-09-27T16:35:54.4664411Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4705266Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.4719890Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.000s) 2022-09-27T16:35:54.4760920Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4797941Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:54.4813153Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4829332Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4845345Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4864518Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4880867Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4896356Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4912980Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4927416Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4942398Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.4958214Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4973823Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.4988873Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5003942Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5018670Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5033317Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5047897Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5062511Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5077181Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5093698Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.5109897Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5124298Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5140702Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5156286Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5171767Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5189039Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5208055Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5230784Z 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-09-27T16:35:54.5232250Z torch.median(a, 0, out=(result, indices)) 2022-09-27T16:35:54.5232571Z ok (0.000s) 2022-09-27T16:35:54.5246739Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.5317712Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5420003Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:54.5529291Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.5627360Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5670383Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.5696467Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5717001Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5731322Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:54.5761878Z 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-09-27T16:35:54.5762807Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-09-27T16:35:54.5767611Z ok (0.000s) 2022-09-27T16:35:54.5789521Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:54.5811565Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5840039Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.5867910Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5889613Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5914322Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5939222Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5962645Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.5985579Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.6008220Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.6030850Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.6053585Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.6426145Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:35:54.6888834Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:35:54.7350738Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:35:54.7725761Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:35:54.8097434Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:54.8464658Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:54.8712752Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:54.8959718Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:35:54.9193818Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.9442888Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:35:54.9692149Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.9725566Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:54.9766648Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:54.9793933Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.0065598Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:35:55.0085881Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.0148440Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.6933471Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.682s) 2022-09-27T16:35:55.6954477Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.6972364Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.6999476Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7013763Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:55.7027491Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:55.7064579Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7092912Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7130944Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7169086Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7203974Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.7238526Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7272839Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7301096Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:55.7329345Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7357217Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7385428Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:55.7413677Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7441240Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7467786Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7496692Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7524752Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7553175Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.7580593Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7607772Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7634343Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7660922Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:55.7687380Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7713776Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7740299Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7766645Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7791319Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7817643Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.7844115Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7870396Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7896270Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7921734Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7946461Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.7971567Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.7995984Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8020730Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8045544Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8062502Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8077488Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8095022Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:55.8155062Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.8211891Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8272548Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.8331602Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8391565Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:55.8450663Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8508729Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8565426Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.8621910Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8677584Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8733816Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.8790104Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8811467Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8821533Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.8832567Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:55.8880448Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.8965311Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9038021Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.9099801Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9166919Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.9218830Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9273417Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9333847Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.9383926Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9433874Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:55.9493017Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9544777Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9596807Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.9648273Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9699526Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9750604Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.9801678Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9853500Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:55.9904904Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:55.9956752Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0008064Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0059768Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.0079539Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0097793Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0116765Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0135350Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0153293Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0171216Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0188922Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0206792Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.0223722Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0240998Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0258327Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0275507Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0315003Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:56.0358116Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0401062Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0444136Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0487188Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.0530281Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0573465Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0616698Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.0659595Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0705941Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0751967Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0797985Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.0843790Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.0886703Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.1879433Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.104s) 2022-09-27T16:35:56.1914882Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:56.1994913Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.2052538Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2137078Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.2222456Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2298410Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.2373473Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2447426Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:56.2505270Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2562800Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.2618394Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2675795Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2733617Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.2755724Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2820012Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.2880795Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.2944992Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3009082Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3071939Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3136368Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.3198683Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3259636Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.3319899Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3379974Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:56.3440188Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3500365Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3516092Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:35:56.3606616Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.3624224Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:56.3639380Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3655398Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3671191Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3686746Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3702227Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3717570Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3732545Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3747313Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3762211Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3777298Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.3792211Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3924745Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.3954936Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.3983769Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4012166Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4040233Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4068348Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4096744Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.4124731Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4152526Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4180515Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4208498Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4236521Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4264334Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.4295199Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4313505Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4369364Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:35:56.4424004Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4477279Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4530380Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.4551663Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4568384Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:35:56.4703678Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:35:56.4716254Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:56.4716582Z 2022-09-27T16:35:56.4717225Z ---------------------------------------------------------------------- 2022-09-27T16:35:56.4717635Z Ran 826 tests in 15.406s 2022-09-27T16:35:56.4717815Z 2022-09-27T16:35:56.4717939Z OK (skipped=38) 2022-09-27T16:35:56.4718114Z 2022-09-27T16:35:56.4718247Z Generating XML reports... 2022-09-27T16:35:56.4778240Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestBasicVitalSigns-20220927163540.xml 2022-09-27T16:35:56.4939774Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorch-20220927163540.xml 2022-09-27T16:35:56.5499382Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestTorchDeviceTypeCPU-20220927163540.xml 2022-09-27T16:35:56.5505299Z Generated XML report: test-reports\python-unittest\test_torch\TEST-TestVitalSignsCudaCPU-20220927163540.xml 2022-09-27T16:35:56.8653359Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:35:56.8653665Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:35:56.8653945Z [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:35:56.8913679Z Running test_meta ... [2022-09-27 16:35:56.886069] 2022-09-27T16:35:56.8914118Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:56.886069] 2022-09-27T16:35:59.6297173Z 2022-09-27T16:35:59.6297770Z Running tests... 2022-09-27T16:35:59.6298116Z ---------------------------------------------------------------------- 2022-09-27T16:35:59.6298461Z Test results will be stored in test-reports\python-unittest\test_meta 2022-09-27T16:35:59.6329236Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6344982Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6359983Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6374885Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6389559Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6404151Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6418901Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6433878Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.6448629Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6462990Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6477591Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6492356Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6507087Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6521743Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6536712Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6551410Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6566050Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6580898Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6595746Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.6610554Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6625243Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6639821Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6654613Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6669284Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6683926Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6698693Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6713338Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6728081Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6742854Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.6757533Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6772333Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6786986Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6801511Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6816283Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6830817Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6845410Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6860110Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6874720Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6889426Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6904222Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.6918968Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6933655Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6948141Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6962742Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6977479Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.6992112Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7006658Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7021469Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7036153Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7050916Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7065668Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.7080246Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7094947Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7109525Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7124119Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7138776Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7153389Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7168160Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7182706Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7197252Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7212172Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.7227087Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.7241903Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:35:59.7257029Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.7272019Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:35:59.7287515Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:35:59.7301929Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.7316923Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:35:59.7331838Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.7346533Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:35:59.7361213Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:35:59.7376070Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7390763Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:35:59.7405332Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7420078Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7434742Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7449633Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:35:59.7464385Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7479057Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7493850Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7508448Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7522966Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7537687Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7552384Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7567009Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7581652Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7596246Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7611022Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.7625476Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7640054Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7654700Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7669133Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7683604Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7698179Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7712690Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7727178Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7741707Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7756403Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.7771009Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7785493Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7799994Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7814686Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7829423Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7843819Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7858355Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7872849Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7887384Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7901889Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7916525Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.7931098Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7945768Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7960326Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7974941Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.7989454Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8003917Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8018461Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8032952Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8047518Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8062000Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8077321Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.8091965Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8106494Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8121049Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8135670Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8150144Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8164694Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8179278Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8193777Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8208449Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8223629Z test_dispatch_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8237833Z test_dispatch_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.8252566Z test_dispatch_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8267198Z test_dispatch_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8282002Z test_dispatch_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8296418Z test_dispatch_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8310914Z test_dispatch_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8325440Z test_dispatch_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:35:59.8340141Z test_dispatch_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8354680Z test_dispatch_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8369329Z test_dispatch_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8383858Z test_dispatch_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8398415Z test_dispatch_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8413079Z test_dispatch_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8427649Z test_dispatch_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8442152Z test_dispatch_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8456865Z test_dispatch_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8471386Z test_dispatch_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8486146Z test_dispatch_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.8500789Z test_dispatch_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8515361Z test_dispatch_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8530038Z test_dispatch_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8544570Z test_dispatch_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8559158Z test_dispatch_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8573758Z test_dispatch_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8588297Z test_dispatch_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8602871Z test_dispatch_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8617637Z test_dispatch_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8632064Z test_dispatch_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8646710Z test_dispatch_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.8661290Z test_dispatch_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8675755Z test_dispatch_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8690375Z test_dispatch_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8704930Z test_dispatch_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8719441Z test_dispatch_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8734370Z test_dispatch_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8748813Z test_dispatch_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8763343Z test_dispatch_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8778146Z test_dispatch_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8792689Z test_dispatch_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8807392Z test_dispatch_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.8821957Z test_dispatch_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8836493Z test_dispatch_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8851251Z test_dispatch_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8865814Z test_dispatch_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8880299Z test_dispatch_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8894922Z test_dispatch_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8909499Z test_dispatch_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8924055Z test_dispatch_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8938799Z test_dispatch_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8953964Z test_dispatch_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.8968523Z test_dispatch_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8982975Z test_dispatch_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.8997507Z test_dispatch_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9012163Z test_dispatch_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9026725Z test_dispatch_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9041313Z test_dispatch_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9056136Z test_dispatch_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:35:59.9070598Z test_dispatch_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9085141Z test_dispatch_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9099775Z test_dispatch_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9114276Z test_dispatch_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9128979Z test_dispatch_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9143507Z test_dispatch_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9158401Z test_dispatch_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9172855Z test_dispatch_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9187417Z test_dispatch_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9202039Z test_dispatch_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9216817Z test_dispatch_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.9231353Z test_dispatch_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9245839Z test_dispatch_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9260568Z test_dispatch_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9275128Z test_dispatch_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9289861Z test_dispatch_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9304356Z test_dispatch_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9319114Z test_dispatch_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:35:59.9333793Z test_dispatch_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9348368Z test_dispatch_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9362819Z test_dispatch_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9377472Z test_dispatch_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9392015Z test_dispatch_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9406489Z test_dispatch_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9421299Z test_dispatch_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:35:59.9435766Z test_dispatch_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9450379Z test_dispatch_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9464940Z test_dispatch_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9479458Z test_dispatch_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9494090Z test_dispatch_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9508586Z test_dispatch_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9523139Z test_dispatch_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9537778Z test_dispatch_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9552314Z test_dispatch_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9567116Z test_dispatch_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9581652Z test_dispatch_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9596482Z test_dispatch_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9611074Z test_dispatch_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9625708Z test_dispatch_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9640480Z test_dispatch_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9655173Z test_dispatch_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9669780Z test_dispatch_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9684370Z test_dispatch_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9699057Z test_dispatch_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9713541Z test_dispatch_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9728298Z test_dispatch_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.9742870Z test_dispatch_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9757434Z test_dispatch_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9772150Z test_dispatch_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9786708Z test_dispatch_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9801286Z test_dispatch_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9815918Z test_dispatch_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9830534Z test_dispatch_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9845032Z test_dispatch_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9859648Z test_dispatch_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9874122Z test_dispatch_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9888860Z test_dispatch_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:35:59.9903346Z test_dispatch_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9917875Z test_dispatch_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9932475Z test_dispatch_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9946948Z test_dispatch_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9961545Z test_dispatch_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9976231Z test_dispatch_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:35:59.9990661Z test_dispatch_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0005191Z test_dispatch_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0019878Z test_dispatch_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0034486Z test_dispatch_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0049184Z test_dispatch_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.0063754Z test_dispatch_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0078340Z test_dispatch_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0093075Z test_dispatch_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0107610Z test_dispatch_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0122098Z test_dispatch_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0136698Z test_dispatch_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0151178Z test_dispatch_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0165727Z test_dispatch_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0180363Z test_dispatch_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0195125Z test_dispatch_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.0209861Z test_dispatch_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0224854Z test_dispatch_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0239297Z test_dispatch_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0253898Z test_dispatch_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0268395Z test_dispatch_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0283187Z test_dispatch_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0297892Z test_dispatch_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.0312369Z test_dispatch_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0326976Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0341464Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0356104Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0370732Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0385462Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0400136Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0414719Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0429309Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0443789Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0458621Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.0473131Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0487942Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0502136Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0516715Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0531422Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0545975Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0560526Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0575201Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0589729Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0604249Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0618997Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.0633457Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0648117Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0662674Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0677182Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0691829Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0706428Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0720961Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0735600Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0750138Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0764801Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.0779533Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0794172Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0808830Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0823431Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0837887Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0852546Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0867128Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0881658Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0896318Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0910825Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0925453Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.0940103Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0954769Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0969247Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0983761Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.0998377Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1013283Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1027710Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1042235Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1056900Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1071484Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1086194Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.1100878Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1115455Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1130221Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1144873Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1159413Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1174090Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1188569Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1203026Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1217646Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1232304Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.1246831Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1261556Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1275919Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1290567Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1305115Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1319634Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1334464Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.1348888Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1363333Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1377893Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1392267Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1406732Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1422172Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1435813Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1450318Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1464885Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1479375Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1494304Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.1508697Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1523189Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1537867Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1552342Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1566823Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1581415Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1596033Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.1610605Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1625145Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1639604Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1654292Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1668782Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1683267Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1697888Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1712407Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1726861Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1741442Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1755963Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.1770540Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1785030Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1799513Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1814104Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1828517Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1843130Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1857748Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1872481Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1886671Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1901288Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1915866Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.1930465Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1944886Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1959397Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1973955Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.1988437Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2002917Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2017530Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2031980Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2046467Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2061177Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.2075589Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2090205Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2104686Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2119129Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2133713Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2148137Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2162618Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2177306Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2191624Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2206068Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2222967Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.2237481Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2252130Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2266584Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2281067Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2295762Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2310176Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2324956Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.2339676Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2354015Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2368673Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2383066Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2397798Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2412416Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2426855Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2441339Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2455948Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2470363Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2485298Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.2499501Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2513990Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2528584Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2543216Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2557758Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2572435Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2586967Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2601461Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2616208Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2630993Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2645306Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2659917Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2674352Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2688830Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2703286Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2717728Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2732278Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2746700Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2761116Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2775655Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2790299Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.2804978Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2819323Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2833809Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2848405Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2862897Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2877382Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2891935Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2906391Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2920833Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2935479Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2950000Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.2964481Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2979055Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.2993588Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3008146Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3022574Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3037005Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3051551Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3066003Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3080379Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3094937Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3109455Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.3123932Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3138496Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3152916Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3167502Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3181951Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3196408Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3211041Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3225477Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3239910Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3254534Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3269366Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.3283613Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3298296Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3312755Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3327313Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3341837Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3356816Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3370982Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3385389Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3399903Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3414449Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3428960Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3443359Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3457948Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3472433Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3486780Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3501388Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3516055Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.3530677Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3545002Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3559388Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3573960Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3588417Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3602777Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3617394Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3631892Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3646287Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3660733Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3675288Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.3689802Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3704290Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3719071Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3733487Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3747992Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3762364Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3776985Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3791475Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3805971Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3820528Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3835048Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.3849594Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3864068Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3878618Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3893205Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3907715Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3922290Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3937053Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.3951625Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3966160Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3980738Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.3995235Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4009906Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4024368Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4038833Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4053429Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4067974Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4082471Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4097185Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.4111637Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4126086Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4140799Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4155459Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4170270Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4184614Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4199066Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.4213639Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4228089Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4242588Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4257166Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4271750Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4286251Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4300756Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4315053Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4329707Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4344410Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.4358763Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4373363Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4387901Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4402361Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4417055Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4431437Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4446086Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.4460633Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4475103Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4489644Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4504035Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4518439Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4532916Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4547340Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4561840Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4576392Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4590787Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4605426Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.4619884Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4634525Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4648855Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4663377Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4677861Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4692500Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4706916Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4721435Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4736060Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4750540Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4765205Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.4779822Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4794230Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4808951Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4823384Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4837823Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4852414Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4866876Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4881408Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4895914Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4910374Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4925000Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.4939580Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4954043Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4968753Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4983180Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.4997620Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5012124Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5026540Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5041056Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5055632Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5070214Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.5084861Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5099284Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5113795Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5128407Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5142820Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5157253Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5171812Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5186200Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5200784Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5215337Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5230046Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.5244364Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5258930Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5273389Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5287990Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5302478Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5316913Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5331684Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.5346050Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5360514Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5375113Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5389619Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5404019Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5418676Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5433071Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5447711Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5462185Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5476710Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5491677Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.5506164Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5520545Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5535304Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5549654Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5563986Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5578656Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5593083Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5607534Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5622113Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5636512Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5651326Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.5665834Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5680242Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5694962Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5709491Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5724015Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5738642Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5753059Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5767591Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5782181Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5796670Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5811411Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.5825765Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5840302Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5854946Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5869387Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5883755Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5898314Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5912728Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5927381Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5941907Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5956357Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.5971137Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.5985782Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6000023Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6014768Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6029285Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6043713Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6058345Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6072846Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6087271Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6101825Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6116479Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.6131012Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6145561Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6159958Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6174538Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6188960Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6203424Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6218002Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6232582Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6247024Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6261683Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6276350Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.6290852Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6305201Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6319609Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6334166Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6348669Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6363113Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6377889Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.6392365Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6406709Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6421666Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6435894Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6450467Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6464904Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6479294Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6493807Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6508216Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6522636Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6537392Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.6551822Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6566339Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6580988Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6595435Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6609934Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6624457Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6638856Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6653434Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6667921Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6682376Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6697207Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.6711549Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6725967Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6740544Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6755045Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6769572Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6783941Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6798598Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.6813202Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6827657Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6842151Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6856812Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6871407Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6886092Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6900586Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6915074Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6929873Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6944582Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.6959096Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6973793Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.6988224Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7002695Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7017296Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7031815Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7046210Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7060794Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7075342Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7089932Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7104483Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.7118858Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7133399Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7147859Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7162300Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7176872Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7191328Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7205784Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7220277Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7234688Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7249277Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7263914Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.7278329Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7292840Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7307210Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7321907Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7336283Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7350613Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7365271Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.7379739Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7394153Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7408745Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7423221Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7437687Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7452292Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7466754Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7481204Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7495984Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7510424Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7525154Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.7539699Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7554147Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7568794Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7583263Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7597682Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7612202Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7626661Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7641080Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7655728Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7670413Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.7684777Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7699392Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7713951Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7728437Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7742834Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7757306Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7772085Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7786314Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7800716Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7815392Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7829973Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.7844382Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7858904Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7873313Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7887697Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7902218Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7916577Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7931226Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7945644Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7960016Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7974617Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.7989450Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.8003958Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8018457Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8032765Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8047223Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8061717Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8076241Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8090796Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8105256Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8119664Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8134274Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8148840Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.8163175Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8177698Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8192090Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8206448Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8221073Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8235708Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8250134Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8264575Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8278973Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8293585Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8308148Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.8322529Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8337126Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8351587Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8366096Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8380803Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8395487Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8410227Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8424667Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8439200Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8453987Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8468579Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8483193Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8497874Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8512393Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8526983Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8541729Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8556389Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.8571023Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8585487Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8600066Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8614844Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8629226Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8643638Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8658149Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8672619Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8687872Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8701611Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8716292Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.8730879Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8745316Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8759809Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8774368Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8788826Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8803234Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8817896Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8832328Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8846769Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8861327Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8875853Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.8890373Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8904812Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8919189Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8933820Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8948350Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8962806Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8977409Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.8991832Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9006228Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9020984Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9035446Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.9049990Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9064363Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9078833Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9093470Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9108078Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9122571Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9137234Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9151794Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9166039Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9180830Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.9195233Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9209709Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9224235Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9238592Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9253198Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9267593Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9282568Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.9297065Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9311451Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9325901Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9340537Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9355014Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9369709Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9384450Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:00.9398888Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9413462Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9427986Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9442393Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9456972Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9471410Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9485796Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9500333Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9514809Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9529321Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9543930Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.9558316Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9572792Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9587360Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9602068Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9616432Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9630852Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9645384Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9659950Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9674384Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9689021Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9703505Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.9717873Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9732483Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9746918Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9761449Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9776121Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9790519Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9805040Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9819632Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9834151Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9848956Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9863469Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:00.9877870Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9892477Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9907010Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9921447Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9936108Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9950616Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9965114Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9979842Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:00.9994240Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0009111Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.0023553Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0037969Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0052787Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0067052Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0081618Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0096176Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0110600Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0125115Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0139685Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0154146Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0168891Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.0183298Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0197838Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0212474Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0227052Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0241489Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0256191Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0270663Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0285231Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0299944Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0314405Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0329196Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.0343639Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0358132Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0372705Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0387087Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0401611Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0416187Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0430808Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.0445100Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0459688Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0474113Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0488884Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0503145Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0517644Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0532259Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0546755Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0561341Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0576097Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0590676Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0605107Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0619563Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0634046Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0648524Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0662937Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0677388Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0691995Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0706307Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0720750Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0735406Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.0749827Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0764158Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0778676Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0793134Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0807558Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0822123Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0836571Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0851109Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0865518Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0880065Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0894888Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.0909314Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0923672Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0938534Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0952794Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0967294Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0981878Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.0996304Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1010819Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1025263Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1039706Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1054419Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.1068772Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1083305Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1097878Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1112334Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1126840Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1141338Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1155769Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1170420Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1184907Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1199413Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1214393Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.1229038Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1243327Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1257746Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1272086Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1286481Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1300955Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1315428Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.1329834Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1344132Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1358417Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1372834Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1387121Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1401547Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1416020Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.1430320Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1444663Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1459127Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1473391Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1487815Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1502097Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1516512Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.1530870Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1545110Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1559355Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1573709Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1587961Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1602216Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1616614Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1630890Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1645132Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1659560Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1673918Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.1688194Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1702541Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1716970Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1731473Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1745752Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1760067Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1774608Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1788834Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1803219Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1817801Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1832269Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1846528Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1861246Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1875362Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1889798Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1904128Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1918557Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1933029Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.1947324Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1961620Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1976014Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.1990350Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2004695Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2019133Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2033441Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2047865Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2062174Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2076574Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.2090946Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2105186Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2119370Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2133778Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2148063Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2162246Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2176797Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2191045Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2205365Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2219764Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2234181Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.2248553Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2262905Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2277162Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2291789Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2305817Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2320064Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2334708Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.2349014Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2363284Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2377723Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2392016Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2406339Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2420749Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2434986Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2449338Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2463618Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2477859Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2492526Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.2507142Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2521311Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2535679Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2549835Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2564105Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2578446Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2592641Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2606819Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2621333Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2635565Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2650256Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.2664655Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2679276Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2693730Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2708176Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2722652Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2737222Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2751675Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2765783Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2780221Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2794464Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2808929Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.2823195Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2837599Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2851947Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2866173Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2880391Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2894866Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2909160Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2923432Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2937805Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2952065Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2966459Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.2980870Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.2995194Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3009576Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3023926Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3038121Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3052648Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3066904Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3081259Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3095696Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3109988Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3124408Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.3138753Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3153061Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3167305Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3181676Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3196168Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3210311Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3224635Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3239022Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3253479Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3267764Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3282187Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.3296526Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3310817Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3325148Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3339531Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3353812Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3368205Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3382725Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.3397025Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3411610Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3425902Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3440281Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3454771Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3469118Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3483420Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3497845Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3512169Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3526407Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3541101Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.3555370Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3569775Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3584083Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3598434Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3612925Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3627226Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3641689Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3655960Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3670269Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3684657Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3699235Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.3713545Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3728000Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3742392Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3756740Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3771355Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3785665Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3799922Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3814379Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3828681Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3843113Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.3857547Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3871876Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3886302Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3900790Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3915032Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3929494Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3943909Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.3958197Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3972598Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.3986917Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4001146Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4015772Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4030020Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4044349Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4058920Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4073045Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4087439Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4102062Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.4116524Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4131022Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4145473Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4159888Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4174432Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4188817Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4203216Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4217669Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4231964Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4246258Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4260837Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.4275069Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4289438Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4303797Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4318124Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4332545Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4346836Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4361457Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:01.4375837Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.4390113Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4404384Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4418859Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4433226Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4447562Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4462058Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4476472Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4490991Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4505504Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4519711Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4534439Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4548856Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4563213Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4577646Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4591899Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4606146Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4620511Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4634837Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4649113Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4663382Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4677817Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.4692207Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4706498Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4720725Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4735220Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4749491Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4763787Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4778208Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4792488Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4806752Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4821195Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4835611Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.4850060Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4864400Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4878764Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4893297Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4907551Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4921756Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4936176Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4950460Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4964858Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4979164Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.4993552Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5007840Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5022196Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5036444Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5050796Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5065034Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5079385Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5093798Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5108097Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5122390Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5136795Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5151256Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5165494Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5179950Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5194243Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5208732Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5222968Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5237179Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5251602Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5265845Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5280131Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5294521Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5309119Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5323325Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5337711Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5352032Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5366316Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5380742Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5395117Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5409354Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5423797Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5437924Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5452387Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5466869Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5481139Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5495523Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5509748Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5524162Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5538543Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5552880Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5567164Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5581522Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5595926Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5610337Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5624646Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5638817Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5653245Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5667508Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5681756Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5696153Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5710440Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5724759Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5739168Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5753475Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5767740Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5782196Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5796407Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5810780Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5825064Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5839229Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5853631Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5867904Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5883032Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5896594Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5910797Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5925111Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5939547Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.5953882Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5968237Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5982582Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.5996880Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6011314Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6025555Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6039821Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6054286Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6068618Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6082837Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6097432Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.6111614Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6125899Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6140194Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6154525Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6168864Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6183162Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6197387Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6211831Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6226177Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6240556Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6255155Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.6269450Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6283779Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6298386Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6312680Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6327169Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6341912Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6356065Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6370576Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6384918Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6399177Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6413798Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.6428050Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6442330Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6456801Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6471091Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6485301Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6499727Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6514088Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6528495Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6542832Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6557102Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6571905Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.6586312Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6600633Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6615183Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6629459Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6643841Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6658288Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6672591Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6687140Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6701524Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6715792Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6730303Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.6744565Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6758954Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6773397Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6787694Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6802181Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6816547Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6830670Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6844933Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6859377Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6873718Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6888339Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.6902760Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.6917094Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6931624Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6946033Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6960362Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6974838Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.6989247Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7003613Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7018225Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7032693Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7047161Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.7061678Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7076007Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7090433Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7104754Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7119030Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7133539Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7147831Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7162204Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7176728Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7191061Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7205602Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.7220168Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.7234519Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7249032Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7263577Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7277779Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7292192Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7306588Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7320875Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7335466Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7349684Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7364031Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7378713Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.7392984Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7407260Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7421765Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7436027Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7450447Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7464758Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7479089Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7493558Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7507839Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7522111Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7536632Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.7550887Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7565079Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7579507Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7593745Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7607982Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7622311Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7636624Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7651067Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7665406Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7679753Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7694750Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.7709032Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:01.7723429Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.7738817Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.7755858Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:01.7770473Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.7784920Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7799386Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7813862Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7828184Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7842557Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7857112Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7871490Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7885823Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7900295Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7914621Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7929709Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.7943905Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7958162Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7972582Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.7987057Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:36:01.8001322Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8015789Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8030153Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8044440Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8058902Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8073175Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8087534Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8101995Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8116359Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8130783Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8145503Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.8159605Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8174055Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8188412Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8202791Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8217181Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8231517Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8245868Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8260349Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8274683Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8289085Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8303957Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.8318358Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:01.8332807Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8347121Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8361466Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8375999Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8390369Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8404791Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8419323Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8433685Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8448004Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8463000Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8477403Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8492064Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8506519Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8520909Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8535351Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8549679Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8564055Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8578585Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8593016Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8607111Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8621740Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.8635985Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8650372Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8664670Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8678961Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8693524Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8707804Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8722058Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8736456Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8750820Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8765176Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8779808Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.8793997Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8808400Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8822803Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8837138Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8851504Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8865768Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8880094Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8894513Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8908765Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8923082Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8937630Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.8951921Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8966163Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8980612Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.8994881Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9009298Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9023633Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9038131Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9052354Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9066809Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9081111Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9095635Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.9109953Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9124264Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9138661Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9153046Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9167302Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9181778Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9196151Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9210674Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9224969Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9239203Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9253866Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.9268117Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9282424Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9296860Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9311223Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9325573Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9340034Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9354405Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9368817Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9383187Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9397468Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9412491Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.9426499Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9440780Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9455214Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9469494Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9484011Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9498204Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9512563Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9526943Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9541339Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9555744Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9570306Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.9584650Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9599068Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9613480Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9627816Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9642124Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9656632Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9670955Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9685273Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9699645Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9714028Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9728467Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.9742873Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9757153Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9771489Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9785775Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9800053Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9814453Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9828717Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9843048Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9857436Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9871797Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9886197Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:01.9900704Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9915063Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9929772Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9943871Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9958162Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9972559Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:01.9986868Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0001139Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0015477Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0029759Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0044170Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.0058605Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0072866Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0087137Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0101463Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0115605Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0129951Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0144145Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0158374Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0172766Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0187064Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0201657Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.0216115Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0230428Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0244743Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0259169Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0273486Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0287723Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0302189Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0316424Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0330844Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0345145Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0359560Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.0374125Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.0388568Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0402686Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0417078Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0431363Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0445648Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0460028Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0474335Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0488644Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0503019Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0517310Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0531920Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.0546139Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0560473Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0574851Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0589204Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0603432Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0617922Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0632326Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0646661Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0661105Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0675530Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0689862Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.0704102Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0718322Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0732758Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0747071Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0761349Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0775659Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0789863Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0804118Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0818449Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0832923Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.0847325Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0861565Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0875868Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0890338Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0904651Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0918906Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0933258Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0947560Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0961883Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0976316Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.0990661Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.1004903Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1019381Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1033646Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1047969Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1062388Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1076670Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1091083Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1105320Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1119592Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1134049Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1148478Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.1162685Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1177096Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1191352Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1205583Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1219965Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1234209Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1248463Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1262792Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1277028Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1291553Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1305868Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.1320159Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.1334654Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1348990Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1363313Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1377761Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1392085Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1406278Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1420689Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1434875Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1449254Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1463702Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1478023Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1492377Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1506630Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1520856Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1535199Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1549490Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1563836Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1578131Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1592420Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1606646Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1621153Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.1635387Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1649757Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1663974Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1678228Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1692592Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1706857Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1721133Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1735596Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1750151Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1764222Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1778756Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.1793028Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1807363Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1821749Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1836069Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1850398Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1864705Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1879050Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1893394Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1907619Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1921879Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1936581Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.1950925Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.1965144Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1979516Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.1993820Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2008127Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2022587Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2036970Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2051550Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2065895Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2080326Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2094762Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2108974Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.2123213Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2137594Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2151950Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2166175Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2180570Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2194892Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2209398Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2223500Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2237725Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2252553Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.2266693Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.2280848Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2295164Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2309526Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2323810Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2338165Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2352423Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2366734Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2381129Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2395557Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2409971Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2424560Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.2438808Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2453182Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2467416Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2481668Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2496032Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2510257Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2524521Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2538835Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2553164Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2567348Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2582017Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.2596045Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2610425Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2624709Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2639018Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2653441Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2667911Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2682084Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2696517Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2710792Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2725113Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2739994Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.2754352Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2768730Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2783191Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2797524Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2811848Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2826257Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2840560Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2854930Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2869233Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2883596Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.2898056Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2912517Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2926778Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2941188Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2955589Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2969987Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2984335Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.2998618Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3013048Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3027295Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3041655Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.3056135Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3070381Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3084676Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3099025Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3113278Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3128424Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3142025Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3156191Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3170610Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3184829Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3199327Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.3213759Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.3236407Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3242447Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3256800Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3271075Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3285348Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3299741Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3314062Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3328357Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3342786Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3357011Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3371572Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.3385878Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3400090Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3414551Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3428800Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3442971Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3457396Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3471666Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3486001Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3500511Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3514829Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3529339Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.3543589Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3557822Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3573100Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3586499Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3600788Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3615183Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3629457Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3643660Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3658022Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3672313Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3686677Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.3701000Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3715243Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3729574Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3743871Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3758121Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3772591Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3786849Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3801086Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3815461Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3829768Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3844217Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.3858560Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3872832Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3887088Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3901446Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3915711Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3930093Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3944282Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3958558Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3972919Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.3987190Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4001571Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4015933Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4030310Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4044380Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4058719Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4073034Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4087274Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4101701Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4115968Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4130352Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4144659Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4158969Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4173296Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4187638Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4201901Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4216376Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4230667Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4244922Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4259345Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4273551Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4287771Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4302085Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4316567Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4330945Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4345134Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4359450Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4373738Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4387952Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4402185Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4416627Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4430897Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4445142Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4459682Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4474156Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4488445Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.4502850Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4517113Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4531508Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4545787Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4560017Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4574468Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4588834Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4603129Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4617513Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4631765Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4646129Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4660576Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4675024Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4689276Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4703617Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4717808Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4732187Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4746470Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4760713Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4775194Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4789622Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4803848Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4818203Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4832425Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4846631Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4861036Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4875281Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4889652Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4904028Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4918142Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4932634Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4946979Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.4961257Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4975615Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.4989886Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5004137Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5018508Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5032784Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5047027Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5061411Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5075706Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5090038Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5104432Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.5118766Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5133153Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5147400Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5161660Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5176063Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5190275Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5204560Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5218938Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5233200Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5247488Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5262041Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.5276376Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.5290736Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5304989Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5319231Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5333574Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5347841Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5362188Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5376448Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5390671Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5404959Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5419339Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5433892Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.5448136Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5462581Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5476855Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5491300Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5505574Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5519804Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5534147Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5548303Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5562558Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5576925Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5591276Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.5605540Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5619880Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5634242Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5648565Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5663081Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5677411Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5691812Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5706187Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5720391Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5734857Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.5749096Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5763406Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5777800Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5792002Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5806242Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5820727Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5834801Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5849120Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5863513Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5877746Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5892232Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.5906487Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5920778Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5935151Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5949394Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5963634Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5978021Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.5992340Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6006603Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6020990Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6035220Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6049707Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.6064005Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6078265Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6092797Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6107088Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6121383Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6135787Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6150093Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6164378Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6178802Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6192962Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6207445Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.6221877Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.6236116Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6250505Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6264967Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6279095Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6293624Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6307958Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6322276Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6336807Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6351113Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6365427Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6380136Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.6394306Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6408484Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6422883Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6437126Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6451531Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6465735Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6479959Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6494423Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6508718Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6523111Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6537578Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.6551996Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6566299Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6580736Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6595018Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6609383Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6623740Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6638070Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6652513Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6666894Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6681162Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6695862Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.6710067Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6724348Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6738797Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6753069Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6767358Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6781698Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6796010Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6810332Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6824719Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6838908Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6853391Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.6867616Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6881917Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6896306Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6910619Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6924898Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6939392Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6953582Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6967868Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6982201Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.6996461Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7011110Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7025439Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7039763Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7054116Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7068487Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7082794Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7097497Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7111683Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7126046Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7140548Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7154928Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7169457Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7183888Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7198251Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7212699Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7227009Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7241312Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7255733Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7270086Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7284385Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7298777Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7313159Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7327612Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7342052Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7356435Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7370808Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7385099Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7399378Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7413939Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7428238Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7442553Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7456888Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7471103Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7485556Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7499930Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7514511Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7528537Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7542839Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7557074Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7571427Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7585749Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7600004Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7614454Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7628697Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7643314Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7657644Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7671941Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7686291Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7700755Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7715052Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7729561Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7743919Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7758211Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7772663Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7787004Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7801507Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7815952Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7830291Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7844567Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7858920Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7873183Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7887403Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7901742Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7915997Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7930345Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7944543Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.7958896Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.7973562Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.7987694Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8001907Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8016320Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8030587Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8044912Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8059318Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8073639Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8088057Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8102442Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8116679Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8131432Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.8145724Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8160059Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8174536Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8188774Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8203047Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8217410Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8231679Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8245918Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8260268Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8274581Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8289643Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.8304158Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.8318578Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8333087Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8347488Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8361856Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8376427Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8391548Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8406530Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8421642Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8436141Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8450689Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.8465005Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8479320Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8493763Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8508179Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8522506Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8536901Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8551141Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8565379Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8579749Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8594076Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8608576Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.8623099Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8637478Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8652013Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8666452Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8680876Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8695413Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8710175Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8724943Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8739780Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8754442Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8769242Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.8783977Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8798618Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8813441Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8827979Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8842349Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8857174Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8871420Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8885777Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8900236Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8914628Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8929180Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.8943713Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8958121Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8972619Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.8987080Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9001476Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9016057Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9030463Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9044728Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9059229Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9073613Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.9087972Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9102442Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9116896Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9131338Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9145738Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9160089Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9174649Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9189085Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9203450Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9217948Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9232592Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.9247105Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.9261736Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9276277Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9290655Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9304892Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9319228Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9333720Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9348182Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9362590Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9377151Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9391556Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9405984Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.9420411Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9434782Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9449230Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9463734Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9478141Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9492662Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9507116Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9521595Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9536089Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9550778Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.9565189Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:02.9579831Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9594289Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9608614Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9623238Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9638110Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9653091Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9667793Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9682524Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9697620Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9712250Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.9726917Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9741734Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9756461Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9771300Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9785682Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9800197Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9814621Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9828961Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9843417Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9857913Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9872439Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:02.9886863Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9901257Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9915584Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9929996Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9944346Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9958688Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9973222Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:02.9987613Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0001986Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0016445Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0030947Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.0045663Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0060556Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0075301Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0090147Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0104982Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0119538Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0134368Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0149121Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0163810Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0178568Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0193636Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.0208326Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0222817Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0237175Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0251636Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0265946Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0280354Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0294907Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0309248Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0323734Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0338213Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:03.0352875Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:36:03.0367273Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:03.0381773Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:03.0396089Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0410552Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0424913Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0439316Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0453799Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0468224Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0482660Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0497101Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0511821Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.0526058Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0540582Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0554963Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0569387Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0583868Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0598180Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0612726Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0626975Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0641273Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0655701Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0670169Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.0684893Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0699851Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0714574Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0729330Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0744133Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0758823Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0773656Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0788429Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0802853Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0817529Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0831810Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0846177Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0860733Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0875113Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0889523Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0904042Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0918345Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0932879Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0947128Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0961396Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.0975926Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.0990216Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1004486Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1018959Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1033209Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1047525Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1062086Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1076345Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1090774Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1105009Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1119329Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1133857Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.1148212Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1162426Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1176815Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1190975Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1205206Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1219526Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1233769Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1248036Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1262366Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1276562Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1291127Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.1305465Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.1319699Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1334016Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1348282Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1362784Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1377108Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1391452Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1405744Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1420085Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1434448Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1448850Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1463382Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1477698Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1492111Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1506407Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1520722Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1535143Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1549349Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1563604Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1577960Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1592204Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1606580Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.1620834Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1635096Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1649473Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1663776Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1678053Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1692507Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1706775Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1721022Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1735436Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1749727Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1764105Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.1778478Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1792739Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1807045Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1821578Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1835767Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1850102Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1864410Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1878693Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1893101Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1907365Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1921737Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.1936131Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1950387Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1964797Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1979236Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.1993577Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2007849Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2022417Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2036616Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2051003Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2065220Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2080082Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.2094120Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2108306Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2122594Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2137088Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2151381Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2165638Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2180144Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2194498Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2208917Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2223368Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2237773Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.2252269Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.2266775Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2280844Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2295293Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2309604Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2323965Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2338432Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2352794Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2367154Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2381551Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2395775Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2410362Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.2424603Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2438849Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2453263Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2467460Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2481780Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2496237Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2510460Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2524690Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2539131Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2553404Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2567746Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.2582098Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2596412Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2610909Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2625222Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2639539Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2653983Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2668303Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2682610Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2697124Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2711898Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2725892Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.2740175Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2754430Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2768726Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2783103Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2797397Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2811766Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2826034Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2840417Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2854876Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2869304Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.2883589Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2898051Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2912473Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2926823Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2941204Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2955485Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2969794Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2984198Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.2998458Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3012988Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3027554Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3042039Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3056372Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3070698Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3084963Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3099383Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3113616Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3127923Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3142485Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3156592Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3170978Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3185501Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3200076Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.3214577Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3228922Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3243260Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3257777Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3272121Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3286435Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3300842Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3315132Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3329510Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3344022Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3358348Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.3372712Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3386998Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3401363Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3415735Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3429965Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3444267Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3458664Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3472946Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3487209Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3501610Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3516107Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3530425Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3544720Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3558949Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3573328Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3587827Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3602023Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3616510Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3630885Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3645235Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3659640Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3674015Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3688404Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3702652Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3716932Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3731298Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3745600Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3759843Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3774244Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3788500Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3802897Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3817425Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3831930Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3846175Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3860697Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3875015Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3889391Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3903754Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3918026Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3932500Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3946827Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3961215Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.3975742Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.3990023Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4004267Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4018679Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4033011Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4047547Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4061754Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4076074Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4090468Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4104718Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4118972Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4133518Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.4147836Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.4162051Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4176414Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4190605Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4204856Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4219164Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4233471Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4247759Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4262126Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4276441Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4290829Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4305330Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.4319634Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4334067Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4348407Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4362736Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4377137Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4391458Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4405751Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4420169Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4434436Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4448753Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4463296Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.4477525Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4491859Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4506283Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4520381Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4534782Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4549046Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4563284Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4577728Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4591983Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4606289Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4620949Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.4635077Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4649299Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4663743Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4678091Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4692553Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4707005Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4721333Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4735907Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4750292Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4764595Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4779116Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.4793592Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4807869Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4822250Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4836486Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4850815Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4865098Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4879290Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4893763Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4908092Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4922201Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4936781Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.4950831Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4965116Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4979527Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.4993816Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5008122Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5022540Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5036894Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5051306Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5065622Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5079924Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5094361Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.5108592Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5122833Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5137214Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5151440Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5165703Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5180024Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5194230Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5208465Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5222805Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5237099Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5251822Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.5266121Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5280446Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5294945Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5309257Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5323638Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5338050Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5352424Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5366793Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5381482Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5395685Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5410367Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.5424726Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5439039Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5453438Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5467798Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5482049Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5496605Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5510724Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5524973Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5539394Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5553642Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5568010Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.5582390Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5596632Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5611074Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5625324Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5639615Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5653997Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5668293Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5682562Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5696970Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5711316Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5725665Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.5740072Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5754320Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5768625Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5783070Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5797376Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5811870Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5825901Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5840172Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5854502Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5868823Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5883230Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.5897647Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5911915Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5926243Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5940714Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5954975Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5969267Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5983646Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.5997989Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6012394Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6026630Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6041069Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.6055442Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6069752Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6083986Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6098520Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6112804Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6127041Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6141346Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6155712Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6169943Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6184366Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6198943Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.6213496Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6227665Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6241920Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6256442Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6270616Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6284877Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6299266Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6313623Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6327865Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6342264Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6357016Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.6371143Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6385535Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6399810Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6414160Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6428422Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6442770Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6457229Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6471548Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6485904Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6500348Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6514803Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.6529118Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6543597Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6557915Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6572365Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6586639Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6600846Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6615270Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6629681Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6643902Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6658164Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6672585Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.6686770Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6701143Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6715434Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6729706Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6743958Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6758129Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6772486Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6786700Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6800975Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6815393Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6829815Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.6844072Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6858535Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6872893Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6887205Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6901567Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6915820Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6930252Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6944414Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6958713Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6973125Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.6987629Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.7001906Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7016272Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7030550Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7044785Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7059175Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7073400Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7087634Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7102792Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7116344Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7130682Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7145256Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.7159522Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7174041Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7188358Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7202739Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7217331Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7231687Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7245929Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7260344Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7274617Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7288972Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7303506Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.7317853Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.7332168Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7346433Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7360696Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7375099Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7389401Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7403658Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7418060Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7432321Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7446618Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7461069Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7475434Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.7489776Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7504072Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7518330Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7532648Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7546905Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7561305Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7575570Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7589881Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7604053Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7618462Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7632755Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.7646985Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7661380Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7676437Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7690875Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7705109Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7719401Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7733746Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7748034Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7762286Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7777097Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7791217Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7805491Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7819970Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7834257Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7848567Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7863022Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7877348Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7891781Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7906257Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7920468Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7935100Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.7949477Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7963712Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7978235Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.7992746Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8006920Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8021335Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8035671Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8050053Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8064399Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8078734Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8093520Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.8107894Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8122137Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8136483Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8150766Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8165046Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8179470Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8193608Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8207807Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8222140Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8236399Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8252013Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.8265770Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.8280028Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8294436Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8308665Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8322992Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8337397Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8351756Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8366045Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8380478Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8394697Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8409008Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8423851Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.8437984Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8452346Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8466575Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8480860Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8495273Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8509599Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8523806Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8538214Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8552457Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8566741Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8581227Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.8595415Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8609813Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8624196Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8638554Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8652916Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8667228Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8681475Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8695808Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8710019Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8724323Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8738738Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.8753079Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8767327Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8781680Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8795854Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8810216Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8824469Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8838760Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8853168Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8867609Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8881667Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8896234Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.8910522Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8934994Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8939240Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8953421Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8967723Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8982171Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.8996460Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9010804Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9025136Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9039492Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.9053978Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9068223Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9082532Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9096890Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9111150Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9125364Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9139815Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9154094Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9168401Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9182824Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9197230Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.9211768Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:03.9226032Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9240273Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9254696Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9268989Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9283191Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9297612Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9311908Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9326495Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9340730Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9355097Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9369772Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.9384223Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9398537Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9413014Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9427309Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9441627Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9456035Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9470328Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9484640Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9499015Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9513269Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9527696Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.9542083Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9556385Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9570776Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9585153Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9599462Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9613848Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9628207Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9642566Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9656963Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9671224Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9685842Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.9700163Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9714444Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9728664Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9743199Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9757705Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9772005Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9786369Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9800811Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9815379Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9829675Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9844087Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:03.9858483Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9872845Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9887277Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9901770Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9916053Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9930477Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9944809Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9959141Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9973611Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:03.9987900Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0002244Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0016679Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0030913Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0045200Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0059752Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0074088Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0088461Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0102978Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0117289Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0131668Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0145958Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0160460Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0174885Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0189105Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0203492Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0217764Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0232098Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0246298Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0260689Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0274949Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0289183Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0303638Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0318097Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0332468Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0346705Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0360945Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0375623Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0389980Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0404229Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0418631Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0433040Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0447362Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0461799Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0476239Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0490572Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0504974Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0519330Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0533763Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0548085Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0562420Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0576847Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0591086Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0605553Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0619814Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0634404Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0648719Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0663192Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0677528Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0692025Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0706376Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0720757Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0735223Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0749613Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0763943Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0778439Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0792969Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0807274Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0821877Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0836168Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0850525Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0864751Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0879083Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0893545Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0907904Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0922175Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0936703Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0951099Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.0965443Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0979868Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.0994368Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1008671Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1023187Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1037411Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1052005Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1066338Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1080651Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1095077Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1109420Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.1123813Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1138291Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1152575Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1166918Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1181461Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1195818Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1210210Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1224624Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1238970Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1253420Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1267943Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.1282173Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1296567Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1310820Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1325127Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1339512Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1353897Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1368156Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1382697Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1397188Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1411477Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1426002Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.1440360Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1454745Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1469005Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1483317Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1497740Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1512020Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1526360Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1540829Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1555208Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1569498Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1584009Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.1598251Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1612660Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1626920Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1641220Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1655692Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1670002Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1684297Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1698681Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1713025Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1727306Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1741805Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.1756104Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1770460Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1784845Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1798964Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1813352Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1827641Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1841919Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1856457Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1870870Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1885154Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1899688Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.1913921Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1928238Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1942736Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1956976Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1971473Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.1985694Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2000071Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2014413Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2028653Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2042953Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2057456Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.2071700Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2085965Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2100305Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2114711Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2128958Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2143598Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2157835Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2172203Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2186514Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2200906Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2215432Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.2229803Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2244201Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2258757Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2273174Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2287449Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2301990Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2316253Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2330764Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2345109Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2359431Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2374170Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.2388395Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2402707Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2416950Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2431321Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2445651Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2460052Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2474357Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2488612Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2503032Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2517348Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2531829Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.2546323Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2560450Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2574852Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2589196Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2603510Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2618069Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2632286Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2646682Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2661066Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2675355Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2689778Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.2704134Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2718468Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2732844Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2747082Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2761328Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2775809Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2790044Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2804416Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2818772Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2833039Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2847483Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.2861882Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2876312Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2890601Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2904897Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2919322Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2933603Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2947959Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2962346Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2976893Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.2991383Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3005668Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.3020130Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3034402Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3048723Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3063162Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3077454Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3091825Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3106097Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3120453Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3134972Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3149217Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3163754Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.3178150Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3192517Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3206961Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3221370Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3235690Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3250035Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3264475Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3278739Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3293152Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3307428Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3322344Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:36:04.3336895Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3351244Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3365576Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3379866Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3394090Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3408704Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3423163Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3437491Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3451886Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3466231Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3480834Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.3495425Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3509767Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3524002Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3538434Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3552842Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3567194Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3581523Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3595835Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3610075Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3624398Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3638802Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.3653236Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3667596Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3681969Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3696487Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3711595Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3725041Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3739386Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3753709Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3768034Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3782438Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3796789Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.3811224Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3825595Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3839817Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3854216Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3868471Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3882769Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3897138Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3911417Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3925693Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3940119Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3954509Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.3968799Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3983141Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.3997349Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4011822Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4026216Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4040457Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4054834Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4069038Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4083402Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4097868Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4112186Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.4126354Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4140821Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4155076Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4169395Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4183702Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4198059Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4212429Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4226703Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4240943Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4255369Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4269728Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.4284139Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:04.4298535Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4312888Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4327280Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4341686Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4356035Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4370455Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4384881Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4399205Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4413793Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4428130Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4442578Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.4457064Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4471321Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4485711Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4499953Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4514246Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4528625Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4543099Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4557374Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4571767Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4585998Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4600415Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.4614910Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4629219Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4643583Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4658047Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4672403Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4686697Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4701159Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4715511Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4729775Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4744707Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.4758628Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4773039Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4787407Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:36:04.4801771Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4816116Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4830518Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4844743Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4859297Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4873803Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4888003Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4902434Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4916658Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4931121Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4945584Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.4959842Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4974234Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.4988522Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5002869Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5017237Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5031479Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5045786Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5060237Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5074469Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5088823Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.5103285Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5117680Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5132164Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5146436Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5160736Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5175045Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5189357Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5203689Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5218215Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5232494Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5247105Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.5261522Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5276011Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5290221Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5304749Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:36:04.5319032Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5333421Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5347701Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5362034Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5376453Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5390758Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5405041Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5419474Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5433744Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5447990Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5462562Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.5476761Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5491175Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5505361Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5519710Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5534026Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5548348Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5562620Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5577105Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5591377Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5605769Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5620246Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.5634434Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5648644Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5663188Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5677629Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5691878Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5706156Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5720405Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5734860Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5749155Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5763409Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5778035Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.5792336Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5806714Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5821299Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5835672Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5850013Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5864554Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5878790Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5893224Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5907580Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5921868Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5936427Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.5950671Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5965071Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5979520Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.5993783Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6008045Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6022515Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6036804Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6051233Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6065724Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6079950Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6094419Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.6108750Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6123104Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6137505Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6151791Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6166066Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6180544Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6194796Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6209124Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6223589Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6237891Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6252381Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.6266594Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6280782Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6295295Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6309451Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6323734Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6338154Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6352476Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.6366796Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6381164Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6395480Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6409771Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6424250Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6438500Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6452979Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6467498Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6481691Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6496090Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6510605Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6524810Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6539247Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6553667Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6568040Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6582481Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6596729Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6611207Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6625518Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6639757Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6654352Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.6668526Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6682747Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6697104Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6711409Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6725663Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6740154Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6754417Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6768646Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6783091Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6797415Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6811907Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.6826191Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6840580Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6854938Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6869204Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6883471Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6897905Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6912163Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6926393Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6940749Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6955064Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6969397Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.6983653Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.6997882Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7012285Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7026587Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7040845Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7055334Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7069508Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7083762Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7098202Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7112471Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7126958Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.7141351Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7155718Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7169919Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7184277Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7198525Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7212934Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7227180Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7241549Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7256087Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7270527Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7284970Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.7299352Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7313605Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7327837Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7342206Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7356486Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7370978Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7385607Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.7399987Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7414515Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7428918Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7443290Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7457652Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7471910Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7486134Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7500556Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7514758Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7529040Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7543619Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.7557739Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7571993Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7586259Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7600578Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7614894Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7629200Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7643490Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7657903Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7672104Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7686387Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7700895Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.7715291Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7729464Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7743780Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7758063Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7772427Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7786743Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7801019Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7815405Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7829699Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7843881Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7858297Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.7872481Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7886752Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7901122Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7915407Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7929819Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7944370Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7958720Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7973216Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.7987629Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8002005Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8016549Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.8030751Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8044999Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8059424Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8073666Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8087968Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8102312Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8116589Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8130911Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8145189Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8160416Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8175719Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8190058Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8204319Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8218749Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8233026Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8247284Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8261641Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8275941Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8290176Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8304595Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8319118Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.8333568Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8347852Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8362197Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8376809Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8391240Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8405657Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8420308Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.8434558Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8448807Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8463310Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8477573Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8492009Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8506372Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8520674Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8535187Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8549465Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8563803Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8578334Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.8592763Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8606887Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8621352Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8635730Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8650045Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8664562Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8678953Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8693379Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8707689Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8722140Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8736740Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.8751049Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8765421Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8779819Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8794149Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8808466Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8822946Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8837269Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8851739Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8866095Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8880381Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8894945Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.8909206Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8923642Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8938086Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8952354Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8966693Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8981249Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.8995533Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9010012Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9024324Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9038669Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9053249Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.9067576Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9081857Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9096292Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9110619Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9124978Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9139573Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9153861Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9168190Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9182616Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9196847Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9211328Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.9225615Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9239946Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9254289Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9268494Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9282710Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9297171Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9311596Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.9325833Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9340153Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9354467Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9368774Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9383219Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9397522Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9412166Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.9426584Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9440959Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9455494Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9469621Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9483972Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9498514Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9512833Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.9527041Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9541464Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9555697Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9569970Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9584428Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9598691Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9613148Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9627404Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9641606Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9656059Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9670596Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.9684883Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9699215Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9713458Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9727703Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9742115Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9756534Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9771056Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9785434Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9799751Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9814220Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9828758Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:04.9842948Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9857378Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9871672Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9886020Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9900477Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9915049Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9929345Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:04.9943767Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9958046Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9972452Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:04.9986778Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0001012Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0015371Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0029585Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0043877Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0058298Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0072653Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0087234Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.0101578Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0115894Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0130242Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0144735Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0159044Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0173502Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0187700Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0201908Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0216285Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0230512Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0244942Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.0259304Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0273558Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0287764Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0302089Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0316392Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0330657Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0345923Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.0359405Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0373794Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0388080Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0402391Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0416820Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0431144Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0445417Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0459838Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0474061Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0488283Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0502852Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.0517046Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0531331Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0545577Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0559860Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0574233Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0588438Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0602717Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0617056Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0631304Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0645601Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0660067Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.0674406Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0688722Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0703253Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0717384Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0731776Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0746007Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0760295Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0774657Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0789018Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0803418Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0817812Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.0832147Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0846510Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0861009Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0875313Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0889651Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0904039Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0918286Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0932639Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0946997Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0961273Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.0975821Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.0990130Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1004436Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1018882Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1033089Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1047362Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1061731Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1075999Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1090309Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1104670Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1118932Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1133324Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1147594Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1161815Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1176167Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1190416Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1204701Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1219092Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1233350Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1247750Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1262005Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1276430Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.1290722Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1305101Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1319385Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1333829Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1348115Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1362523Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1377046Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.1391341Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1405622Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1420046Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1434375Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1448608Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1462998Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1477293Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1491605Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1505873Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1520155Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1534564Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.1548914Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1563120Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1577576Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1591962Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1606261Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1620634Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1634928Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1649241Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1663561Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1677916Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1692276Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.1706617Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1720832Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1735290Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1749590Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1763898Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1778287Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1792558Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1806863Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1821307Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1835572Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1850017Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.1864469Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1878791Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1893174Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1907492Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1921774Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1936218Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1950468Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1964717Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1979062Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.1993355Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2007737Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.2022141Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2036349Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2050708Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2065104Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2079399Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2093739Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2108026Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2122221Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2136906Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2151075Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2165434Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.2179873Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2194204Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2208476Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2222900Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2237257Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2251627Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2265981Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2280330Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2294824Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2309209Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2323641Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.2338005Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2352257Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2366491Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2380808Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2395060Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2409297Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2423848Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.2438094Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2452507Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2466846Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2481168Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2495711Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2510045Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2524518Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.2538927Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2553265Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2567836Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2582031Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2596317Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2610668Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2625068Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2639370Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2653860Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2668157Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2682549Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.2696963Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2711279Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2725564Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2739980Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2754333Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2768665Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2783273Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2797587Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2812007Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2826294Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2840644Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.2855021Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2869312Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2883566Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2897948Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2912211Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2926454Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2940785Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2955065Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2969378Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2983811Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.2998414Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.3012517Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3027154Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3041305Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3055757Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3070046Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3084350Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3098785Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3113056Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3127400Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3142099Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3156395Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.3170541Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3184961Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3199304Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3213644Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3227842Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3242019Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3256356Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3270628Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3284875Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3299341Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.3313527Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3327742Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3342181Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3356418Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3370665Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3384960Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3399223Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3413801Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3428129Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3442314Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3456771Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3471142Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3485217Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3499641Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3513890Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3528151Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3542583Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3556921Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.3571511Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3585872Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3600207Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3614579Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3628846Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3643100Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3657516Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3671828Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3686160Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3700687Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3715167Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.3729499Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3744116Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3758573Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3773030Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3787293Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3801568Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3815861Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3830085Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3844373Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3858680Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3873128Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.3887392Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3901782Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3916238Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3930345Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3944859Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3959158Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3973598Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.3987894Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4002201Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4016594Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4031062Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.4045323Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4059779Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4074079Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4088360Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4102795Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4117080Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4131439Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4145733Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4160004Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4174437Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4188761Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.4203046Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4217395Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4231626Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4245866Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4260275Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4274603Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4289119Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.4303511Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4317870Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4332395Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4346606Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4360861Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4375272Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4389778Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.4404029Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4418398Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4432678Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4446988Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4461498Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4475875Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4490361Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.4504918Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4519156Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4533606Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4547927Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4562162Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4576546Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4590814Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4605139Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4619595Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4633872Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4648222Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.4662612Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4676873Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4691197Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4705582Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4719821Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4734162Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4748678Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4762684Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4777196Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4791413Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4805823Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.4820236Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4834526Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4848850Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4863314Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4877534Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4891963Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4906246Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4920610Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4935071Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4949346Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4963785Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.4978198Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.4992540Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5006824Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5021274Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5035590Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5049806Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5064291Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.5078610Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5093048Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5107391Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5121710Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5136159Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5150470Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5164834Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5179337Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5193862Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5207993Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5222739Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.5237080Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5251341Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5265695Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5280062Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5294517Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5308934Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5323436Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.5337800Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5352084Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5366333Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5380745Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5395007Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5409243Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5423827Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.5438030Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5452414Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5466685Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5480943Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5495358Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5509733Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5524100Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.5538556Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5552851Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5567287Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5581645Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5595923Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5610281Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5624655Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5638908Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5653490Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5667627Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5682047Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.5696428Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5710645Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5724951Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5739306Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5753617Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5767900Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5782302Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5796562Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5810860Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5825326Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5839720Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.5854109Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5868475Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5882778Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5897411Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5911686Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5926018Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5940442Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5954799Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5969033Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5983562Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.5997884Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.6012319Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6026582Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6040867Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6055256Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6069592Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6083930Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6098287Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6112674Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6126880Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6141440Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.6155760Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6169963Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6184348Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6198665Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6213062Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6227316Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6241555Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6255908Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6270137Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6284471Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6299007Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.6313290Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6327484Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6341944Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6356251Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6370576Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6385111Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6399588Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.6414067Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6428433Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6442841Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6457230Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6471562Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6485815Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6500256Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6514540Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6528907Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6543382Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6557949Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.6572248Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6586585Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6600986Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6615394Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6629707Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6644031Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6658462Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6672732Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6687058Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6701482Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6715976Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.6730213Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6744636Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6758969Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6773365Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6787607Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6801776Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6816102Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6830342Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6844581Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6858995Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6873286Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.6887508Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6901895Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6916062Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.6930513Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:05.6944960Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:05.6959261Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:05.6973692Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:05.6988131Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7002395Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7016792Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7031123Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.7045344Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7059781Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7074077Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7088294Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7102753Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7117001Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7131377Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7145696Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7159919Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7174333Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7188827Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.7203027Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7217412Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7231593Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7245791Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7260165Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7274454Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7288834Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.7303254Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7317510Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7331888Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7346263Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7360587Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7375078Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7389561Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.7404580Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7418230Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7432437Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7446779Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7461285Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7475554Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7489814Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7504241Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7518520Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7532955Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7547330Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.7561593Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7576054Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7590291Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7604567Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7619002Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7633410Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7647926Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.7662445Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7676864Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7691185Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7705590Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7719919Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7734283Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7748581Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7762943Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7777348Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7785996Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7794457Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7802685Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:05.7810954Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7819355Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7827615Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7835915Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7844148Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7852537Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7860830Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7869125Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7877321Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7885515Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7893810Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7902061Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7910279Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.7925063Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7939919Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7954478Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.7968834Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7983348Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.7997582Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8011970Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8026186Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8040420Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8054913Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8069114Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8083411Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8097829Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8113072Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.8127543Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8141948Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8156276Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8170599Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8184994Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8199278Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8213676Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8227984Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8242379Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8256949Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8271908Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.8285959Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8300400Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8314655Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8328989Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8343390Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8357632Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8372177Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.8386519Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8400762Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8415162Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8429456Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8443735Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8458304Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8472371Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8486669Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8501082Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8515357Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8529913Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.8544312Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8558613Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8572934Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8587232Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8601481Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8615996Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8630361Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8644674Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8659063Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8673359Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8687765Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.8702122Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8716378Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8730733Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8745193Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8759632Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8774082Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8788405Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8802730Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8817128Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8831418Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8845859Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.8860386Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8868896Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8877430Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8885631Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8893891Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8902185Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8910421Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8918636Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8926863Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:05.8941254Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8955699Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8970055Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8984518Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.8999007Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.9013534Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9027848Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9042175Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9056703Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9070939Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9085254Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9099629Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9113938Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9128245Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9142705Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9157157Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.9171494Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9185810Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9200139Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9214808Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9228948Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9243272Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9257778Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9272104Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9286363Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9300762Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9315290Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.9329503Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9344005Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9358332Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9372674Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9387009Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9401454Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9415953Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:05.9430223Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9444525Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9458943Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9473258Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9487697Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9502055Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9516353Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9530652Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9545147Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9559409Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9573989Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.9588268Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9602740Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9617438Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9631449Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9645683Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9660175Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9674545Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9688885Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9703321Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9717565Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9732159Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.9746451Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9760958Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9775431Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9789701Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9803957Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9818342Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9832651Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9846971Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9861463Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9875840Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:05.9890085Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9904542Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9918798Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9933270Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9947568Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9961854Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9976285Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:05.9990584Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0005154Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0019467Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0034097Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.0048366Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0062856Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0077105Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0091407Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0105735Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0114337Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0122648Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0130927Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0139358Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0147777Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0155940Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0164275Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0172577Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0180844Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0189507Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:06.0197590Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0205809Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0214171Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0222415Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0230864Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0238867Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0247101Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0255402Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0263622Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0271834Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0280050Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0288463Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0296760Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:36:06.0305044Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0313296Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0321612Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0329958Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0338341Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0346729Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0355106Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0363353Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0371662Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:06.0387566Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0402898Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0417728Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0432092Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0446903Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.0461151Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0475583Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0489810Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0504276Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0518510Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0533025Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0547319Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0561614Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0576158Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0590416Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0604855Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.0619273Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0633618Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0647871Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0662290Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0676637Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0690951Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0705381Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0719766Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0734250Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0748611Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0767494Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.0781781Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0796065Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0810379Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0824769Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0839077Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0853543Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0867872Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0882328Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0896615Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0910979Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0925371Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.0939691Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0954012Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0968330Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0982768Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.0997144Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1011456Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1025752Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1040042Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1054459Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1068697Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1083090Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.1097514Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1111778Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1126041Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1140484Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1154799Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1169080Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1183442Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1197792Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1212205Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1226883Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1241242Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.1255714Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1270007Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1284398Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1298805Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1313279Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1327478Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1342041Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.1356345Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1370620Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1385126Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1399455Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1413912Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1428192Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1442713Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.1457121Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1471502Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1485832Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1500258Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1514594Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1528852Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1543263Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1557604Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1572070Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1586381Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1600789Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1615194Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1629408Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1643680Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1658018Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1672294Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1686544Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1700921Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1715172Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1729464Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1743911Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.1758363Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1772584Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1786831Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1801227Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1815678Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1830052Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1844334Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1858873Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1873114Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1887375Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1902016Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.1916212Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1930468Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1944821Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1959126Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1973484Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.1987779Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2002058Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2016470Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2030719Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2045010Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2059572Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.2073850Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2088044Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2102530Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2116702Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2131043Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2145494Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2159839Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2174339Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2188757Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2203080Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2217862Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.2231976Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2246190Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2260600Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2274863Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2289116Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2303467Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2317924Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.2332204Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2346476Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2360720Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2375148Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2389405Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2403740Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2418390Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.2432608Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2446885Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2461331Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2475628Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2489909Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2504241Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2518556Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2532983Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2547209Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2561538Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2576226Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.2590561Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2604950Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2619420Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2633697Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2647938Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2662318Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2676849Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2691020Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2705488Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2719780Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2734669Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.2748893Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2763731Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2778722Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2793577Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2808286Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2823153Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2837999Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.2852763Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2867528Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2882242Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2897049Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2911375Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2925721Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2940132Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2954454Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2968650Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2983196Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.2997701Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.3012072Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3026358Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3040708Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3055178Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3069434Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3083801Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3098144Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3112502Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3126759Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3141343Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3155629Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.3169915Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3184314Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3198692Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3213076Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3227401Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3241679Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3256065Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3270385Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3284664Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3299141Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3313618Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.3327813Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3342278Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3356765Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3371029Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3385460Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3399713Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3414165Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.3428389Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3442659Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3457055Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3471262Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3485433Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3499818Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3514028Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3528190Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3542594Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3556832Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3571220Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.3586472Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3599981Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3614530Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3628956Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3643286Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3657702Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3671958Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3686235Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3700564Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3714779Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3729565Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.3744139Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3758642Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3773179Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3787519Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3801797Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3816375Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3830625Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3844875Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3859351Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3873860Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3888283Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.3902673Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3917002Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3931336Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3945758Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3960133Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3974510Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.3988872Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4003166Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4017640Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4032274Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.4046275Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4060688Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4074939Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4089204Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4103624Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4117835Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4132311Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4146688Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4160918Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4175308Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4189728Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.4203969Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4218365Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4232693Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4246979Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4261522Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4275802Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4290290Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.4304636Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4319014Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4333457Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4347745Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4362041Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4376429Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4390670Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4404940Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4419288Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4433643Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4448081Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.4462389Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4478534Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4493200Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4507239Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4521535Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4535984Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4550404Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.4564697Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4579127Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4593448Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4607724Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4622148Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4636381Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4650601Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4665062Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4679311Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4693742Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4708108Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.4722371Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4736707Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4750875Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4765114Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4779435Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4793749Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4807950Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4822365Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4836670Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4850873Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4865418Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.4879641Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4894040Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4908280Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4922533Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4936938Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4951467Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4965450Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4979842Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.4994172Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5008445Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5023054Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.5037305Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5051675Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5066030Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5080375Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5094820Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5109069Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5123374Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5137734Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5152044Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5166334Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5180963Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.5195226Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5209440Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5223808Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5238109Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5254221Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5268462Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5282761Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5297242Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5311396Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5325808Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5340579Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.5354949Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5369319Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5383780Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5398184Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5412350Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5426609Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5441016Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.5455390Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5469641Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5483946Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5498498Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5512669Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5526963Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5541334Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5555627Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5569851Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5584284Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5598690Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.5612989Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5627344Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5641573Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5655930Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5670159Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5684399Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5698803Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5713144Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5727464Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5741990Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5756294Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5770541Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5785045Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5799400Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5813635Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5827928Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5842417Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5856633Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5870795Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5884955Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5899419Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.5913519Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5927699Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5942113Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5956308Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5970576Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5984860Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.5999108Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6013410Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6027631Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6041890Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6056393Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.6070695Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6085001Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6099418Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6113619Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6127865Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6142252Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6156431Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6170592Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6185036Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6199304Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6213882Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.6228007Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6242237Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6256634Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6270923Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6285215Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6299740Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6314045Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.6328285Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6342677Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6356962Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6371267Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6385677Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6399975Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6414567Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.6428834Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6443162Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6457596Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6471937Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6486324Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6500812Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6515061Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6529305Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6543624Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6557982Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6572512Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.6586815Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6601123Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6615575Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6629901Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6644234Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6658497Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6672858Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6687159Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6701580Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6715862Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6730275Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.6744874Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6758951Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6773338Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6787639Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6801914Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6816373Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6830649Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6844941Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6859339Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6873624Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6888022Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.6902438Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6916720Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6931078Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6945472Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6959757Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6974175Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.6988553Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7002810Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7017234Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7031516Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7045935Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.7060432Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7074715Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7088940Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7103297Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7117623Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7131930Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7146348Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7160680Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7175058Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7189551Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7204035Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.7218430Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7232739Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7247073Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7261516Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7275869Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7290277Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7304907Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.7319180Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7333550Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7347869Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7362183Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7376574Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7390859Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7405308Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.7419688Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7433973Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7448252Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7462627Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7476981Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7491352Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7505854Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7520104Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7534503Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7548885Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7563323Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.7577762Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7592093Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7606475Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7620970Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7635462Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7649549Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7663903Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7678148Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7692577Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7706820Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7721227Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.7735449Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7749699Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7763986Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7778407Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7792751Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7806884Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7821306Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7835605Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7849971Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7864449Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7878902Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.7893237Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7907651Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7922033Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7936496Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7950869Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7965139Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.7979748Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.7993883Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8008118Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8022560Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8036857Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8051128Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8065533Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8079866Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8094416Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8108549Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8122900Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8139481Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.8153704Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8168121Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8182492Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8196858Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8211137Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8225526Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8239820Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8254180Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8268436Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8283091Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.8297570Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8311859Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8326257Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8340672Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8354957Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8369151Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8384011Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.8398369Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8412696Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8426998Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8441438Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8455842Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8470188Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8484543Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8499008Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8513243Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8527434Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8542049Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.8556398Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8570549Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8584808Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8599131Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8613650Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8628089Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8642337Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8656826Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8671090Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8685383Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8699900Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.8714234Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8728450Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8742919Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8757177Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8771380Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8785852Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8800146Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8814545Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8828814Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8843145Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8857588Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.8871799Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8886015Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8900391Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8914599Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8928773Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8943140Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8957483Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8971730Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.8986124Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9000310Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9015112Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.9029181Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9043473Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9057785Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9071964Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9086213Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9100554Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9114945Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9129155Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9143521Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9157733Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9170883Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.016s) 2022-09-27T16:36:06.9196625Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.000s) 2022-09-27T16:36:06.9211313Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9225786Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9240236Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9254668Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9268965Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9283294Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9297784Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9312191Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9326923Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.9341095Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9355548Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9369857Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9384378Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9398693Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9413123Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9427661Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:06.9442020Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9456477Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9470922Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9485405Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9500162Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9514409Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9528607Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9543095Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9557395Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9571674Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9586247Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.9600541Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9614930Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9629328Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9643670Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9658081Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9672420Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9686740Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9701123Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9715506Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9729726Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9744296Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.9758624Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9773087Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9787348Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9801647Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9823312Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9830426Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9844664Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9859065Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9873404Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9887719Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9902233Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:06.9916523Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9930877Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9945308Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9959704Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9974148Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:06.9988807Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0002773Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0017406Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0031643Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0046315Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0060613Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0074951Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0089235Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0103622Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0117939Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0132329Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0146781Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0161131Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0175569Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0189953Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0204565Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.0219153Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0233533Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0247834Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0262293Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0276703Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0291021Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0305606Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.0319990Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0334421Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0348868Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0363185Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0377695Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0392011Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0406611Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.0421017Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0435445Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0449812Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0464505Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0478718Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0493254Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0507813Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.0522166Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0536586Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0550992Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0565348Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0579887Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0594266Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0608632Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0623040Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0637447Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0651785Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0666379Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.0680756Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0695214Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0709530Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0723864Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0738286Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0752534Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0766830Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0781186Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0795547Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0809890Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0824847Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.0838849Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0853330Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0867694Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0882107Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0896648Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0911113Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0925422Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0939956Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0955224Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0968685Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.0983192Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.0997548Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1011727Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1026226Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1040484Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1055041Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1069306Z test_meta__masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1083564Z test_meta__masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1098041Z test_meta__masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1112345Z test_meta__masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1126603Z test_meta__masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1141442Z test_meta__masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.1155511Z test_meta__masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1169884Z test_meta__masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1184497Z test_meta__masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1198763Z test_meta__masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1213197Z test_meta__masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1227641Z test_meta__masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1241975Z test_meta__masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1256466Z test_meta__masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1270810Z test_meta__masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1285114Z test_meta__masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1299956Z test_meta__masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.1314365Z test_meta__masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1328759Z test_meta__masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1343129Z test_meta__masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1357484Z test_meta__masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1371819Z test_meta__masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1386315Z test_meta__masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1400732Z test_meta__masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.1415335Z test_meta__masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1429520Z test_meta__masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1443793Z test_meta__masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1458327Z test_meta__masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1472753Z test_meta__masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1487098Z test_meta__masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1501549Z test_meta__masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1515973Z test_meta__masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1530384Z test_meta__masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1545625Z test_meta__masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1559358Z test_meta__masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.1573822Z test_meta__masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1588097Z test_meta__masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1602529Z test_meta__masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1617094Z test_meta__masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1631420Z test_meta__masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1645845Z test_meta__masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1660206Z test_meta__masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1674465Z test_meta__masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1688794Z test_meta__masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1703333Z test_meta__masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.1717628Z test_meta__masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1731962Z test_meta__masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1746484Z test_meta__masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1760774Z test_meta__masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1775359Z test_meta__masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1789612Z test_meta__masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1803962Z test_meta__masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1818514Z test_meta__masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1832807Z test_meta__masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1847234Z test_meta__masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1861785Z test_meta__masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.1876322Z test_meta__masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1890500Z test_meta__masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1904919Z test_meta__masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1919231Z test_meta__masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1933582Z test_meta__masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1947892Z test_meta__masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1962334Z test_meta__masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1976664Z test_meta__masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.1990982Z test_meta__masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2005322Z test_meta__masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2019902Z test_meta__masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.2034239Z test_meta__masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2048539Z test_meta__masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2062953Z test_meta__masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2077293Z test_meta__masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2091669Z test_meta__masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2106177Z test_meta__masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2120531Z test_meta__masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2135080Z test_meta__masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2149457Z test_meta__masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2163746Z test_meta__masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2178244Z test_meta__masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.2192604Z test_meta__masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2206888Z test_meta__masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2221354Z test_meta__masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2235678Z test_meta__masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2250017Z test_meta__masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2264467Z test_meta__masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2278761Z test_meta__masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2293324Z test_meta__masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2307730Z test_meta__masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2322078Z test_meta__masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2336872Z test_meta__masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.2351200Z test_meta__masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2365620Z test_meta__masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2380111Z test_meta__masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2394426Z test_meta__masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2408715Z test_meta__masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2423324Z test_meta__masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2437790Z test_meta__masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.2451996Z test_meta__masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2466493Z test_meta__masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2480784Z test_meta__masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2495262Z test_meta__masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2509515Z test_meta__masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2523768Z test_meta__masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2538373Z test_meta__masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2552609Z test_meta__masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2566872Z test_meta__masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2581345Z test_meta__masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2595703Z test_meta__masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.2610063Z test_meta__masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2624458Z test_meta__masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2638751Z test_meta__masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2653230Z test_meta__masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2667497Z test_meta__masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2681895Z test_meta__masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2696419Z test_meta__masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2710883Z test_meta__masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2725171Z test_meta__masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2739681Z test_meta__masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2754017Z test_meta__masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.2768447Z test_meta__masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2782816Z test_meta__masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2797288Z test_meta__masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2811461Z test_meta__masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2825936Z test_meta__masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2840304Z test_meta__masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2854753Z test_meta__masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2869074Z test_meta__masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2883403Z test_meta__masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2898705Z test_meta__masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2912384Z test_meta__masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.2926524Z test_meta__masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2941130Z test_meta__masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2955474Z test_meta__masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2969808Z test_meta__masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2984289Z test_meta__masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.2998616Z test_meta__masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3013095Z test_meta__masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3027482Z test_meta__masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3041931Z test_meta__masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3056747Z test_meta__masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.3071064Z test_meta__masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3085515Z test_meta__masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3100008Z test_meta__masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3114394Z test_meta__masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3128776Z test_meta__masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3143371Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3157992Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.3172396Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3186848Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3201198Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3215738Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3230080Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3244416Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3258878Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3273431Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3287606Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3302177Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3317003Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.3331141Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3345676Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3360089Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3374576Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3388908Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3403174Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3417919Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.3432217Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3446485Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3461015Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3475544Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3489960Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3504487Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3518892Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3535121Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3549452Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3563826Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3578416Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.3592756Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3607098Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3621597Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3635935Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3650343Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3664847Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3679160Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3693692Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3707953Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3722233Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3736749Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.3751093Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3765348Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3780032Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3794210Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3808701Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3823036Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3837326Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3851615Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3866039Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3880383Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3895258Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.3909652Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3923958Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3938467Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3952859Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3967257Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3981771Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.3996091Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4010407Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4024853Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4039313Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4053663Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4068221Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4082512Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4096960Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4111301Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4125664Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4140127Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4154517Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4168798Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4183297Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4198079Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.4212297Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4226756Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4241122Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4255696Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4270247Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4284468Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4299041Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.4313392Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4327792Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4342285Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4356655Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4370972Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4385412Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4400084Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.4414560Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4429020Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4443379Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4457899Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4472350Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4486773Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4501541Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.4515892Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4530319Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4544820Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4559294Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4573970Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4588346Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4602931Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.4617543Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4632034Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4646409Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4660940Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4675266Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4689678Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4704210Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.4718569Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4732965Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4747475Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4761689Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4776174Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4790585Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4804989Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4819469Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4833824Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4848194Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4862871Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.4877184Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4891535Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4906070Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4920364Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4934861Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4949184Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4963596Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4978095Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.4992491Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5006893Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5021465Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.5035826Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5050163Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5064741Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5079123Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5093624Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5108029Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5122447Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5136962Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5151459Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5166004Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5180779Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.5195215Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5209553Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5224111Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5238475Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5253138Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5267358Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5281804Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5296187Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5310501Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5324833Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5339963Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.5354549Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5369108Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5383731Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5398176Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5412726Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5428073Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5441881Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5456414Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5470894Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5485254Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5499806Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5514113Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5528425Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5542883Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5557233Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5571595Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5586271Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.5600496Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5614980Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5629426Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5643856Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5658312Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5672678Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5687141Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.5701720Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5716097Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5730573Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5745415Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5759673Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5774181Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5788701Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5803096Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5817516Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5831839Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5846281Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.5860733Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5875070Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5889471Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5903926Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5918312Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5932736Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5947183Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5961549Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5976152Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.5990478Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6004937Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.6019371Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6033713Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6048118Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6062610Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6077008Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6091337Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6105794Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6120197Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6134686Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6149043Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6163516Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.6177967Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6192269Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6206566Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6221011Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6235494Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6249664Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6264164Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6278420Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6292940Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6307257Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6321765Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.6336260Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6350617Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6365006Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6379400Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6393748Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6408122Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6422757Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.6436937Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6451276Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6465751Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6480088Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6494494Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6508888Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6523164Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6537697Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6552017Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6566392Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6580981Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.6595214Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6609628Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6624060Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6638459Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6652992Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6667490Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6681881Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6696486Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6710789Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6725814Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6739817Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6754137Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6768458Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6782888Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6797165Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6811445Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6825936Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6840126Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6854577Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6868827Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6883232Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.6897670Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6912020Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6926324Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6940811Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6955154Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6969521Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6984070Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.6998427Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7012837Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7027243Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7041702Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.7056127Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7070411Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7084783Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7099265Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7113629Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7127940Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7142415Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7156772Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7171152Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7185676Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7200449Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.7214880Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7229320Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7243600Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7258063Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7272387Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7286743Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7301362Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.7315703Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7329986Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7344436Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7358789Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7373257Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7387601Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7401977Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7416448Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7430791Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7445094Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7459716Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.7474124Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7488485Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7502924Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7517302Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7531660Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7546263Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7560607Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7575042Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7589412Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7603716Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7618271Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.7632619Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7646903Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7661359Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7675677Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7690134Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7704492Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7718763Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7733213Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7747486Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7762515Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7777050Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.7791384Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7805658Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7820217Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7834604Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7848973Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7863441Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7877740Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7892035Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7906563Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7921118Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.7935447Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7949787Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7964088Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7978581Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.7992894Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8007189Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8021596Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8035823Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8050149Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8064705Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8079857Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.8094828Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8109100Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8123605Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8138182Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8152579Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8167139Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8182027Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.8196463Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8210463Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8224896Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8239308Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8253755Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8268151Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8282829Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.8297198Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8311491Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8325849Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8340369Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8354723Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8369151Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8383817Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.8398054Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8412339Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8426833Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8441271Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8455760Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8470041Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8484398Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8498923Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8513228Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8527544Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8542294Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.8556523Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8570793Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8585272Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8599587Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8613969Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8628254Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8642505Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8657891Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8671303Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8685651Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8700202Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.8714439Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8728765Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8743289Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8757662Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8772037Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8786577Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8800901Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8815393Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8829814Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8844230Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8858853Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.8873136Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8887483Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8902018Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8916308Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8930693Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8945108Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8959407Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8973942Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.8988345Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9002662Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9017289Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.9031587Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9045970Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9060370Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9074788Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9089125Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9103646Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9118865Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9132333Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9146877Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9161252Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9175761Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.9190094Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9204476Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9218907Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9233150Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9247537Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9261947Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9276313Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9290728Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9305248Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9319691Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.9334200Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9348627Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9362948Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9377359Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9391791Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9406162Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9420923Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:07.9435243Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9449667Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9464204Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9478639Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9492996Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9507460Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9521827Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9536322Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9550709Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9565008Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9579693Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.9594054Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9608577Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9622894Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9637286Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9651733Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9666256Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9680554Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9694996Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9709405Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9723779Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9738225Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.9752589Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9766823Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9781325Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9795521Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9809786Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9824209Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9838568Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9852914Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9867347Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9881659Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9896315Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:07.9910556Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9924925Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9939419Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9953797Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9968105Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9982479Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:07.9996785Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0011122Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0025621Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0039960Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0054485Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.0068977Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0083081Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0097502Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0111780Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0126158Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0140610Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0154946Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0169225Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0183637Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0198016Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0212653Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.0227031Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0241326Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0255981Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0270352Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0284693Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0299292Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0313881Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:08.0328150Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0342634Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0356976Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0371284Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0385777Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0400024Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0414585Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:08.0428862Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0443092Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0457722Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0471960Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0486177Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0500665Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0514978Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0529455Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0543879Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0558473Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0572912Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.0587273Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0601607Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0616171Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0630662Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0645133Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0659656Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0673963Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0688304Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0702844Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0717410Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0731730Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0746251Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0760523Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0775067Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0789509Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0803891Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0818533Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:08.0832988Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0847259Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0861841Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0876228Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0890642Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0905086Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0919458Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0933899Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0948349Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0962602Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.0977201Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.0991517Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1005943Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1020467Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1034835Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1049373Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1063686Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1077921Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1092295Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1106804Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1121212Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1135838Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.1150140Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1164449Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1178975Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1193374Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1208019Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1222717Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1237310Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1251727Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1266393Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1280767Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1295554Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.1309984Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1324557Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1339104Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1353615Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1368173Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1382662Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1397233Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:08.1411644Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1426305Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1440831Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1455411Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1469948Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1484435Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1499106Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1513377Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1527813Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1542471Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1556811Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.1571095Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1585631Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1599897Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1614423Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1628748Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1643041Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1657498Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1671831Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1686235Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1700687Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1715138Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.1729553Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1744058Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1758449Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1772802Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1787233Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1801500Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1816049Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1830455Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1844768Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1859341Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.1873659Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1887885Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1902266Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1916564Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1930817Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1945201Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1959467Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1973935Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.1988242Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2002564Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2017363Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.2031545Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2045877Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2060331Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2074660Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2089084Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2103470Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2117811Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2132229Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2146760Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2161121Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2175679Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.2190034Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2204318Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2218750Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2232986Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2247373Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2261877Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2276167Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2290428Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2304874Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2319157Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2333840Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.2348187Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2362532Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2377040Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2391310Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2405706Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2420207Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2434825Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:08.2449298Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2463804Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2478204Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2492829Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2506978Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2521272Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2535713Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2550124Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2564381Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2578955Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2593414Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.2607723Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2622209Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2636520Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2650936Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2665402Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2679849Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2694297Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2708633Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2723027Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2737415Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2751912Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.2766126Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2780619Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2795007Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2809377Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2823765Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2838014Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2852349Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2866846Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2881039Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2895374Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2909855Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.2924138Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2938607Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2952885Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2967418Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2981693Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.2995969Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3010327Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3024805Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3039094Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3053920Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3067797Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3082208Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3096656Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3110903Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3125233Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3139790Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3154114Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3168488Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3183067Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3197429Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3211811Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.3226256Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3240602Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3255108Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3269382Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3283704Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3298142Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3312760Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:08.3327062Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.3341525Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3355805Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3370114Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3384563Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3398968Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3413295Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3427633Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3442138Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3456495Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3470767Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3485411Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.3499920Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3514285Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3528590Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3543022Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3557341Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3571666Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3586223Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3600675Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3615203Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3629646Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3644286Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.3658721Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3673149Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3687588Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3702068Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3716433Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3730823Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3745414Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3759685Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3774202Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3788503Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3802927Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.3817322Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3831666Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3845986Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3860514Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3874818Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3889186Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3903813Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3918192Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3932763Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3947112Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3961563Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.3975993Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.3990294Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4004514Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4019006Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4033283Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4047638Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4062117Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4076411Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4090742Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4105328Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.4119998Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4134550Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4148877Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4163435Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4178015Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4192464Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4206927Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4221535Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4236847Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4251320Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4265984Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.4280438Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.4295141Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4309566Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4324127Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4338639Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4353128Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4367584Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4382122Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4396618Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4411023Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4425858Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.4440041Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4454492Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4468798Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4483132Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4497477Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4511878Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4526234Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4540730Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4555092Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4569460Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4584035Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.4598388Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4612778Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4627378Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4641837Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4656298Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4670568Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4684919Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4699415Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4713697Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4728003Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4742637Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.4756959Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4771334Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4785841Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4800110Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4814518Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4828809Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4843121Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4857603Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4871874Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4886242Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4900801Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.4915265Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4929333Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4943804Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4958085Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4972394Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.4986923Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5001208Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5015643Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5029991Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5044382Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5058957Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.5073291Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5087645Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5102099Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5116483Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5130861Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5145459Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5159819Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5174335Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5188678Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5203002Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5217762Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.5232021Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5246376Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5260913Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5275294Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5289630Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5304059Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5318442Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5332805Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5347347Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5361727Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5376419Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.5391046Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.5405223Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5419819Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5434160Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5448522Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5463018Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5477349Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5491631Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5506083Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5520386Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5534812Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5549203Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.5563572Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5577945Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5592201Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5606557Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5620972Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5635331Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5649604Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5664023Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5678252Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5692817Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5707228Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.5721536Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5736082Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5750429Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5764821Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5779340Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5793682Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5808049Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5822471Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5836825Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5851253Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.5865725Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.5880262Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5894489Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5908818Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5923172Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5937705Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5952065Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5966396Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5980941Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.5995288Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6009680Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6024189Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6038554Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6053021Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6067499Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6081941Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6096402Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6110692Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6125073Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6139506Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6153990Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6168479Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6182910Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6197303Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6211676Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6226074Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6240395Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6254951Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6269355Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6283726Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6298349Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6312698Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6327354Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6341950Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.6356463Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6370759Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6385273Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6399687Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6414100Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6428439Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6442833Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6457297Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6471575Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6485929Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6500541Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6514853Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6529164Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6543593Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6557969Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6572251Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6586720Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6601064Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6615477Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6629808Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6644256Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6658724Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6673025Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6687370Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6701817Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6716108Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6730449Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6744908Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6759317Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6773761Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6788106Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6802699Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6817020Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6831371Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6845685Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6860098Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6874437Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6888836Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6903238Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6917558Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6931929Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6946458Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6960962Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.6975489Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.6989836Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7004079Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7018472Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7032758Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7047060Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7061458Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7075783Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7090068Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7104435Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7118819Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.7133151Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7147478Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7161801Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7176122Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7190528Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7204882Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7219332Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7233684Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7248013Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7262528Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7277107Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.7291602Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7305890Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7320274Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7334684Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7348970Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7363263Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7377766Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7392084Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7406407Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7420888Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7435328Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.7449606Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7464059Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7478446Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7492860Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7507442Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7521887Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7536491Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7551004Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7565483Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7580120Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7594691Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.7609150Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7623729Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7638205Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7652567Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7666972Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7681309Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7695832Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7710205Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7724555Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7739134Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7753599Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.7767983Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7782595Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7796746Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7811138Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7825620Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7840012Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7854524Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7868895Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7883244Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7897662Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7912118Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.7926467Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7940932Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7955249Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7969557Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7984074Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.7998344Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8012755Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8027212Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8041529Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8056029Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8070304Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8084681Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8099098Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8113516Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8127918Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8142397Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8156769Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8171112Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8185609Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8200068Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8214937Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.8230023Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:08.8244811Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.8259657Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:08.8274448Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.8289014Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:08.8303786Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.8318498Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:08.8333119Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.8347982Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:08.8362641Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.8377450Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:08.8391772Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8406166Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8420709Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8435117Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8449651Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8464159Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8478672Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8493095Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8507664Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8522098Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8536662Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.8551030Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8565414Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8579808Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8594204Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8608511Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8622981Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8637359Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8651649Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8666068Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8680394Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8695041Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.8709313Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8723685Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8738210Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8752615Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8766933Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8781621Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8795797Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8810148Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8824599Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8838858Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8853436Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.8867817Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8882316Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8896766Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8911203Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8925617Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8940141Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8954545Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8968932Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8983384Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.8997756Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9012072Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9026569Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9040895Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9055397Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9069753Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9084156Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9098757Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9113125Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9127449Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9141997Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9156322Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9170569Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9184951Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9199235Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9213571Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9227891Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9242286Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9256805Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9271277Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9285456Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9299892Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9314512Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9328899Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9343373Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9357700Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9372036Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9386522Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9400944Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9415414Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9429822Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9444190Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9458646Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9473445Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9487765Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9502102Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9516449Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9530770Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9545396Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9559741Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9574177Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9588509Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9602967Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9617657Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9632164Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9646653Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9661303Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9675793Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9690312Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9704888Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9719181Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9733602Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9748056Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9762461Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9777300Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9791444Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9805798Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9820290Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9834680Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9849075Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9863491Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9877862Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9892247Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9906698Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9921073Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9935586Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9950048Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:08.9964363Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9978916Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:08.9993343Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0007750Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0022224Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0036558Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0050925Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0065473Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0079864Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0094309Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0108762Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.0123109Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0137580Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0152007Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0166329Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0180845Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0195198Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0209522Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0223945Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0238245Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0252678Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0267442Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.0281734Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0296218Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0310596Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0324942Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0339414Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0353746Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0368106Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0382658Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0397063Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0411487Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0426156Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.0440538Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0455008Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0469424Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0483779Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0498330Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0512683Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0527079Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0541697Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0556203Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0570535Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0585186Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.0599621Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0614112Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0628535Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0642844Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0657313Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0671739Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0686094Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0700667Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0715874Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0730629Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.0744961Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0759367Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0773984Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0788433Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0802951Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0817508Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0831910Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0846318Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0860874Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0875332Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0890113Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.0904539Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0918926Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0933406Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0947893Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0962417Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0977057Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.0991506Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1005892Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1020524Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1034995Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1049512Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.1064145Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1078679Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1093049Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1107666Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1122207Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1136753Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1151199Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1165701Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1180140Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1194616Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1209459Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.1223829Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1238250Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1252653Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1267154Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1281481Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1295912Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1310309Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1324673Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1339131Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1353442Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1367996Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.1382613Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.1396945Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1411250Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1425638Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1440014Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1454555Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1468931Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1483310Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1497767Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1512191Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1526541Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1541232Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.1555700Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1569960Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1584474Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1598840Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1613201Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1627709Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1642081Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1656627Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1671024Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1685678Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.1700012Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1714337Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1728718Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1743371Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1757783Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1772152Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1786705Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1801140Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1815792Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1830292Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1844842Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.1859421Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1873717Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1888041Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1902524Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1916894Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1931262Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1945775Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1960157Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1974536Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.1988868Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2003394Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2017835Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2032190Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2046623Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2061098Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2075521Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2089891Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2104402Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2118796Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2133243Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2147729Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2162285Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2176852Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2191221Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2205572Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2220086Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2234492Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2248966Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2263440Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2277827Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2292262Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2306772Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2321389Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2335920Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2350281Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2364618Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2379079Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2393460Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2407771Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2422302Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2436715Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2451140Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2465631Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2480192Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2494752Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2509194Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2523525Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2538112Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2552571Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2566940Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2581498Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2595896Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2610285Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2624751Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2639191Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2653738Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2668004Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2682391Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2696880Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2711225Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2725607Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2740083Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2754457Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2768848Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2783323Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2797761Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2812087Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2826578Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2840816Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2855255Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2869505Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2883807Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2898275Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2912585Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2926894Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2941366Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2955833Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.2970139Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2984647Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.2998954Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3013276Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3027714Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3042094Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3056550Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3070892Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3085207Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3099844Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.3114199Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3128548Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3143124Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3157351Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3171645Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3186121Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3200496Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3214930Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3229295Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3243574Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3258321Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.3272884Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.3287287Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3301806Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3316154Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3330492Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3344953Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3359286Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3373674Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3388128Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3402496Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3417910Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3431854Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.3446119Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3460474Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3474927Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3489253Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3503837Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3518228Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3532617Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3547101Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3561537Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3576068Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3590486Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.3604869Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3619342Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3633708Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3648293Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3662683Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3677006Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3691383Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3705833Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3720128Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3734570Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3749162Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.3763292Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3777794Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3792191Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3806585Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3821071Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3835333Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3849712Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3864146Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3878520Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3893005Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.3907542Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3921946Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3936478Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3950895Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3965217Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3979732Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.3994178Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4008556Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4022948Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4037277Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4051787Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.4066217Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4080599Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4095101Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4109499Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4124600Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4138266Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4152689Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4166979Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4181560Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4196049Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4210729Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.4225289Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4239695Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4254230Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4268580Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4282984Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4297493Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4311885Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4326252Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4340788Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4355088Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4369724Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.4384540Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.4398913Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4413232Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4427843Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4442125Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4456666Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4470994Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4485390Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4499938Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4514361Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4528669Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4543222Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.4557938Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4572380Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4586851Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4601212Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4615783Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4630002Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4644458Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4659045Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4673427Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4687881Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.4702417Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4716857Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4731327Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4745887Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4760231Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4774691Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4789037Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4803453Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4817905Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4832271Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4846813Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.4861408Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.4875824Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4890112Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4904615Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4918960Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4933359Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4947975Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4962421Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4977016Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.4991435Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5005878Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5020362Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5034748Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5049220Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5063711Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5078076Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5092435Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5106872Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5121415Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5135720Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5150134Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5164733Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5179384Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5193846Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5208291Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5222900Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5237232Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5251559Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5265997Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5280264Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5294750Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5309080Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5324203Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5338204Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5352492Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5366843Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5381363Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5395763Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5410100Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5424551Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5438978Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5453386Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5468037Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5482606Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5497069Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5511475Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5525832Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5540405Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5554754Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5569076Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5583581Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5597843Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5612350Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5626648Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5641117Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5655616Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5669943Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5684367Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5698910Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5713236Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5727585Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5742009Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5756367Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5770774Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5785292Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5799579Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5813932Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5828414Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5842705Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5857206Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5871533Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5885979Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5900406Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5914779Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5929108Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5943556Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5958216Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.5972375Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.5986826Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6001140Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6015659Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6030027Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6044417Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6058909Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6073208Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6087717Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6102436Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6116712Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.6131192Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.6145839Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6160098Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6174596Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6189034Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6203378Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6217920Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6232326Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6246694Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6261193Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6275790Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.6290205Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.6304649Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6319056Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6333378Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6347897Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6362241Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6376804Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6391189Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6405547Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6420021Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6434442Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6448935Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.6463560Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6477884Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6492282Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6506687Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6520970Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6535384Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6549742Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6564044Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6578483Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6593826Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6607423Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.6621846Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6636215Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6650561Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6665050Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6679474Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6693861Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6708351Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6722735Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6737226Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6751575Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.6765919Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6780453Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6794685Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6809134Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6823663Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6838009Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6852422Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6866983Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6881411Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6895948Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6910490Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.6924786Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6939300Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6953561Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6967928Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6982509Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.6996799Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7011143Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7025545Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7039861Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7054297Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7068892Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.7083063Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7097547Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7111843Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7126226Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7140765Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7155140Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7169400Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7183853Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7199168Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7213638Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7228391Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.7243059Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:09.7257792Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.7272433Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:09.7287090Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.7301905Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:09.7316551Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.7331192Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:09.7345826Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.7360504Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:09.7375292Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.7389646Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7404058Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7418374Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7432686Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7447059Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7461500Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7475790Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7490139Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7504624Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7518880Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7533402Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.7548057Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7562263Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7576756Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7591208Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7605689Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7620233Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7634597Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7648969Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7663412Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7677719Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7692199Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.7706661Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7721013Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7735486Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7749881Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7764214Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7778738Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7793148Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7807533Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7822078Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7836460Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7850974Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.7865476Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7879957Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7894531Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7908973Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7923399Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7937889Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7952240Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7966648Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7981225Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.7995613Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8010107Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8024605Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8039104Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8053266Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8067870Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8082144Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8096671Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8111059Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8125452Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8139901Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8154495Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8169236Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8183787Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8198153Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8212566Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8227037Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8241408Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8255877Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8270208Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8284596Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8299121Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8313835Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8328650Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.8343309Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8357701Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8372109Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8386662Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8401091Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8415754Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8430219Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8444575Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8459227Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8473830Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8488671Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8503325Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8517858Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8532579Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8547148Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8561762Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8576462Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8591056Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8605436Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8619978Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8634344Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8648844Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8663400Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8677732Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8692088Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8706559Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8720947Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8735399Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8749784Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8764154Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8778614Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8792965Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8807584Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8821960Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8836349Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8850782Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8865277Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8879590Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8894031Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8908437Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8922785Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8937263Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8951660Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8966061Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.8980490Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.8994811Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9009224Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9023918Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9038225Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9052673Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9067203Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9081604Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9096069Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9110566Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.9124905Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9139318Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9153657Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9167916Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9182372Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9196704Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9210932Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9225377Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9239693Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9254099Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9268637Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.9282979Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:09.9297430Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9311835Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9326357Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9340835Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9355239Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9369641Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9384135Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9398579Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9412991Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9428014Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9441909Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.9456332Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9470684Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9485159Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9499585Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9513893Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9528192Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9542706Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9557014Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9571420Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9585944Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.9600288Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9614698Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9629072Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9643340Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9657819Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9672155Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9686563Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9701035Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9715443Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9729927Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9744398Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.9758835Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9773246Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9787841Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9802100Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9816413Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9830729Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9844997Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9859406Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9873664Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9888020Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9902669Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:09.9917194Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9931439Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9945821Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9960156Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9974656Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:09.9988983Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0003393Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0017936Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0032253Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0046614Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0061171Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.0075534Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0089800Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0104233Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0118575Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0132909Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0147330Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0161623Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0176115Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0190452Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0204799Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0219562Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.0233862Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0248169Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0262653Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0276982Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0291404Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0305880Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0320312Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0334716Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0349086Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0363561Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0378238Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.0392511Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0406858Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0421250Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0435667Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0449952Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0464372Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0478782Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0493211Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0507679Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0522095Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0536781Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.0551170Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0565631Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0580125Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0594520Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0608966Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0623537Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0637932Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0652237Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0666729Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0681034Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0695633Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.0709988Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0724387Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0738856Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0753152Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0767488Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0782006Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0796322Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0810652Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0825092Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0839458Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0853817Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.0868442Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0882645Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0897145Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0911587Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0926027Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0940513Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0954912Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0969189Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0983661Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.0997917Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1012572Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1026865Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1041201Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1055630Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1069920Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1084302Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1098947Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1113380Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1127896Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1142528Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1156992Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1171745Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1186306Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1200886Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1216059Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1231103Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1246025Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1260872Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1275258Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1289725Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1304081Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1318436Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1333246Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1347544Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1361837Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1376367Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1390737Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1405037Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1419629Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1434036Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1448490Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1463076Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1477580Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1492224Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1506771Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1521245Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1536209Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1551324Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1565911Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1580747Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1595578Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1610332Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1625181Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1639924Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1654680Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1669121Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1683597Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1698190Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1712594Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1727089Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1741758Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1756255Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1770861Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1785525Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1801161Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1814833Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1829329Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1843840Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1858410Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1872997Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1887504Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1902173Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1916647Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1931144Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1945795Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1960521Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.1975120Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.1989616Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2004075Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2018681Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2033112Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2047499Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2062156Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2076645Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2091132Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2105725Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2120297Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.2134931Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2149431Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2163908Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2178612Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2193115Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2207610Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2222186Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2236614Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2251204Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2266648Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2280392Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.2295059Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2309419Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2323796Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2338344Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2352744Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2367266Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2381847Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2396236Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2410652Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2425254Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2439821Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.2454242Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2469187Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2484037Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2498861Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2513648Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2528508Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2543415Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2558149Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2572884Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2587949Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.2602646Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2617210Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2631737Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2646183Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2660899Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2675485Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2690071Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2704981Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2719401Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2733810Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2748364Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.2762740Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2777313Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2791702Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2806129Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2820630Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2834984Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2849381Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2863808Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2878697Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2893409Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2908425Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.2923167Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2937967Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2952612Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2967531Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2982489Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.2997271Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3012150Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3027180Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3041983Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3056676Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.3071187Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3085637Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3100257Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3114744Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3129179Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3143987Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3158231Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3172793Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:10.3187356Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:10.3201758Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:10.3216574Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:36:10.3230955Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3245312Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3259947Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3274450Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3288998Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3303615Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3318037Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3332506Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3347158Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3361620Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3376439Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.3391019Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:10.3405526Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3420010Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3434515Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3449034Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3463585Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3478165Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3492704Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3507181Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3521947Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3537104Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.3551774Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:10.3566494Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3581596Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3596033Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3610862Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3625778Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3640182Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3654657Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3669235Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3683754Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3698720Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.3713843Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3728355Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3742974Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3757386Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3771543Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3786211Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3800540Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3814985Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3829403Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3843802Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3858796Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.3872869Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3887105Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3901705Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3916047Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3930483Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3944890Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3959271Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3973636Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.3988192Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4002512Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4017057Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4031621Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4045781Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4060252Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4074664Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4089025Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4103439Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4117894Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4132256Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4146759Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4161057Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4175770Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4190265Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4204592Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4219196Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4233672Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4248128Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4262712Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4277203Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4291737Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4306350Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4320812Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4335506Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4349817Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4364070Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4378558Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4392896Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4407229Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4421686Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4436066Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4450335Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4464819Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4479192Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4493801Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4508355Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4522867Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4537160Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4551481Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4565867Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4580347Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4594811Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4609114Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4623624Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4637887Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4652659Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4667177Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4681471Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4695940Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4710314Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4724620Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4739092Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4753438Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4767908Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4782356Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4796870Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4811523Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4826408Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4840900Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4855594Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4870014Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4884631Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4899284Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4913898Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4928344Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4942907Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.4957686Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.4972176Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:10.4986737Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5001186Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5015870Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5030173Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5044669Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5059238Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5073606Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5088104Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5102678Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5117168Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5131631Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5146244Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5160749Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5175544Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5190179Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5204751Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5219477Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5233946Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5248421Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5262993Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5277649Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.5292284Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:10.5306827Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5321336Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5335864Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5350342Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5364776Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5379415Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5393799Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5408308Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5422923Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5437343Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5451870Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.5466402Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5481028Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5495353Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5509861Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5524315Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5538826Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5553273Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5567724Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5582258Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5596675Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5611308Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.5625846Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5640472Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5655129Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5669606Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5683971Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5698514Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5712812Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5727281Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5741880Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5756507Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.5770882Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5785529Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5799974Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5814473Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5828971Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5843342Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5857949Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5872351Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5886893Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5901433Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5915945Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.5930468Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5945074Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5959747Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5973971Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.5988506Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6002932Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6017457Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6031710Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6046244Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6060761Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6075352Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.6089680Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:10.6104151Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6118496Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6132875Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6147416Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6161685Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6176076Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6190397Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6204806Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6219347Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6233666Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6248218Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.6262677Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6277106Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:36:10.6291486Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6305952Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6320293Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6334746Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6349216Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6363738Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6378289Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6392722Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6407105Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6421649Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6436305Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.6450793Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6465063Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6479385Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6493716Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6508261Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6522693Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6537177Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6551573Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6565878Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6580448Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6594905Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.6609265Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6623792Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6638138Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6652678Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6667346Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6681910Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6696527Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6711025Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6725599Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6740335Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.6754728Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6769167Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6783710Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6798151Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6812555Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6827017Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6841315Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6855770Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6870087Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6884375Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6898954Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.6913264Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6927611Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6942095Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6956527Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6970687Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6985151Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.6999515Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7013797Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7028345Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7042624Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7057243Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.7071597Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7085958Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7100452Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7114915Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7129263Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7143782Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7158095Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7172561Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7187056Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7201291Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7215897Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.7230240Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7244516Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7259006Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7273505Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:36:10.7287749Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7302237Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7316531Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7330833Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7345338Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7359826Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7374108Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:10.7388559Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7402855Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7417406Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7431773Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7446271Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7460500Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7474799Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7489241Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7503675Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7518124Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7532635Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.7547075Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7561444Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7575923Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7590226Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7604574Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7619168Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7633477Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7647876Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7662379Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7676622Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7691025Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.7705520Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7719759Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7734102Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7748628Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7762936Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7777378Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7791751Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7806130Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7820600Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7834997Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.7849282Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7863762Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7877981Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7892310Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7906894Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7921159Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7935588Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7949935Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7964336Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7978838Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.7993322Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.8007650Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8022138Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8036396Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8050736Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8065184Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8079553Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8093910Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8108355Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8122642Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8137021Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8152163Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.8166627Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8181116Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8195484Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8209857Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8224402Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8238690Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8253045Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8267555Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8281965Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8296337Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8311104Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.8325699Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8340188Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8354592Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8369124Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8383511Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8397857Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8412311Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:10.8426828Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8441169Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8455675Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8470025Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8484400Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8498962Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8513397Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8527817Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8542588Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8557009Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8571485Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.8586016Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8600360Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8614837Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8629204Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8643560Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8657976Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8672391Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8686853Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8701244Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8715705Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8730215Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.8744623Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8758955Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8773418Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8787887Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8802335Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8816865Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8831474Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:10.8845797Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8860335Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8874845Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8889181Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8903693Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8918057Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8932434Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8947100Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8961461Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.8976371Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.8990604Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9004852Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9019311Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9033649Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9048042Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9062598Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9076958Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9091323Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9105824Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9120168Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9134743Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.9149284Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9163664Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9178050Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9192392Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9206788Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9221307Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9235743Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9250145Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9264751Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9281643Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9296605Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.9310866Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9325208Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9339693Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9353979Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9368259Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9382780Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9397305Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:10.9411704Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9426221Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9440608Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9455037Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9469677Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9484041Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9498537Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9512919Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9527267Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9541755Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9556271Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.9570589Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9585066Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9599398Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9613721Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9628131Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9642470Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9657072Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9671582Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9685966Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9700506Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9714938Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.9729307Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9743913Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9758206Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9772565Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9786986Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9801357Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9815881Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9830276Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9844646Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9859273Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:10.9873701Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9888024Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9902486Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9916813Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9931131Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9945563Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9959975Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9974367Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:10.9988928Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0003360Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0017931Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.0032313Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0046669Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0061157Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0075570Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0089891Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0104348Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0118663Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0132966Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0147479Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0161838Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0176511Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.0190952Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0206261Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0220894Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0235272Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0249746Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0264076Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0278405Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0292870Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0307391Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0321802Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0336553Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.0351068Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0365468Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0379970Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0394263Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0408629Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0423142Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0437694Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:11.0452065Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0466573Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0480957Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0495429Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0509823Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0524265Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0538717Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0553286Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0569645Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0585152Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.0599602Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0613981Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0628496Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0642848Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0657378Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0671857Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0686293Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0700863Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0715279Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0729669Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0744345Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.0758567Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0772894Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0787404Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0801832Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0816349Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0830675Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0844997Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0859463Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0873874Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0888176Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0902760Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.0917090Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0931444Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0945931Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0960308Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0974679Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.0989230Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1003539Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1018087Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1032400Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1046800Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1061346Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.1075678Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1090144Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1104659Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1119055Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1133423Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1147933Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1162283Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1176732Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1191318Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1205610Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1220334Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.1234738Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1249117Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1263703Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1278084Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1292540Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1307047Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1321629Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:11.1336130Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1350426Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1364780Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1379250Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1393670Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1408062Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1422897Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.011s) 2022-09-27T16:36:11.1437276Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1451722Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1466335Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1480831Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1495325Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1509814Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1524175Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1538779Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1553240Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1567673Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1582228Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.1596556Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1610883Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1625331Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1639604Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1653915Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1668498Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1682634Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1697068Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1711381Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1725704Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1740276Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.1754607Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1768936Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1783391Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1797721Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1812036Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1826439Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1840784Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1855223Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1869636Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1884073Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1898711Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.1913002Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1927378Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1941765Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1956163Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1970523Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1984962Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.1999256Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2013524Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2027963Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2042336Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2056803Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.2071234Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2085675Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2100341Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2114713Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2129078Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2143633Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2158164Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2172588Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2186985Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2201558Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.2216134Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:11.2230476Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2244846Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2259314Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2273619Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2287933Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2302472Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2316884Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2331200Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2345724Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2359953Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2374460Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.2388972Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2403363Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2417858Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2432237Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2446629Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2461199Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2475616Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2490042Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2504633Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2519026Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2533514Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.2547953Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2562262Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2576759Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2591184Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2605487Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2619955Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2634401Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2648648Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2663108Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2677468Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2691905Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.2706450Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2720831Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2735240Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2749610Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2763954Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2778554Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2792836Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2807228Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2821633Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2836064Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2850490Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.2865053Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2879460Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2893676Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2908100Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2922364Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2936794Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2951165Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2965434Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2979894Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.2994270Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3008562Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3023078Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3037399Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3051748Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3066142Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3080551Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3095052Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3109780Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3124022Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3138475Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3152967Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3167151Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3181578Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3195928Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3210162Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3224642Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3238933Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3253327Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3267780Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3282126Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3296553Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3311080Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3325586Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:11.3340090Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3354393Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3368774Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3383290Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3397800Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3412127Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3426582Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3440931Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3455366Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3469912Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3484342Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3498970Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3513418Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3527645Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3542343Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3556635Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3571001Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3585570Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3599949Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3614479Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3629090Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3643486Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3657983Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3672465Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3686851Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3701508Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3715900Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3730384Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3744947Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3759352Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3773741Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3788410Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3802899Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3817327Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3832236Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3846945Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3861615Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3876150Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3890579Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3905038Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3919323Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3933701Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3948509Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.3962986Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3977220Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.3992268Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4006676Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4021306Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4035566Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4050022Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4064506Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4079182Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4094033Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4109060Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.4124223Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4139739Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4155409Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4171585Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4189166Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4206790Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4223737Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4238729Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4253833Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4269087Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.4285503Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4302193Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4318600Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4334835Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4351490Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4367404Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4383880Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4400452Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4417090Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4433315Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.4449551Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4466010Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4482080Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4498147Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4514154Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4529497Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4544629Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4559556Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4574623Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4590012Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.4605054Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4620125Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4635365Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4650549Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4666019Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4681158Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4696150Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4710575Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4724830Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4739395Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.4753772Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4768107Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4782662Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4797054Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4811494Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4825950Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4840351Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4854783Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4869793Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4885167Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4900492Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.4915019Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4929473Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4944065Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4958532Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4972986Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.4987544Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5001846Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5016489Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5030860Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5045660Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.5059887Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:11.5074531Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5089064Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5103623Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5118120Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5132559Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5147174Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5161582Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5176004Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5190328Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5204675Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5219283Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.5233752Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5248297Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5262750Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5277179Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5291520Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5306041Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5320445Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5334941Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5349539Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5363877Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5378730Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.5393077Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5407470Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5422063Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5436472Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5450923Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5465434Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5479779Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5494143Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5508656Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5523054Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5537631Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.5551991Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5566449Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5580982Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5595377Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5609789Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5624279Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5638607Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5652980Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5667578Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5681953Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5696523Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.5710932Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5725252Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5739693Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5754068Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5768370Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5782852Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5797202Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5811642Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5826223Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5840670Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5855181Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.5869629Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5884147Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5898712Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5913038Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5927377Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5941864Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5956198Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5970572Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5985024Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.5999457Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6013924Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.6028371Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6042670Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6057156Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6071575Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6086063Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6100494Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6114806Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6129254Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6143779Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6158193Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6172659Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6187195Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6201529Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6216106Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6230569Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6244907Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6259390Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6273739Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6288041Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6302563Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6317211Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.6331676Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:11.6351542Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6360802Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6375179Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6389711Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6404130Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6418713Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6433132Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6447501Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6462038Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6476993Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6491230Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.6505714Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6520148Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6534593Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6549213Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6563735Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6578314Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6592819Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6607251Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6621769Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6636212Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6650740Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.6665237Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6679586Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6693921Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6708470Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6722865Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6737391Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6752955Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6768750Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6782096Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6796642Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.6811006Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6825446Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6839845Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6854236Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6868796Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6883188Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6897713Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6912089Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6926505Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6940963Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6955432Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.6970171Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6984658Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.6998830Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7013184Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7027614Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7042134Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7056591Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7070935Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7085263Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7099905Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7114217Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.7128584Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7143066Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7157466Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7171860Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7187047Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7200803Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7215115Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7229622Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7243944Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7258480Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7273083Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.7287553Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7302066Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7316529Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7330851Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7345382Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7359719Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7374117Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7388579Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7402986Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7417544Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7432039Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.7446460Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7460889Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7475312Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7489640Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7504181Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7518561Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7532969Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7547464Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7561822Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7576369Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7590962Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.7605775Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7619860Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7634199Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7648629Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7663102Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7677598Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7692086Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7706675Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7721025Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7735467Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7749927Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.7764294Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7778748Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7793182Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7807518Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7822052Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7836337Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7850655Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7865115Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7879500Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7893824Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7908401Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.7922744Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7937249Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7951691Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7966058Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7980525Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.7994980Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8009408Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8024543Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8038331Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8052800Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.8067291Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8081755Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8096224Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8110646Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8125062Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8139546Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8153900Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8168298Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8182793Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8197195Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8212375Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.8227255Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:11.8241593Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8256102Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8270471Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8284847Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8299331Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8313703Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8328436Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8343100Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8357346Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8371716Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8386465Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.8400778Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8415123Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8429615Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8444089Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8458443Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8472770Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8487119Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8501564Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8515915Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8530274Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8544842Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.8559278Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8573632Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8588125Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8602591Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8617177Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8631498Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8645882Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8660366Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8674702Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8689052Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8703798Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.8718330Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8732864Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8747484Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8761820Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8776335Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8790922Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8805235Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8819778Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8834107Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8848465Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8863113Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.8877652Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8891768Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8906357Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8921099Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8935744Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8950194Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8964506Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8978999Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.8993441Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9007772Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9022460Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9036792Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9051131Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9065626Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9079995Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9094365Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9108870Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9123267Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9137764Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9152271Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9166573Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9181366Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9195788Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9210175Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9224749Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9239165Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9253410Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9267857Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9282210Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9296779Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9310948Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9325255Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9339840Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9354212Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9368587Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9383072Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9397479Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9411929Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9426419Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9440852Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9455219Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9469749Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9484263Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9498905Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9513310Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9527740Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9542223Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9556533Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9570866Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9585360Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9599736Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9614129Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9628621Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9642998Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9657558Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9671963Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9686277Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9700832Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9715080Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9729346Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9743741Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9758089Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9772409Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9786835Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9801158Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9815675Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9830095Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9844459Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9858871Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9873277Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9887650Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9902231Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9916560Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9930883Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9945315Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9959792Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:11.9974069Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:11.9988493Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0002786Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0017165Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0031505Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0045921Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0060335Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0074726Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0089021Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0103474Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0118062Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.0132490Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0147153Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0161379Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0175973Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0190388Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0204739Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0219168Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0233558Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0247894Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0262237Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0276799Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.0291175Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0305609Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0319921Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0334227Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0348649Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0362917Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0377440Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0391886Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0406291Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0420802Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0435467Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.0449874Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0464369Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0478639Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0492894Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0507355Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0521640Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0536125Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0550398Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0564831Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0579295Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0593781Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.0608125Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0622720Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0636983Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0651336Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0665898Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0680188Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0694658Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0709184Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0723510Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0738148Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0752587Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.0766866Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0781317Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0795646Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0809942Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0824349Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0838746Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0853117Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0867617Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0882030Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0896512Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0910993Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.0925281Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0939870Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0954366Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0968903Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0983487Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.0997935Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1012258Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1026801Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1041188Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1055760Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.1070148Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1084498Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1098886Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1113477Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1127650Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1142187Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1156569Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1171611Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1186705Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1201172Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1215896Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.1230343Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.1244655Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1259191Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1273544Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1287888Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1302312Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1316647Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1330990Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1345451Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1359823Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1374355Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.1388957Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.1403439Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1417892Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1432251Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1446588Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1461039Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1475387Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1489770Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1504195Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1518537Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1532866Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1547686Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.1561889Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1576506Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1590711Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1605195Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1619796Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1634128Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1648566Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1663128Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1677554Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1692033Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1706596Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.1720936Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1735287Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1749698Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1764007Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1778461Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1792791Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1807125Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1821585Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1835908Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1850189Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1864761Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.1879108Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1893471Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1907993Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1922350Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1936930Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1951316Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1965788Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1980178Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.1994520Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2008994Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2023407Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2037807Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2052179Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2066701Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2081009Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2095458Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2109993Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2124320Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2138763Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2153135Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2167859Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2182025Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2196387Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2210723Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2225141Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2239488Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2253877Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2268299Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2282636Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2297108Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2311453Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2326003Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2340609Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.2355019Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2369468Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2383950Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2398333Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2412662Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2427112Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2441454Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2455807Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2470335Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2484907Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2499414Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2513857Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2528263Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2542743Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2557069Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2571449Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2585914Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2600273Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2614639Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2629044Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2643518Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2657938Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2672249Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2686576Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2701022Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2715356Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2729777Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2744285Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2758640Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2773047Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2787663Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2802275Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2816768Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2831139Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2845481Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2859946Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2874268Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2888625Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2903043Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2917351Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2931608Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2945973Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2960371Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2974637Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2989197Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3003386Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3017892Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3032192Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3046553Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3061153Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3075275Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3089548Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3103977Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3118351Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.3132607Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3147160Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3161408Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3175741Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3190164Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3204455Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3218843Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3233960Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3248392Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3262849Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3277451Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.3291705Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3306152Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3320474Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3334741Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3349245Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3363595Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3378032Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3392465Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3406722Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3421176Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3435625Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.3449987Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3464631Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3478826Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3493124Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3507657Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3521976Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3536427Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3550736Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3565147Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3579544Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3594005Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.3608238Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3622765Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3637059Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3651382Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3665792Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3680126Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3694462Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3708936Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3723239Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3737632Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3752059Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.3766499Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3780948Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3795291Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3809696Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3824112Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3838409Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3852656Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3867097Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3881396Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3895800Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3910186Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.3924565Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3939036Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3954048Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3967724Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3982160Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.3996517Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4010854Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4025300Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4039689Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4054186Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4068793Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.4083082Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4097495Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4111884Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4126201Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4140610Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4155014Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4169353Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4183910Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4198267Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4212607Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4227399Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.4241812Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.4256233Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4270683Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4285127Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4299514Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4313957Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4328263Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4342713Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4357057Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4371592Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4386101Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4400802Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.4415166Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4429927Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4444112Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4458633Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4473139Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4487589Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4502146Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4516591Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4531060Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4545534Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4560019Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.4574480Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4589038Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4603397Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4617957Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4632321Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4646762Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4661346Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4675676Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4690124Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4704684Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4719172Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.4733498Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4747976Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4762349Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4776861Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4791278Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4805687Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4820250Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4834618Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4848975Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4864129Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.4878334Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4892671Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4907281Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4921642Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4936080Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4950623Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4965108Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4979572Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.4993874Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5008279Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5022780Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.5037063Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5051500Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5065979Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5080370Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5094681Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5109201Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5123432Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5138004Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5152382Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5166784Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5181649Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.5196179Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5210562Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5225094Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5239466Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5253797Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5268317Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5282666Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5297146Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5311537Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5325896Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5340612Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.5355118Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.5369475Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5384142Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5398200Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5412588Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5426926Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5441282Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5455631Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5470048Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5484378Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5498987Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5513493Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.5527870Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5542336Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5556657Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5571006Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5585483Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5599931Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5614276Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5628618Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5643013Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5657414Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5671899Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.5686239Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5700716Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5715039Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5729442Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5743902Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5758221Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5772607Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5787127Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5801408Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5815899Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5830393Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.5844736Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5859340Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5873646Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5888065Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5902642Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5917004Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5931415Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5945928Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5960347Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5974691Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.5989299Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6003628Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6018101Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6032493Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6046790Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6061267Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6075585Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6089963Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6104479Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6118859Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6133341Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6147764Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6162093Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6176567Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6190935Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6205362Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6219837Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6234187Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6248498Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6263025Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6277380Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6291944Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6306477Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.6320887Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6335210Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6349861Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6364101Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6378620Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6392932Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6407358Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6421966Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6436344Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6450924Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6465490Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6479978Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6494459Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6509004Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6523306Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6537794Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6552136Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6566521Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6581039Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6595383Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6610254Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6624527Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.6638869Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6653283Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6667787Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6682068Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6696470Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6710856Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6725254Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6739844Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6754120Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6768514Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6783019Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6797458Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6811778Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6826391Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6840586Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6854891Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6869345Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6883677Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6898121Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6912503Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6926999Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.6941428Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6955693Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6970023Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6984511Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.6998947Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7013293Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7027790Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7042130Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7056611Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7070981Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7085508Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.7100148Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7114456Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7128786Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7143248Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7157614Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7172051Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7186486Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7200861Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7215147Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7229552Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7244020Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.7258575Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7272877Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7287416Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7301810Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7316245Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7330658Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7345138Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7359597Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7373974Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7388682Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7403251Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.7417718Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7432048Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7446357Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7460911Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7475264Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7489560Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7504061Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7518344Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7532627Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7547121Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7561475Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.7575745Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7590284Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7604623Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7619119Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7633444Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7647843Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7662416Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7676797Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7691186Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7705733Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7720247Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.7734749Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7749228Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7763512Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7777998Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7792411Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7806808Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7821322Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7835682Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7850014Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7864504Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7878941Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.7893207Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7907649Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7922046Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7936425Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7950807Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7965113Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7979668Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.7993966Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8008283Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8022845Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8037402Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.8051774Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8066321Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8080754Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8095144Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8109684Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8124032Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8138418Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8152817Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8167202Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8181614Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8197404Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.8211843Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.8226477Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8240980Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8255386Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8269969Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8284285Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8298895Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8313216Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8327736Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8342270Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8356715Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8371346Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:12.8385941Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8400320Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8414716Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8429267Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8443637Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8458149Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8472474Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8486819Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8501316Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8516397Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8530963Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.8546319Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8562100Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8577969Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8593455Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8609398Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8626659Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8643731Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8660902Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8676523Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.8692797Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8709172Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8725625Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8741703Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8757524Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8773626Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8789376Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8805495Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8821882Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8838356Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.8854917Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8870772Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8886424Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8901689Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8916673Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8931716Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8946754Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8961778Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8976853Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.8992067Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9007151Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9022268Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9037583Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9052753Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9067379Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9081796Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9096133Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9110557Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9124963Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9139449Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9154146Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9168279Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9182682Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9197041Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9211497Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9225925Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9240570Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9254831Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9269278Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9283659Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9298275Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9313227Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9327540Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9341892Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9356252Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9370638Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9385155Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9399541Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9413959Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9428383Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9442660Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9457065Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9471585Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9486518Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9501923Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9516810Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9531148Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9545688Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9560099Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9574470Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9589020Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9603325Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9617810Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9632262Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9646461Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9660819Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9675167Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9689432Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9703860Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9718145Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9732584Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9746849Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9762053Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9776523Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9791035Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9805407Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9819934Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9834310Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9848653Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9863211Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9877634Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9892045Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9906557Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9920977Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9935362Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9950002Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.9964348Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9978900Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.9993232Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0007556Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0022114Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0036596Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:13.0051011Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:13.0065539Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:13.0079950Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:36:13.0094278Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0108944Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.0123262Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0137798Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0152234Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0166702Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0181246Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0195911Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0210107Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0224655Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0238944Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0253550Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.0268238Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.0282717Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0297247Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0311692Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0326138Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0340770Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0355182Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0369608Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0384214Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0398634Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0413076Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0427856Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.0442310Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0456828Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0471257Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0485669Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0500220Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0514609Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0528990Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0543486Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0557966Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0572429Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.0586900Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0601280Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0615661Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0630204Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0644662Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0659000Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0673484Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0687949Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0702516Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0716926Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0731438Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.0745961Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0760327Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0774711Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0789211Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0803654Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0818212Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0832659Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0847081Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0861642Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0876046Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.0890562Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.0899293Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0907675Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0916044Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0924401Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0932755Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0941230Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0949615Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0957966Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0966441Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0974783Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0983359Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.0991729Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.1000129Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.1008499Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.1016969Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.1025358Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.1041305Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.1056943Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1071728Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1086255Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1100798Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1115177Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1129521Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1144023Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1158329Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1172794Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1187384Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1201954Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.1216513Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1230971Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1245434Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1259959Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1274311Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1288798Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1303400Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1317818Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1332257Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1347345Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1361365Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.1375866Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.1390405Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1404850Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1419378Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1433883Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1448281Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1462785Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1477202Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1491586Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1506192Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1520554Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1535053Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1549535Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1563870Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1578385Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1592795Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1607243Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1621791Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1636186Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1650579Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1665080Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1679762Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.1694107Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.1708543Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1722898Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1737350Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1751769Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1766149Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1780702Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1795260Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1809506Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1824083Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1838445Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1852976Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.1867529Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1881863Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1896317Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1910877Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1925342Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1939903Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1954296Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1968804Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1983334Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.1992004Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2000503Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:13.2008838Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2017268Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2025592Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2034013Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2042422Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2050735Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.2065431Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2080061Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2094615Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2109156Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2123489Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2138052Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2152617Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.2166934Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2181665Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2196117Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2210485Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2225034Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2239417Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2253810Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2268249Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2282638Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2297204Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2311849Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.2326415Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.2341312Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2355667Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2370111Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2384664Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2399031Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2413483Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2428081Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2442446Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2456917Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2471508Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.2495005Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2500418Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2514700Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2529035Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2543521Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2557898Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2572509Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2586817Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2601168Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2615510Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2630155Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.2644549Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2659116Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2673489Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2687906Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2702448Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2716940Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2731389Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2746004Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2760447Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2774807Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2789491Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.2803863Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2818340Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2832666Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2847109Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2861646Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2875966Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2890515Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2905061Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2919463Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2933873Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2948533Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.2962875Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2977312Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.2991742Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3006124Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3020925Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3035204Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3049672Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3064333Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3078795Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3093286Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3107930Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.3122258Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3136815Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3151267Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3165648Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3180176Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3194649Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3209015Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3223529Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3237918Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3246646Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3255193Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:13.3263779Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:36:13.3272147Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3280501Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3288889Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3297410Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3305731Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3314134Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3322632Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3330909Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3339285Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3347679Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3356047Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3364423Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3372794Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3381311Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3389678Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3398062Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3406417Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3414754Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3423437Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:13.3431840Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3440246Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3448930Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3457593Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3466006Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3474477Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3482921Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3491246Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3499884Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3508094Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:13.3524123Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3539574Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3554454Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3569056Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3583860Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.3598370Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3612879Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3627449Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3641882Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3656225Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3670786Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3685151Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3699615Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3714043Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3728553Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.3743130Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3757550Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3771951Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3786552Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3800874Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3815346Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3829814Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3844147Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3858568Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3872941Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3887457Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.3901979Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3916388Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3930979Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3945680Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3959952Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3974318Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.3988890Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4003365Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4017876Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4032290Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4047068Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.4061694Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4076283Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4090712Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4105217Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4119634Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4133993Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4148584Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4162952Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4177452Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4191884Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4206589Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.4220998Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4235325Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4249739Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4264337Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4279068Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4293572Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4308063Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4322573Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4337089Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4351554Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4366205Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.4380753Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4395140Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4409846Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4424175Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4438662Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4453066Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4467661Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4482167Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4496566Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4510970Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4526004Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.4540009Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4554328Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4568808Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4583231Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4597593Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4611969Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4626544Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4640924Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4655343Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4669835Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4684357Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.4698731Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4713079Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4727466Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4741899Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4756268Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4770537Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4785015Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4799223Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4813646Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4828104Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4842657Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.4857052Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4871430Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4885814Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4900429Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4914540Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4928919Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4943402Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4957697Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4972071Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.4986565Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5001032Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5015405Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5029851Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5044187Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5058652Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5072914Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5087204Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5101702Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5116061Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5130423Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5144992Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5159440Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5173780Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5188322Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5202743Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5217240Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5231629Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5245959Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5260419Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5274712Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5288957Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5303974Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5318268Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.5332720Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5347314Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5361691Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5376118Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5390827Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5405030Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5419547Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5433908Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5448431Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5463064Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5477939Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5492641Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5507298Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5521717Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5536179Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5550685Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5565104Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5579692Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5594264Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5608769Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5623352Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5637878Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5652556Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5667036Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5681471Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5695862Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5710461Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5724799Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5739358Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5753675Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5768055Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5782461Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5796909Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5811244Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5825728Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5840114Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5854433Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5868990Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5883499Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5897871Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5912879Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5928729Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5943916Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.5958747Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5973393Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.5988284Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6002992Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6017800Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6032583Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6047238Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6061845Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6076207Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6090799Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6105383Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.6119786Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6134115Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6148623Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6163060Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6177669Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6192019Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6206438Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6221055Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6235400Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6249716Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6264389Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.6278760Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6293121Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6307567Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6321958Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6336339Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6350841Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6365179Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6379800Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6393887Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6408175Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6422873Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.6437225Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6451486Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6465985Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6480218Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6494635Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6509027Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6523390Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6537949Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6552344Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6566570Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6581195Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.6595457Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6609808Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6624323Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6638843Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6653210Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6667776Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6682079Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6696434Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6710910Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6725269Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6740159Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.6754427Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6768804Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6783407Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6797750Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6812298Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6826971Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6841407Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6855864Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6870410Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6884954Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6899343Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.6913666Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6928098Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6942588Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6956968Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6971317Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.6985709Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7000152Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7014456Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7028909Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7043285Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7057773Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.7072197Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7086500Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7101027Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7115401Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7129780Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7144260Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7158652Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7172901Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7187311Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7201651Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7216152Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.7230659Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7244940Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7259417Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7273798Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7288142Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7302748Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7317104Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7331436Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7345884Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7360380Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7374934Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.7383644Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7392032Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7400432Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7408798Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7417224Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7425650Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7434038Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7442394Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7450669Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7459071Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7467384Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7475739Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:13.7490383Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7505097Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7519525Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7533973Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.7548432Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7562779Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7577145Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7591579Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7605950Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7620352Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7634764Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7649101Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7663590Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7678009Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7692400Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.7706889Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7721275Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7735585Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7750035Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7764315Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7778802Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7793371Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7807506Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7821900Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7836303Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7850604Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.7865087Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7879402Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7893746Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7908313Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7922588Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7936928Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7951321Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7965624Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7980219Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.7994548Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8008984Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.8023426Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8037760Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8052090Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8066579Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8080839Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8095270Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8109794Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8124079Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8138494Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8152928Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8168092Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.8182621Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8196963Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8211254Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8225703Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8240097Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8254460Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8268950Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8284014Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8298047Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8312592Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.8327251Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.8341673Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8356134Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8370512Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8385084Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8399411Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8413798Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8428374Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8442732Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8457336Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8471564Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8486081Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.8500510Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8514881Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8529212Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8543659Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8558063Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8572489Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8586981Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8601378Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8615773Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8630280Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8644816Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.8659319Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8673704Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8688123Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8702644Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8717032Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8731404Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8745900Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8760316Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8774782Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8789066Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8803556Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.8817934Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8832258Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8846612Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8861091Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8875567Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8890015Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8904513Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8918977Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8933214Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8947788Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8962052Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8976352Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.8990860Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9005096Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9019536Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9033852Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9048198Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9062652Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9077025Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9091421Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9106034Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.9120402Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9134790Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9149369Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9163634Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9178130Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9192499Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9206865Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9221355Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9235600Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9250088Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9264831Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.9279135Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.9293414Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9307810Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9322109Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9336419Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9350858Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9365204Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9379671Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9394047Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9408480Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9423136Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9437663Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:36:13.9452033Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9466476Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9480862Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9495218Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9509715Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9524036Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9538495Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9552864Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9567111Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9581602Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9596457Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.9610572Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9624969Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9639358Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9653786Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9668173Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9682616Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9696953Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9711400Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9725780Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9740501Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9754816Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.9769085Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9783513Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9797854Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9812217Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9826626Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9840969Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9855184Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9869564Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9883894Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9898338Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9912730Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:13.9927033Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9941414Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9955669Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9969991Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9984520Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:13.9998774Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0013169Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0027681Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0042074Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0056455Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0071100Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.0085479Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0099963Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0114388Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0128734Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0143168Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0157514Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0171974Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0186455Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0200887Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0215598Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0229838Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0244228Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:36:14.0258711Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0273139Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0287558Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0302078Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0316513Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0330960Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0345607Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0360121Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0374626Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0389473Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.0404068Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0418633Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0433258Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0447800Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0462469Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0476974Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0491420Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0505892Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0520219Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0534594Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0549100Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0563478Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0578063Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.0592440Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0606799Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0621186Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0635487Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0649911Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0664354Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0678698Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0693187Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0707510Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0721837Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0736313Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.0750744Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0765077Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0779490Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0793834Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0808204Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0822600Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0836941Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0851251Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0865767Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0880060Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0894528Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.0909077Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0923409Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0937870Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0952227Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0966565Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0981132Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.0995434Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1009802Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1024351Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1038674Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1053188Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.1067662Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1082014Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1096347Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1110776Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1125065Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1139437Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1153801Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1168085Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1182601Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1196785Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1211216Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.1225616Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1239895Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1254325Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1268839Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:36:14.1283196Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1297596Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1311960Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1326258Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1340714Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1355130Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1369510Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1384104Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1398568Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1413107Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1427660Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.1442053Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1456334Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1470808Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1485146Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1499614Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1513960Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1528375Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1542858Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1557206Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1571589Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.1586129Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1600425Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1614879Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1629267Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1643543Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1657933Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1672370Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1686819Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1701125Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1715448Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1729925Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.1744396Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1758734Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1773129Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1787730Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1802157Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1816617Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1831046Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1845426Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1859999Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1874307Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1888815Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.1903328Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1917730Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1932160Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1946639Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1960922Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1975313Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.1989826Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:36:14.2004132Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2018666Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2032958Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2047316Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2061766Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2076210Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2090610Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2105114Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2119461Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2133828Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2148406Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:14.2162790Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2177359Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2191604Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2205966Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2220545Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2234838Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2249157Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2264446Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:14.2280303Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... C:\actions-runner\_work\pytorch\pytorch\test\test_meta.py:127: 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-09-27T16:36:14.2280904Z x = torch.randn((2, 2, 4, 9), dtype=torch.complex32)[:, 0, :, :] 2022-09-27T16:36:14.2287836Z ok (0.000s) 2022-09-27T16:36:14.2305237Z test_imag (__main__.TestMetaConverter) ... ok (0.016s) 2022-09-27T16:36:14.2317915Z test_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2332178Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2344480Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2355760Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2370761Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2386027Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2400998Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.010s) 2022-09-27T16:36:14.2419496Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2436636Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2459951Z test_weakref (__main__.TestMetaConverter) ... ok (0.000s) 2022-09-27T16:36:14.2460216Z 2022-09-27T16:36:14.2460456Z ---------------------------------------------------------------------- 2022-09-27T16:36:14.2460715Z Ran 10172 tests in 14.609s 2022-09-27T16:36:14.2460831Z 2022-09-27T16:36:14.2460906Z OK (skipped=10158) 2022-09-27T16:36:14.2461016Z 2022-09-27T16:36:14.2461104Z Generating XML reports... 2022-09-27T16:36:15.6863046Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaCPU-20220927163559.xml 2022-09-27T16:36:15.6881577Z Generated XML report: test-reports\python-unittest\test_meta\TEST-TestMetaConverter-20220927163559.xml 2022-09-27T16:36:16.3365289Z Running test_jit_autocast ... [2022-09-27 16:36:16.330736] 2022-09-27T16:36:16.3365751Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:16.330736] 2022-09-27T16:36:18.9205977Z CUDA not available, skipping tests 2022-09-27T16:36:18.9272495Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:36:18.9865841Z 2022-09-27T16:36:18.9866288Z Running tests... 2022-09-27T16:36:18.9866636Z ---------------------------------------------------------------------- 2022-09-27T16:36:18.9866996Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-09-27T16:36:18.9880529Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9889739Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.000s) 2022-09-27T16:36:18.9905798Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9911677Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-09-27T16:36:18.9917126Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9927794Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.016s) 2022-09-27T16:36:18.9935736Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9942716Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9949515Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9956061Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9965696Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.000s) 2022-09-27T16:36:18.9973656Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9983056Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9989998Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:18.9996963Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0006371Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0011628Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0017157Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0027832Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0039106Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0208757Z test_ignore_amp (__main__.TestAutocast) ... ok (0.016s) 2022-09-27T16:36:19.0216269Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.0225437Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1018803Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.080s) 2022-09-27T16:36:19.1027598Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1042414Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.016s) 2022-09-27T16:36:19.1057101Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1069356Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1081041Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1088355Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.000s) 2022-09-27T16:36:19.1095199Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1101277Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1106992Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1116544Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1124350Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1130623Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1140412Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1150112Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.000s) 2022-09-27T16:36:19.1155860Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1161899Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1169503Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1177709Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.000s) 2022-09-27T16:36:19.1188438Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:19.1195845Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.016s) 2022-09-27T16:36:19.1203821Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-09-27T16:36:22.7840285Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (3.648s) 2022-09-27T16:36:23.0206458Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:36:23.0207477Z warnings.warn(msg, FutureWarning) 2022-09-27T16:36:28.1105098Z ok (5.319s) 2022-09-27T16:36:33.2992181Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (5.193s) 2022-09-27T16:36:33.3898434Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.088s) 2022-09-27T16:36:33.3951843Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:36:33.4990474Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.114s) 2022-09-27T16:36:33.5937169Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.083s) 2022-09-27T16:36:33.5978158Z 2022-09-27T16:36:33.5978732Z ---------------------------------------------------------------------- 2022-09-27T16:36:33.5979031Z Ran 52 tests in 14.625s 2022-09-27T16:36:33.5979166Z 2022-09-27T16:36:33.5979247Z OK (skipped=44) 2022-09-27T16:36:33.5980792Z 2022-09-27T16:36:33.5981924Z Generating XML reports... 2022-09-27T16:36:33.6086260Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20220927163618.xml 2022-09-27T16:36:33.6107201Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20220927163618.xml 2022-09-27T16:36:34.0605972Z Running test_cpp_extensions_open_device_registration ... [2022-09-27 16:36:34.057505] 2022-09-27T16:36:34.0606532Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:34.057505] 2022-09-27T16:36:35.7779603Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:36:35.7844196Z 2022-09-27T16:36:35.7844580Z Running tests... 2022-09-27T16:36:35.7844947Z ---------------------------------------------------------------------- 2022-09-27T16:36:35.7845358Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-09-27T16:36:36.0858968Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-09-27T16:36:36.0859621Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\custom_device_extension... 2022-09-27T16:36:36.0927981Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\custom_device_extension\build.ninja... 2022-09-27T16:36:36.2466987Z Building extension module custom_device_extension... 2022-09-27T16:36:36.2467407Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:36:49.2596705Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension.cpp /Foopen_registration_extension.o 2022-09-27T16:36:49.2597988Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:36:49.2598301Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:36:49.2598483Z 2022-09-27T16:36:49.2598630Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-09-27T16:36:49.2599174Z 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-09-27T16:36:49.2600138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2600643Z with 2022-09-27T16:36:49.2600889Z [ 2022-09-27T16:36:49.2601111Z T=c10::SymInt 2022-09-27T16:36:49.2601349Z ] 2022-09-27T16:36:49.2602026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2602551Z with 2022-09-27T16:36:49.2602759Z [ 2022-09-27T16:36:49.2603002Z T=c10::SymInt 2022-09-27T16:36:49.2603265Z ] 2022-09-27T16:36:49.2603890Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2604421Z with 2022-09-27T16:36:49.2604642Z [ 2022-09-27T16:36:49.2604859Z T=c10::SymInt 2022-09-27T16:36:49.2605094Z ] 2022-09-27T16:36:49.2605734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2606332Z with 2022-09-27T16:36:49.2606569Z [ 2022-09-27T16:36:49.2606803Z T=c10::SymInt 2022-09-27T16:36:49.2607023Z ] 2022-09-27T16:36:49.2607580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2608439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:49.2609307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2609844Z with 2022-09-27T16:36:49.2610061Z [ 2022-09-27T16:36:49.2610294Z T=c10::SymInt 2022-09-27T16:36:49.2610512Z ] 2022-09-27T16:36:49.2611028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:36:49.2611906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2612411Z with 2022-09-27T16:36:49.2612634Z [ 2022-09-27T16:36:49.2612891Z T=at::TensorBase 2022-09-27T16:36:49.2613107Z ] 2022-09-27T16:36:49.2613655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2614144Z with 2022-09-27T16:36:49.2614375Z [ 2022-09-27T16:36:49.2614620Z T=at::TensorBase 2022-09-27T16:36:49.2615528Z ] 2022-09-27T16:36:49.2615964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2616384Z with 2022-09-27T16:36:49.2616545Z [ 2022-09-27T16:36:49.2616724Z T=at::TensorBase 2022-09-27T16:36:49.2616898Z ] 2022-09-27T16:36:49.2617368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2617797Z with 2022-09-27T16:36:49.2617940Z [ 2022-09-27T16:36:49.2618115Z T=at::TensorBase 2022-09-27T16:36:49.2618287Z ] 2022-09-27T16:36:49.2618697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2619345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:49.2619996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2620373Z with 2022-09-27T16:36:49.2620532Z [ 2022-09-27T16:36:49.2620710Z T=at::TensorBase 2022-09-27T16:36:49.2620885Z ] 2022-09-27T16:36:49.2621274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2621637Z with 2022-09-27T16:36:49.2621778Z [ 2022-09-27T16:36:49.2621952Z T=at::Tensor 2022-09-27T16:36:49.2622120Z ] 2022-09-27T16:36:49.2622521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2622898Z with 2022-09-27T16:36:49.2623057Z [ 2022-09-27T16:36:49.2623210Z T=at::Tensor 2022-09-27T16:36:49.2623377Z ] 2022-09-27T16:36:49.2623816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2624225Z with 2022-09-27T16:36:49.2624384Z [ 2022-09-27T16:36:49.2624535Z T=at::Tensor 2022-09-27T16:36:49.2624704Z ] 2022-09-27T16:36:49.2625243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2625687Z with 2022-09-27T16:36:49.2625849Z [ 2022-09-27T16:36:49.2626023Z T=at::Tensor 2022-09-27T16:36:49.2626175Z ] 2022-09-27T16:36:49.2626586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2627215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:49.2627860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2628314Z with 2022-09-27T16:36:49.2628475Z [ 2022-09-27T16:36:49.2628650Z T=at::Tensor 2022-09-27T16:36:49.2628803Z ] 2022-09-27T16:36:49.2629190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2629553Z with 2022-09-27T16:36:49.2629717Z [ 2022-09-27T16:36:49.2629892Z T=at::Generator 2022-09-27T16:36:49.2630049Z ] 2022-09-27T16:36:49.2630451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2630823Z with 2022-09-27T16:36:49.2630984Z [ 2022-09-27T16:36:49.2631158Z T=at::Generator 2022-09-27T16:36:49.2631330Z ] 2022-09-27T16:36:49.2631756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2632162Z with 2022-09-27T16:36:49.2632319Z [ 2022-09-27T16:36:49.2632491Z T=at::Generator 2022-09-27T16:36:49.2632662Z ] 2022-09-27T16:36:49.2633121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2633556Z with 2022-09-27T16:36:49.2633697Z [ 2022-09-27T16:36:49.2633872Z T=at::Generator 2022-09-27T16:36:49.2634047Z ] 2022-09-27T16:36:49.2634456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2635094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:49.2635736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2636127Z with 2022-09-27T16:36:49.2636270Z [ 2022-09-27T16:36:49.2636443Z T=at::Generator 2022-09-27T16:36:49.2636617Z ] 2022-09-27T16:36:49.2637002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2637362Z with 2022-09-27T16:36:49.2637503Z [ 2022-09-27T16:36:49.2637675Z T=std::string 2022-09-27T16:36:49.2637902Z ] 2022-09-27T16:36:49.2638311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2638684Z with 2022-09-27T16:36:49.2638846Z [ 2022-09-27T16:36:49.2639001Z T=std::string 2022-09-27T16:36:49.2639172Z ] 2022-09-27T16:36:49.2639710Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2640116Z with 2022-09-27T16:36:49.2640335Z [ 2022-09-27T16:36:49.2640490Z T=std::string 2022-09-27T16:36:49.2640658Z ] 2022-09-27T16:36:49.2641125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2641551Z with 2022-09-27T16:36:49.2641714Z [ 2022-09-27T16:36:49.2641887Z T=std::string 2022-09-27T16:36:49.2642039Z ] 2022-09-27T16:36:49.2642447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2643084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:49.2643727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2644118Z with 2022-09-27T16:36:49.2644278Z [ 2022-09-27T16:36:49.2644449Z T=std::string 2022-09-27T16:36:49.2644602Z ] 2022-09-27T16:36:49.2644990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2645349Z with 2022-09-27T16:36:49.2645513Z [ 2022-09-27T16:36:49.2645696Z T=c10::QualifiedName 2022-09-27T16:36:49.2645876Z ] 2022-09-27T16:36:49.2646267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2646641Z with 2022-09-27T16:36:49.2646800Z [ 2022-09-27T16:36:49.2646978Z T=c10::QualifiedName 2022-09-27T16:36:49.2647157Z ] 2022-09-27T16:36:49.2647587Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2647998Z with 2022-09-27T16:36:49.2648156Z [ 2022-09-27T16:36:49.2648334Z T=c10::QualifiedName 2022-09-27T16:36:49.2648511Z ] 2022-09-27T16:36:49.2648981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2649416Z with 2022-09-27T16:36:49.2649560Z [ 2022-09-27T16:36:49.2649739Z T=c10::QualifiedName 2022-09-27T16:36:49.2649917Z ] 2022-09-27T16:36:49.2650390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2651040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:49.2651695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2652092Z with 2022-09-27T16:36:49.2652237Z [ 2022-09-27T16:36:49.2652423Z T=c10::QualifiedName 2022-09-27T16:36:49.2652659Z ] 2022-09-27T16:36:49.2653051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2653413Z with 2022-09-27T16:36:49.2653556Z [ 2022-09-27T16:36:49.2653779Z T=std::shared_ptr 2022-09-27T16:36:49.2653991Z ] 2022-09-27T16:36:49.2654405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2654782Z with 2022-09-27T16:36:49.2654944Z [ 2022-09-27T16:36:49.2655147Z T=std::shared_ptr 2022-09-27T16:36:49.2655353Z ] 2022-09-27T16:36:49.2655795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2656209Z with 2022-09-27T16:36:49.2656368Z [ 2022-09-27T16:36:49.2656591Z T=std::shared_ptr 2022-09-27T16:36:49.2656783Z ] 2022-09-27T16:36:49.2657251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2657680Z with 2022-09-27T16:36:49.2657841Z [ 2022-09-27T16:36:49.2658061Z T=std::shared_ptr 2022-09-27T16:36:49.2658270Z ] 2022-09-27T16:36:49.2658699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2659403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:36:49.2660085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2660481Z with 2022-09-27T16:36:49.2660641Z [ 2022-09-27T16:36:49.2660863Z T=std::shared_ptr 2022-09-27T16:36:49.2661073Z ] 2022-09-27T16:36:49.2661446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2661807Z with 2022-09-27T16:36:49.2661966Z [ 2022-09-27T16:36:49.2662185Z T=std::weak_ptr 2022-09-27T16:36:49.2662392Z ] 2022-09-27T16:36:49.2663229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2664041Z with 2022-09-27T16:36:49.2664189Z [ 2022-09-27T16:36:49.2664409Z T=std::weak_ptr 2022-09-27T16:36:49.2664616Z ] 2022-09-27T16:36:49.2665060Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2665460Z with 2022-09-27T16:36:49.2665619Z [ 2022-09-27T16:36:49.2665890Z T=std::weak_ptr 2022-09-27T16:36:49.2666101Z ] 2022-09-27T16:36:49.2666584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2667019Z with 2022-09-27T16:36:49.2667179Z [ 2022-09-27T16:36:49.2667399Z T=std::weak_ptr 2022-09-27T16:36:49.2667594Z ] 2022-09-27T16:36:49.2668040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2668732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:36:49.2669412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2669809Z with 2022-09-27T16:36:49.2669973Z [ 2022-09-27T16:36:49.2670190Z T=std::weak_ptr 2022-09-27T16:36:49.2670437Z ] 2022-09-27T16:36:49.2670834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2671196Z with 2022-09-27T16:36:49.2671357Z [ 2022-09-27T16:36:49.2671605Z T=std::vector> 2022-09-27T16:36:49.2671836Z ] 2022-09-27T16:36:49.2672225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2672602Z with 2022-09-27T16:36:49.2672766Z [ 2022-09-27T16:36:49.2673013Z T=std::vector> 2022-09-27T16:36:49.2673242Z ] 2022-09-27T16:36:49.2673682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2674070Z with 2022-09-27T16:36:49.2674230Z [ 2022-09-27T16:36:49.2674473Z T=std::vector> 2022-09-27T16:36:49.2674703Z ] 2022-09-27T16:36:49.2675168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2675598Z with 2022-09-27T16:36:49.2675742Z [ 2022-09-27T16:36:49.2676048Z T=std::vector> 2022-09-27T16:36:49.2676284Z ] 2022-09-27T16:36:49.2676755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2677492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:49.2678176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2678619Z with 2022-09-27T16:36:49.2678785Z [ 2022-09-27T16:36:49.2679016Z T=std::vector> 2022-09-27T16:36:49.2679247Z ] 2022-09-27T16:36:49.2679751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2680117Z with 2022-09-27T16:36:49.2680279Z [ 2022-09-27T16:36:49.2680493Z T=std::vector> 2022-09-27T16:36:49.2680682Z ] 2022-09-27T16:36:49.2681135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2681618Z with 2022-09-27T16:36:49.2681782Z [ 2022-09-27T16:36:49.2682033Z T=std::vector> 2022-09-27T16:36:49.2682280Z ] 2022-09-27T16:36:49.2682782Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2683236Z with 2022-09-27T16:36:49.2683430Z [ 2022-09-27T16:36:49.2683647Z T=std::vector> 2022-09-27T16:36:49.2683883Z ] 2022-09-27T16:36:49.2684400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2684872Z with 2022-09-27T16:36:49.2685076Z [ 2022-09-27T16:36:49.2685331Z T=std::vector> 2022-09-27T16:36:49.2685542Z ] 2022-09-27T16:36:49.2696390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2697214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:49.2697879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2698271Z with 2022-09-27T16:36:49.2698430Z [ 2022-09-27T16:36:49.2698639Z T=std::vector> 2022-09-27T16:36:49.2698820Z ] 2022-09-27T16:36:49.2699360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2699719Z with 2022-09-27T16:36:49.2699874Z [ 2022-09-27T16:36:49.2700126Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2700355Z ] 2022-09-27T16:36:49.2700740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2701104Z with 2022-09-27T16:36:49.2701254Z [ 2022-09-27T16:36:49.2701502Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2701800Z ] 2022-09-27T16:36:49.2702242Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2702636Z with 2022-09-27T16:36:49.2702773Z [ 2022-09-27T16:36:49.2703021Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2703245Z ] 2022-09-27T16:36:49.2703708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2704128Z with 2022-09-27T16:36:49.2704279Z [ 2022-09-27T16:36:49.2704512Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2704743Z ] 2022-09-27T16:36:49.2705215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:36:49.2705950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:36:49.2706623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:36:49.2707261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2707642Z with 2022-09-27T16:36:49.2707793Z [ 2022-09-27T16:36:49.2708032Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2708261Z ] 2022-09-27T16:36:49.2708646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2708999Z with 2022-09-27T16:36:49.2709149Z [ 2022-09-27T16:36:49.2709387Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2709599Z ] 2022-09-27T16:36:49.2709995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2710358Z with 2022-09-27T16:36:49.2710506Z [ 2022-09-27T16:36:49.2710741Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2711011Z ] 2022-09-27T16:36:49.2711436Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2711835Z with 2022-09-27T16:36:49.2711987Z [ 2022-09-27T16:36:49.2712227Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2712449Z ] 2022-09-27T16:36:49.2712907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2713381Z with 2022-09-27T16:36:49.2713519Z [ 2022-09-27T16:36:49.2713758Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2713981Z ] 2022-09-27T16:36:49.2714439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:36:49.2715160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:36:49.2715821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:36:49.2716456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2716837Z with 2022-09-27T16:36:49.2716974Z [ 2022-09-27T16:36:49.2717215Z T=std::vector,std::allocator>> 2022-09-27T16:36:49.2717435Z ] 2022-09-27T16:36:49.2717819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2718169Z with 2022-09-27T16:36:49.2718316Z [ 2022-09-27T16:36:49.2718507Z T=std::vector> 2022-09-27T16:36:49.2718701Z ] 2022-09-27T16:36:49.2719097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2719461Z with 2022-09-27T16:36:49.2719709Z [ 2022-09-27T16:36:49.2719915Z T=std::vector> 2022-09-27T16:36:49.2720094Z ] 2022-09-27T16:36:49.2720529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2720927Z with 2022-09-27T16:36:49.2721074Z [ 2022-09-27T16:36:49.2721278Z T=std::vector> 2022-09-27T16:36:49.2721468Z ] 2022-09-27T16:36:49.2721912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2722342Z with 2022-09-27T16:36:49.2722493Z [ 2022-09-27T16:36:49.2722770Z T=std::vector> 2022-09-27T16:36:49.2722963Z ] 2022-09-27T16:36:49.2723388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2724051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:49.2724713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2725137Z with 2022-09-27T16:36:49.2725287Z [ 2022-09-27T16:36:49.2725497Z T=std::vector> 2022-09-27T16:36:49.2725689Z ] 2022-09-27T16:36:49.2726069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2726559Z with 2022-09-27T16:36:49.2726698Z [ 2022-09-27T16:36:49.2726933Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:49.2727153Z ] 2022-09-27T16:36:49.2727547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2727915Z with 2022-09-27T16:36:49.2728065Z [ 2022-09-27T16:36:49.2728283Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:49.2728502Z ] 2022-09-27T16:36:49.2728936Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2729329Z with 2022-09-27T16:36:49.2729477Z [ 2022-09-27T16:36:49.2729706Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:49.2729913Z ] 2022-09-27T16:36:49.2730371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2730792Z with 2022-09-27T16:36:49.2730945Z [ 2022-09-27T16:36:49.2731174Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:49.2731392Z ] 2022-09-27T16:36:49.2731837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2732579Z 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-09-27T16:36:49.2733320Z 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-09-27T16:36:49.2734002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2734442Z with 2022-09-27T16:36:49.2734599Z [ 2022-09-27T16:36:49.2734834Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:49.2735054Z ] 2022-09-27T16:36:49.2735423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2735778Z with 2022-09-27T16:36:49.2735930Z [ 2022-09-27T16:36:49.2736159Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:49.2736377Z ] 2022-09-27T16:36:49.2736774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2737181Z with 2022-09-27T16:36:49.2737330Z [ 2022-09-27T16:36:49.2737563Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:49.2737781Z ] 2022-09-27T16:36:49.2738215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2738611Z with 2022-09-27T16:36:49.2738748Z [ 2022-09-27T16:36:49.2738981Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:49.2739198Z ] 2022-09-27T16:36:49.2739657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2740075Z with 2022-09-27T16:36:49.2740224Z [ 2022-09-27T16:36:49.2740442Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:49.2740663Z ] 2022-09-27T16:36:49.2741118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2741857Z 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-09-27T16:36:49.2742593Z 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-09-27T16:36:49.2743287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2743674Z with 2022-09-27T16:36:49.2743826Z [ 2022-09-27T16:36:49.2744058Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:49.2744267Z ] 2022-09-27T16:36:49.2744649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2744999Z with 2022-09-27T16:36:49.2745152Z [ 2022-09-27T16:36:49.2745337Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:49.2745508Z ] 2022-09-27T16:36:49.2745906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2746269Z with 2022-09-27T16:36:49.2746474Z [ 2022-09-27T16:36:49.2746661Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:49.2746843Z ] 2022-09-27T16:36:49.2747259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2747658Z with 2022-09-27T16:36:49.2747809Z [ 2022-09-27T16:36:49.2747996Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:49.2748174Z ] 2022-09-27T16:36:49.2748626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2749096Z with 2022-09-27T16:36:49.2749234Z [ 2022-09-27T16:36:49.2749419Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:49.2749597Z ] 2022-09-27T16:36:49.2750013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2750656Z 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-09-27T16:36:49.2751027Z with 2022-09-27T16:36:49.2751168Z [ 2022-09-27T16:36:49.2751355Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:49.2751534Z ] 2022-09-27T16:36:49.2751983Z 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-09-27T16:36:49.2752668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2753048Z with 2022-09-27T16:36:49.2753197Z [ 2022-09-27T16:36:49.2753370Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:49.2753551Z ] 2022-09-27T16:36:49.2753936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2754287Z with 2022-09-27T16:36:49.2754436Z [ 2022-09-27T16:36:49.2754692Z T=std::vector> 2022-09-27T16:36:49.2754943Z ] 2022-09-27T16:36:49.2755341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2755705Z with 2022-09-27T16:36:49.2755854Z [ 2022-09-27T16:36:49.2756121Z T=std::vector> 2022-09-27T16:36:49.2756364Z ] 2022-09-27T16:36:49.2756786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2757180Z with 2022-09-27T16:36:49.2757333Z [ 2022-09-27T16:36:49.2757603Z T=std::vector> 2022-09-27T16:36:49.2757848Z ] 2022-09-27T16:36:49.2758359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2758776Z with 2022-09-27T16:36:49.2758925Z [ 2022-09-27T16:36:49.2759195Z T=std::vector> 2022-09-27T16:36:49.2759443Z ] 2022-09-27T16:36:49.2760016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2760803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:49.2761585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2761970Z with 2022-09-27T16:36:49.2762113Z [ 2022-09-27T16:36:49.2762380Z T=std::vector> 2022-09-27T16:36:49.2762628Z ] 2022-09-27T16:36:49.2763011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2763366Z with 2022-09-27T16:36:49.2763515Z [ 2022-09-27T16:36:49.2763681Z T=torch::autograd::ViewInfo 2022-09-27T16:36:49.2763862Z ] 2022-09-27T16:36:49.2764263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2764627Z with 2022-09-27T16:36:49.2764776Z [ 2022-09-27T16:36:49.2764955Z T=torch::autograd::ViewInfo 2022-09-27T16:36:49.2765119Z ] 2022-09-27T16:36:49.2765551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2765947Z with 2022-09-27T16:36:49.2766096Z [ 2022-09-27T16:36:49.2766277Z T=torch::autograd::ViewInfo 2022-09-27T16:36:49.2766453Z ] 2022-09-27T16:36:49.2766901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2767322Z with 2022-09-27T16:36:49.2767471Z [ 2022-09-27T16:36:49.2767648Z T=torch::autograd::ViewInfo 2022-09-27T16:36:49.2767826Z ] 2022-09-27T16:36:49.2768242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2768890Z 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-09-27T16:36:49.2769535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2769914Z with 2022-09-27T16:36:49.2770125Z [ 2022-09-27T16:36:49.2770309Z T=torch::autograd::ViewInfo 2022-09-27T16:36:49.2770489Z ] 2022-09-27T16:36:49.2770879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2771218Z with 2022-09-27T16:36:49.2771370Z [ 2022-09-27T16:36:49.2771544Z T=c10::IValue 2022-09-27T16:36:49.2771707Z ] 2022-09-27T16:36:49.2772101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2772510Z with 2022-09-27T16:36:49.2772647Z [ 2022-09-27T16:36:49.2772809Z T=c10::IValue 2022-09-27T16:36:49.2772970Z ] 2022-09-27T16:36:49.2773398Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2773799Z with 2022-09-27T16:36:49.2773947Z [ 2022-09-27T16:36:49.2774097Z T=c10::IValue 2022-09-27T16:36:49.2774255Z ] 2022-09-27T16:36:49.2774711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2775128Z with 2022-09-27T16:36:49.2775277Z [ 2022-09-27T16:36:49.2775426Z T=c10::IValue 2022-09-27T16:36:49.2775583Z ] 2022-09-27T16:36:49.2775981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2776604Z 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-09-27T16:36:49.2777244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2777626Z with 2022-09-27T16:36:49.2777776Z [ 2022-09-27T16:36:49.2777923Z T=c10::IValue 2022-09-27T16:36:49.2778083Z ] 2022-09-27T16:36:49.2778461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2778812Z with 2022-09-27T16:36:49.2778961Z [ 2022-09-27T16:36:49.2779129Z T=c10::AliasInfo 2022-09-27T16:36:49.2779280Z ] 2022-09-27T16:36:49.2779677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2780036Z with 2022-09-27T16:36:49.2780186Z [ 2022-09-27T16:36:49.2780349Z T=c10::AliasInfo 2022-09-27T16:36:49.2780499Z ] 2022-09-27T16:36:49.2780930Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2781323Z with 2022-09-27T16:36:49.2781472Z [ 2022-09-27T16:36:49.2781636Z T=c10::AliasInfo 2022-09-27T16:36:49.2781797Z ] 2022-09-27T16:36:49.2782291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2782716Z with 2022-09-27T16:36:49.2782863Z [ 2022-09-27T16:36:49.2783028Z T=c10::AliasInfo 2022-09-27T16:36:49.2783190Z ] 2022-09-27T16:36:49.2783588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2784217Z 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-09-27T16:36:49.2784902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2785281Z with 2022-09-27T16:36:49.2785433Z [ 2022-09-27T16:36:49.2785598Z T=c10::AliasInfo 2022-09-27T16:36:49.2785764Z ] 2022-09-27T16:36:49.2786146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2786487Z with 2022-09-27T16:36:49.2786635Z [ 2022-09-27T16:36:49.2786857Z T=c10::either 2022-09-27T16:36:49.2787071Z ] 2022-09-27T16:36:49.2787463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2787828Z with 2022-09-27T16:36:49.2787964Z [ 2022-09-27T16:36:49.2788185Z T=c10::either 2022-09-27T16:36:49.2788390Z ] 2022-09-27T16:36:49.2788823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2789221Z with 2022-09-27T16:36:49.2789369Z [ 2022-09-27T16:36:49.2789575Z T=c10::either 2022-09-27T16:36:49.2789780Z ] 2022-09-27T16:36:49.2790237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2790660Z with 2022-09-27T16:36:49.2790809Z [ 2022-09-27T16:36:49.2791030Z T=c10::either 2022-09-27T16:36:49.2791223Z ] 2022-09-27T16:36:49.2791661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2792381Z 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-09-27T16:36:49.2793083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2793465Z with 2022-09-27T16:36:49.2793616Z [ 2022-09-27T16:36:49.2793893Z T=c10::either 2022-09-27T16:36:49.2794109Z ] 2022-09-27T16:36:49.2794475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2794827Z with 2022-09-27T16:36:49.2794978Z [ 2022-09-27T16:36:49.2795151Z T=at::StepCallbacks 2022-09-27T16:36:49.2795324Z ] 2022-09-27T16:36:49.2795705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2796074Z with 2022-09-27T16:36:49.2796277Z [ 2022-09-27T16:36:49.2796449Z T=at::StepCallbacks 2022-09-27T16:36:49.2796619Z ] 2022-09-27T16:36:49.2797056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2797453Z with 2022-09-27T16:36:49.2797591Z [ 2022-09-27T16:36:49.2797761Z T=at::StepCallbacks 2022-09-27T16:36:49.2797931Z ] 2022-09-27T16:36:49.2798388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2798812Z with 2022-09-27T16:36:49.2798950Z [ 2022-09-27T16:36:49.2799127Z T=at::StepCallbacks 2022-09-27T16:36:49.2799297Z ] 2022-09-27T16:36:49.2799784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2800439Z 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-09-27T16:36:49.2801082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2801454Z with 2022-09-27T16:36:49.2801591Z [ 2022-09-27T16:36:49.2801765Z T=at::StepCallbacks 2022-09-27T16:36:49.2801937Z ] 2022-09-27T16:36:49.2802319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2802674Z with 2022-09-27T16:36:49.2802821Z [ 2022-09-27T16:36:49.2802975Z T=c10::DimVector 2022-09-27T16:36:49.2803138Z ] 2022-09-27T16:36:49.2803535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2803899Z with 2022-09-27T16:36:49.2804047Z [ 2022-09-27T16:36:49.2804209Z T=c10::DimVector 2022-09-27T16:36:49.2804363Z ] 2022-09-27T16:36:49.2804794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2805191Z with 2022-09-27T16:36:49.2805342Z [ 2022-09-27T16:36:49.2805503Z T=c10::DimVector 2022-09-27T16:36:49.2805655Z ] 2022-09-27T16:36:49.2806179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2806608Z with 2022-09-27T16:36:49.2806760Z [ 2022-09-27T16:36:49.2806925Z T=c10::DimVector 2022-09-27T16:36:49.2807086Z ] 2022-09-27T16:36:49.2807474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2808107Z 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-09-27T16:36:49.2808804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2809183Z with 2022-09-27T16:36:49.2809336Z [ 2022-09-27T16:36:49.2809504Z T=c10::DimVector 2022-09-27T16:36:49.2809667Z ] 2022-09-27T16:36:49.2810036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2810386Z with 2022-09-27T16:36:49.2810535Z [ 2022-09-27T16:36:49.2810725Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:49.2810903Z ] 2022-09-27T16:36:49.2811298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2811650Z with 2022-09-27T16:36:49.2811801Z [ 2022-09-27T16:36:49.2811981Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:49.2812160Z ] 2022-09-27T16:36:49.2812592Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2812991Z with 2022-09-27T16:36:49.2813128Z [ 2022-09-27T16:36:49.2813310Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:49.2813488Z ] 2022-09-27T16:36:49.2813946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2814375Z with 2022-09-27T16:36:49.2814523Z [ 2022-09-27T16:36:49.2814693Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:49.2814871Z ] 2022-09-27T16:36:49.2815289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2815956Z 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-09-27T16:36:49.2816619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2817001Z with 2022-09-27T16:36:49.2817153Z [ 2022-09-27T16:36:49.2817324Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:49.2817504Z ] 2022-09-27T16:36:49.2817946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2818299Z with 2022-09-27T16:36:49.2818448Z [ 2022-09-27T16:36:49.2818673Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:49.2818873Z ] 2022-09-27T16:36:49.2819270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2819635Z with 2022-09-27T16:36:49.2819786Z [ 2022-09-27T16:36:49.2820008Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:49.2820204Z ] 2022-09-27T16:36:49.2821118Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2821523Z with 2022-09-27T16:36:49.2821673Z [ 2022-09-27T16:36:49.2821897Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:49.2822105Z ] 2022-09-27T16:36:49.2822562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2822976Z with 2022-09-27T16:36:49.2823127Z [ 2022-09-27T16:36:49.2823351Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:49.2823560Z ] 2022-09-27T16:36:49.2824005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2824739Z 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-09-27T16:36:49.2825436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2825818Z with 2022-09-27T16:36:49.2825958Z [ 2022-09-27T16:36:49.2826184Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:49.2826394Z ] 2022-09-27T16:36:49.2826774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2827225Z with 2022-09-27T16:36:49.2827363Z [ 2022-09-27T16:36:49.2827564Z T=std::tuple 2022-09-27T16:36:49.2827756Z ] 2022-09-27T16:36:49.2828155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2828514Z with 2022-09-27T16:36:49.2828661Z [ 2022-09-27T16:36:49.2828847Z T=std::tuple 2022-09-27T16:36:49.2829033Z ] 2022-09-27T16:36:49.2829465Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2829861Z with 2022-09-27T16:36:49.2830011Z [ 2022-09-27T16:36:49.2830208Z T=std::tuple 2022-09-27T16:36:49.2830387Z ] 2022-09-27T16:36:49.2830928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2831347Z with 2022-09-27T16:36:49.2831497Z [ 2022-09-27T16:36:49.2831698Z T=std::tuple 2022-09-27T16:36:49.2831887Z ] 2022-09-27T16:36:49.2832299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2832981Z 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-09-27T16:36:49.2833707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2834086Z with 2022-09-27T16:36:49.2834238Z [ 2022-09-27T16:36:49.2834436Z T=std::tuple 2022-09-27T16:36:49.2834624Z ] 2022-09-27T16:36:49.2834991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2835344Z with 2022-09-27T16:36:49.2835493Z [ 2022-09-27T16:36:49.2835671Z T=torch::jit::SourceRange 2022-09-27T16:36:49.2835852Z ] 2022-09-27T16:36:49.2836245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2836599Z with 2022-09-27T16:36:49.2836748Z [ 2022-09-27T16:36:49.2836925Z T=torch::jit::SourceRange 2022-09-27T16:36:49.2837102Z ] 2022-09-27T16:36:49.2837532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2837931Z with 2022-09-27T16:36:49.2838069Z [ 2022-09-27T16:36:49.2838248Z T=torch::jit::SourceRange 2022-09-27T16:36:49.2838420Z ] 2022-09-27T16:36:49.2838878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2839299Z with 2022-09-27T16:36:49.2839450Z [ 2022-09-27T16:36:49.2839696Z T=torch::jit::SourceRange 2022-09-27T16:36:49.2839868Z ] 2022-09-27T16:36:49.2840281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2840945Z 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-09-27T16:36:49.2841610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2841992Z with 2022-09-27T16:36:49.2842143Z [ 2022-09-27T16:36:49.2842309Z T=torch::jit::SourceRange 2022-09-27T16:36:49.2842559Z ] 2022-09-27T16:36:49.2842943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2843300Z with 2022-09-27T16:36:49.2843450Z [ 2022-09-27T16:36:49.2843644Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:49.2843823Z ] 2022-09-27T16:36:49.2844214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2844573Z with 2022-09-27T16:36:49.2844726Z [ 2022-09-27T16:36:49.2844969Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:49.2845146Z ] 2022-09-27T16:36:49.2845579Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2845973Z with 2022-09-27T16:36:49.2846123Z [ 2022-09-27T16:36:49.2846315Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:49.2846503Z ] 2022-09-27T16:36:49.2846949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2847370Z with 2022-09-27T16:36:49.2847521Z [ 2022-09-27T16:36:49.2847716Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:49.2847904Z ] 2022-09-27T16:36:49.2848335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2849013Z 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-09-27T16:36:49.2849672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2850044Z with 2022-09-27T16:36:49.2850205Z [ 2022-09-27T16:36:49.2850412Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:49.2850611Z ] 2022-09-27T16:36:49.2851001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2851362Z with 2022-09-27T16:36:49.2851508Z [ 2022-09-27T16:36:49.2851716Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:49.2851907Z ] 2022-09-27T16:36:49.2852312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2852683Z with 2022-09-27T16:36:49.2852825Z [ 2022-09-27T16:36:49.2853024Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:49.2853221Z ] 2022-09-27T16:36:49.2853665Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2854075Z with 2022-09-27T16:36:49.2854233Z [ 2022-09-27T16:36:49.2854417Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:49.2854615Z ] 2022-09-27T16:36:49.2855130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2855563Z with 2022-09-27T16:36:49.2855726Z [ 2022-09-27T16:36:49.2855927Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:49.2856107Z ] 2022-09-27T16:36:49.2856543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2857222Z 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-09-27T16:36:49.2857935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2858330Z with 2022-09-27T16:36:49.2858490Z [ 2022-09-27T16:36:49.2858691Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:49.2858871Z ] 2022-09-27T16:36:49.2859261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2859626Z with 2022-09-27T16:36:49.2859789Z [ 2022-09-27T16:36:49.2859973Z T=torch::jit::ScopePtr 2022-09-27T16:36:49.2860155Z ] 2022-09-27T16:36:49.2860542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2860917Z with 2022-09-27T16:36:49.2861077Z [ 2022-09-27T16:36:49.2861261Z T=torch::jit::ScopePtr 2022-09-27T16:36:49.2861440Z ] 2022-09-27T16:36:49.2861881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2862272Z with 2022-09-27T16:36:49.2862433Z [ 2022-09-27T16:36:49.2862618Z T=torch::jit::ScopePtr 2022-09-27T16:36:49.2862795Z ] 2022-09-27T16:36:49.2863262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2863691Z with 2022-09-27T16:36:49.2863834Z [ 2022-09-27T16:36:49.2864018Z T=torch::jit::ScopePtr 2022-09-27T16:36:49.2864202Z ] 2022-09-27T16:36:49.2864623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2865272Z 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-09-27T16:36:49.2865920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2866307Z with 2022-09-27T16:36:49.2866451Z [ 2022-09-27T16:36:49.2866636Z T=torch::jit::ScopePtr 2022-09-27T16:36:49.2866815Z ] 2022-09-27T16:36:49.2867613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2867994Z with 2022-09-27T16:36:49.2868158Z [ 2022-09-27T16:36:49.2868331Z T=at::ThreadLocalState 2022-09-27T16:36:49.2868516Z ] 2022-09-27T16:36:49.2868926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2869302Z with 2022-09-27T16:36:49.2869461Z [ 2022-09-27T16:36:49.2869628Z T=at::ThreadLocalState 2022-09-27T16:36:49.2869856Z ] 2022-09-27T16:36:49.2870300Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2870709Z with 2022-09-27T16:36:49.2870868Z [ 2022-09-27T16:36:49.2871053Z T=at::ThreadLocalState 2022-09-27T16:36:49.2871222Z ] 2022-09-27T16:36:49.2871687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2872123Z with 2022-09-27T16:36:49.2872284Z [ 2022-09-27T16:36:49.2872469Z T=at::ThreadLocalState 2022-09-27T16:36:49.2872652Z ] 2022-09-27T16:36:49.2873061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2873739Z 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-09-27T16:36:49.2874404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2874800Z with 2022-09-27T16:36:49.2874961Z [ 2022-09-27T16:36:49.2875149Z T=at::ThreadLocalState 2022-09-27T16:36:49.2875333Z ] 2022-09-27T16:36:49.2875708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2876072Z with 2022-09-27T16:36:49.2876229Z [ 2022-09-27T16:36:49.2876434Z T=std::shared_ptr 2022-09-27T16:36:49.2876631Z ] 2022-09-27T16:36:49.2877040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2877398Z with 2022-09-27T16:36:49.2877558Z [ 2022-09-27T16:36:49.2877760Z T=std::shared_ptr 2022-09-27T16:36:49.2877956Z ] 2022-09-27T16:36:49.2878396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2878799Z with 2022-09-27T16:36:49.2878944Z [ 2022-09-27T16:36:49.2879147Z T=std::shared_ptr 2022-09-27T16:36:49.2879340Z ] 2022-09-27T16:36:49.2880196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2880640Z with 2022-09-27T16:36:49.2880800Z [ 2022-09-27T16:36:49.2880990Z T=std::shared_ptr 2022-09-27T16:36:49.2881186Z ] 2022-09-27T16:36:49.2881619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2882285Z 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-09-27T16:36:49.2883024Z 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-09-27T16:36:49.2883707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2884117Z with 2022-09-27T16:36:49.2884279Z [ 2022-09-27T16:36:49.2884469Z T=std::shared_ptr 2022-09-27T16:36:49.2884666Z ] 2022-09-27T16:36:49.2885125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2885526Z with 2022-09-27T16:36:49.2885688Z [ 2022-09-27T16:36:49.2885882Z T=torch::jit::GraphExecutor 2022-09-27T16:36:49.2886054Z ] 2022-09-27T16:36:49.2886458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2886837Z with 2022-09-27T16:36:49.2886998Z [ 2022-09-27T16:36:49.2887187Z T=torch::jit::GraphExecutor 2022-09-27T16:36:49.2887357Z ] 2022-09-27T16:36:49.2887805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2888215Z with 2022-09-27T16:36:49.2888373Z [ 2022-09-27T16:36:49.2888562Z T=torch::jit::GraphExecutor 2022-09-27T16:36:49.2888748Z ] 2022-09-27T16:36:49.2889202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2889644Z with 2022-09-27T16:36:49.2889801Z [ 2022-09-27T16:36:49.2889992Z T=torch::jit::GraphExecutor 2022-09-27T16:36:49.2890178Z ] 2022-09-27T16:36:49.2890607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2891264Z 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-09-27T16:36:49.2892251Z 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-09-27T16:36:49.2892929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2893328Z with 2022-09-27T16:36:49.2893492Z [ 2022-09-27T16:36:49.2893686Z T=torch::jit::GraphExecutor 2022-09-27T16:36:49.2893877Z ] 2022-09-27T16:36:49.2894268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2894624Z with 2022-09-27T16:36:49.2894819Z [ 2022-09-27T16:36:49.2895002Z T=torch::jit::Method 2022-09-27T16:36:49.2895181Z ] 2022-09-27T16:36:49.2895590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2895964Z with 2022-09-27T16:36:49.2896106Z [ 2022-09-27T16:36:49.2896285Z T=torch::jit::Method 2022-09-27T16:36:49.2896463Z ] 2022-09-27T16:36:49.2896906Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2897310Z with 2022-09-27T16:36:49.2897468Z [ 2022-09-27T16:36:49.2897631Z T=torch::jit::Method 2022-09-27T16:36:49.2897808Z ] 2022-09-27T16:36:49.2898277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2898714Z with 2022-09-27T16:36:49.2898874Z [ 2022-09-27T16:36:49.2899056Z T=torch::jit::Method 2022-09-27T16:36:49.2899217Z ] 2022-09-27T16:36:49.2899634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2900275Z 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-09-27T16:36:49.2900927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2901321Z with 2022-09-27T16:36:49.2901480Z [ 2022-09-27T16:36:49.2901662Z T=torch::jit::Method 2022-09-27T16:36:49.2901823Z ] 2022-09-27T16:36:49.2902214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2902574Z with 2022-09-27T16:36:49.2902733Z [ 2022-09-27T16:36:49.2902958Z T=std::vector> 2022-09-27T16:36:49.2903158Z ] 2022-09-27T16:36:49.2903567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2903941Z with 2022-09-27T16:36:49.2904103Z [ 2022-09-27T16:36:49.2904328Z T=std::vector> 2022-09-27T16:36:49.2904543Z ] 2022-09-27T16:36:49.2905012Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2905420Z with 2022-09-27T16:36:49.2905580Z [ 2022-09-27T16:36:49.2905807Z T=std::vector> 2022-09-27T16:36:49.2906020Z ] 2022-09-27T16:36:49.2906485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2906915Z with 2022-09-27T16:36:49.2907058Z [ 2022-09-27T16:36:49.2907334Z T=std::vector> 2022-09-27T16:36:49.2907549Z ] 2022-09-27T16:36:49.2908006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2908718Z 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-09-27T16:36:49.2909405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2909795Z with 2022-09-27T16:36:49.2909940Z [ 2022-09-27T16:36:49.2910170Z T=std::vector> 2022-09-27T16:36:49.2910388Z ] 2022-09-27T16:36:49.2910782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2911143Z with 2022-09-27T16:36:49.2911305Z [ 2022-09-27T16:36:49.2911544Z T=std::function 2022-09-27T16:36:49.2911782Z ] 2022-09-27T16:36:49.2912192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2912562Z with 2022-09-27T16:36:49.2912722Z [ 2022-09-27T16:36:49.2912973Z T=std::function 2022-09-27T16:36:49.2913196Z ] 2022-09-27T16:36:49.2913643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2914044Z with 2022-09-27T16:36:49.2914205Z [ 2022-09-27T16:36:49.2914792Z T=std::function 2022-09-27T16:36:49.2915038Z ] 2022-09-27T16:36:49.2915510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2915925Z with 2022-09-27T16:36:49.2916086Z [ 2022-09-27T16:36:49.2916338Z T=std::function 2022-09-27T16:36:49.2916624Z ] 2022-09-27T16:36:49.2917172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2917949Z 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-09-27T16:36:49.2918669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2919062Z with 2022-09-27T16:36:49.2919207Z [ 2022-09-27T16:36:49.2919463Z T=std::function 2022-09-27T16:36:49.2919822Z ] 2022-09-27T16:36:49.2920217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2920573Z with 2022-09-27T16:36:49.2920736Z [ 2022-09-27T16:36:49.2920998Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:49.2921263Z ] 2022-09-27T16:36:49.2921670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2922049Z with 2022-09-27T16:36:49.2922207Z [ 2022-09-27T16:36:49.2922483Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:49.2922729Z ] 2022-09-27T16:36:49.2923168Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2923574Z with 2022-09-27T16:36:49.2923733Z [ 2022-09-27T16:36:49.2924009Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:49.2924268Z ] 2022-09-27T16:36:49.2924721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2925156Z with 2022-09-27T16:36:49.2925316Z [ 2022-09-27T16:36:49.2925591Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:49.2925855Z ] 2022-09-27T16:36:49.2926349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:49.2927179Z 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-09-27T16:36:49.2927926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2928301Z with 2022-09-27T16:36:49.2928462Z [ 2022-09-27T16:36:49.2928738Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:49.2929002Z ] 2022-09-27T16:36:49.2929441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2929806Z with 2022-09-27T16:36:49.2929950Z [ 2022-09-27T16:36:49.2930172Z T=std::vector> 2022-09-27T16:36:49.2930380Z ] 2022-09-27T16:36:49.2930787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2931164Z with 2022-09-27T16:36:49.2931325Z [ 2022-09-27T16:36:49.2931525Z T=std::vector> 2022-09-27T16:36:49.2931589Z ] 2022-09-27T16:36:49.2931946Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2932063Z with 2022-09-27T16:36:49.2932128Z [ 2022-09-27T16:36:49.2932257Z T=std::vector> 2022-09-27T16:36:49.2932320Z ] 2022-09-27T16:36:49.2932696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2932762Z with 2022-09-27T16:36:49.2932823Z [ 2022-09-27T16:36:49.2932946Z T=std::vector> 2022-09-27T16:36:49.2933008Z ] 2022-09-27T16:36:49.2933346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2933414Z with 2022-09-27T16:36:49.2933475Z [ 2022-09-27T16:36:49.2933530Z T=double 2022-09-27T16:36:49.2933596Z ] 2022-09-27T16:36:49.2933979Z 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-09-27T16:36:49.2934048Z with 2022-09-27T16:36:49.2934113Z [ 2022-09-27T16:36:49.2934184Z T=double 2022-09-27T16:36:49.2934246Z ] 2022-09-27T16:36:49.2934573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2934639Z with 2022-09-27T16:36:49.2934704Z [ 2022-09-27T16:36:49.2934827Z T=std::vector> 2022-09-27T16:36:49.2934890Z ] 2022-09-27T16:36:49.2935190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2935253Z with 2022-09-27T16:36:49.2935316Z [ 2022-09-27T16:36:49.2935412Z T=std::tuple 2022-09-27T16:36:49.2935475Z ] 2022-09-27T16:36:49.2935789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2935862Z with 2022-09-27T16:36:49.2935925Z [ 2022-09-27T16:36:49.2936035Z T=std::tuple 2022-09-27T16:36:49.2936097Z ] 2022-09-27T16:36:49.2936451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2936556Z with 2022-09-27T16:36:49.2936622Z [ 2022-09-27T16:36:49.2936729Z T=std::tuple 2022-09-27T16:36:49.2936790Z ] 2022-09-27T16:36:49.2937163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2937229Z with 2022-09-27T16:36:49.2937290Z [ 2022-09-27T16:36:49.2937398Z T=std::tuple 2022-09-27T16:36:49.2937443Z ] 2022-09-27T16:36:49.2937782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:49.2938199Z 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-09-27T16:36:49.2938525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2938585Z with 2022-09-27T16:36:49.2938647Z [ 2022-09-27T16:36:49.2938757Z T=std::tuple 2022-09-27T16:36:49.2938819Z ] 2022-09-27T16:36:49.2939111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2939182Z with 2022-09-27T16:36:49.2939244Z [ 2022-09-27T16:36:49.2939381Z T=std::vector> 2022-09-27T16:36:49.2939444Z ] 2022-09-27T16:36:49.2939753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:49.2939818Z with 2022-09-27T16:36:49.2939880Z [ 2022-09-27T16:36:49.2940013Z T=std::vector> 2022-09-27T16:36:49.2940075Z ] 2022-09-27T16:36:49.2940412Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:49.2940480Z with 2022-09-27T16:36:49.2940542Z [ 2022-09-27T16:36:49.2940677Z T=std::vector> 2022-09-27T16:36:49.2940740Z ] 2022-09-27T16:36:49.2941113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:49.2941180Z with 2022-09-27T16:36:49.2941242Z [ 2022-09-27T16:36:49.2941372Z T=std::vector> 2022-09-27T16:36:49.2941434Z ] 2022-09-27T16:36:49.2941790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:49.2942167Z 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-09-27T16:36:49.2942543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:49.2942613Z with 2022-09-27T16:36:49.2942676Z [ 2022-09-27T16:36:49.2942809Z T=std::vector> 2022-09-27T16:36:49.2942871Z ] 2022-09-27T16:36:49.2943126Z 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-09-27T16:36:49.2943371Z 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-09-27T16:36:49.2943664Z 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-09-27T16:36:49.7148491Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" open_registration_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:custom_device_extension.pyd 2022-09-27T16:36:49.7149201Z Creating library custom_device_extension.lib and object custom_device_extension.exp 2022-09-27T16:36:49.7167483Z Loading extension module custom_device_extension... 2022-09-27T16:36:49.7375439Z ok (13.954s) 2022-09-27T16:36:49.7375616Z 2022-09-27T16:36:49.7376220Z ---------------------------------------------------------------------- 2022-09-27T16:36:49.7376565Z Ran 1 test in 13.953s 2022-09-27T16:36:49.7376690Z 2022-09-27T16:36:49.7376755Z OK 2022-09-27T16:36:49.7376858Z 2022-09-27T16:36:49.7377010Z Generating XML reports... 2022-09-27T16:36:49.7430703Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20220927163635.xml 2022-09-27T16:36:50.0684729Z Running test_xnnpack_integration ... [2022-09-27 16:36:50.054177] 2022-09-27T16:36:50.0685247Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:50.054177] 2022-09-27T16:36:51.5092575Z 2022-09-27T16:36:51.5092941Z Running tests... 2022-09-27T16:36:51.5093289Z ---------------------------------------------------------------------- 2022-09-27T16:36:51.5093681Z Test results will be stored in test-reports\python-unittest\test_xnnpack_integration 2022-09-27T16:36:51.5113389Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:36:51.5139207Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:52.5973114Z test_conv2d (__main__.TestXNNPACKOps) ... ok (1.086s) 2022-09-27T16:36:54.3860772Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.781s) 2022-09-27T16:36:54.3877875Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.000s) 2022-09-27T16:36:54.4618952Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.079s) 2022-09-27T16:36:54.5920185Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.126s) 2022-09-27T16:36:55.8123387Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.222s) 2022-09-27T16:36:55.8188822Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.000s) 2022-09-27T16:36:58.0693388Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.252s) 2022-09-27T16:37:00.9020430Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.831s) 2022-09-27T16:37:00.9055152Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.016s) 2022-09-27T16:37:00.9055501Z 2022-09-27T16:37:00.9055661Z ---------------------------------------------------------------------- 2022-09-27T16:37:00.9056010Z Ran 12 tests in 9.406s 2022-09-27T16:37:00.9056129Z 2022-09-27T16:37:00.9056208Z OK (skipped=5) 2022-09-27T16:37:00.9056317Z 2022-09-27T16:37:00.9056404Z Generating XML reports... 2022-09-27T16:37:00.9121735Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKOps-20220927163651.xml 2022-09-27T16:37:00.9134930Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKRewritePass-20220927163651.xml 2022-09-27T16:37:00.9144132Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKSerDes-20220927163651.xml 2022-09-27T16:37:00.9151386Z Generated XML report: test-reports\python-unittest\test_xnnpack_integration\TEST-TestXNNPACKConv1dTransformPass-20220927163651.xml 2022-09-27T16:37:01.2699684Z Running test_stateless ... [2022-09-27 16:37:01.261606] 2022-09-27T16:37:01.2700178Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:01.261606] 2022-09-27T16:37:03.0552420Z 2022-09-27T16:37:03.0552856Z Running tests... 2022-09-27T16:37:03.0553208Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-09-27T16:37:03.0553554Z ---------------------------------------------------------------------- 2022-09-27T16:37:09.0093504Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (5.957s) 2022-09-27T16:37:10.3292622Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.315s) 2022-09-27T16:37:10.3342582Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.016s) 2022-09-27T16:37:10.3382410Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-09-27T16:37:10.3401264Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-09-27T16:37:10.3407476Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:37:10.3429543Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-09-27T16:37:10.4127399Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.078s) 2022-09-27T16:37:11.0479187Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.634s) 2022-09-27T16:37:11.0526663Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-09-27T16:37:11.0547703Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-09-27T16:37:11.0547962Z 2022-09-27T16:37:11.0548197Z ---------------------------------------------------------------------- 2022-09-27T16:37:11.0548454Z Ran 11 tests in 8.000s 2022-09-27T16:37:11.0548569Z 2022-09-27T16:37:11.0548639Z OK (skipped=1) 2022-09-27T16:37:11.0548745Z 2022-09-27T16:37:11.0548831Z Generating XML reports... 2022-09-27T16:37:11.0603758Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20220927163703.xml 2022-09-27T16:37:11.0779015Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20220927163703.xml 2022-09-27T16:37:11.0792947Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20220927163703.xml 2022-09-27T16:37:11.3709587Z Running test_ao_sparsity ... [2022-09-27 16:37:11.360662] 2022-09-27T16:37:11.3710054Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:11.360662] 2022-09-27T16:37:12.8422901Z 2022-09-27T16:37:12.8423239Z Running tests... 2022-09-27T16:37:12.8423587Z ---------------------------------------------------------------------- 2022-09-27T16:37:12.8423954Z Test results will be stored in test-reports\python-unittest\test_ao_sparsity 2022-09-27T16:37:12.8452344Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-09-27T16:37:13.1798325Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-09-27 16:37:13,177 - numba.cuda.cudadrv.driver - INFO - init 2022-09-27T16:37:13.1867437Z 2022-09-27 16:37:13,177 - numba.cuda.cudadrv.driver - ERROR - Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-09-27T16:37:13.2863635Z ok (0.447s) 2022-09-27T16:37:13.2876422Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-09-27T16:37:13.2899701Z Checks if the warning is thrown if the scheduler step is called ... ok (0.000s) 2022-09-27T16:37:13.2984680Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.010s) 2022-09-27T16:37:13.3044761Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.000s) 2022-09-27T16:37:13.3174249Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.016s) 2022-09-27T16:37:13.3263359Z 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-09-27T16:37:13.3264051Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:37:13.3485096Z ok (0.026s) 2022-09-27T16:37:13.3724594Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.016s) 2022-09-27T16:37:13.3949786Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.016s) 2022-09-27T16:37:13.3993496Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-09-27T16:37:13.4123234Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-09-27T16:37:13.4175460Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.000s) 2022-09-27T16:37:13.4320462Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-09-27T16:37:13.4370137Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-09-27T16:37:13.4510211Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.000s) 2022-09-27T16:37:13.4603214Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-09-27T16:37:13.4640598Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-09-27T16:37:13.4668110Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-09-27T16:37:13.4704981Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.016s) 2022-09-27T16:37:13.4739507Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-09-27T16:37:13.4774406Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-09-27T16:37:13.4805172Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-09-27T16:37:13.4868142Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.016s) 2022-09-27T16:37:13.4889601Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.000s) 2022-09-27T16:37:13.4941240Z 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-09-27T16:37:13.4941823Z warnings.warn( 2022-09-27T16:37:13.8550138Z ok (0.368s) 2022-09-27T16:37:14.1878523Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.327s) 2022-09-27T16:37:14.5143534Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.328s) 2022-09-27T16:37:14.5238761Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.016s) 2022-09-27T16:37:14.8523210Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.321s) 2022-09-27T16:37:15.1952783Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.342s) 2022-09-27T16:37:15.2064618Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.016s) 2022-09-27T16:37:15.3196355Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.104s) 2022-09-27T16:37:15.3224108Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.016s) 2022-09-27T16:37:15.3293754Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.000s) 2022-09-27T16:37:15.3321654Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.000s) 2022-09-27T16:37:15.3339912Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:37:15.7429115Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.421s) 2022-09-27T16:37:15.7447335Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:37:16.0894780Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.332s) 2022-09-27T16:37:16.0911063Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:37:16.4373178Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.350s) 2022-09-27T16:37:16.4389943Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:37:16.4656384Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.032s) 2022-09-27T16:37:16.4673003Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:37:16.8500180Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.380s) 2022-09-27T16:37:16.8522383Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.000s) 2022-09-27T16:37:16.8550985Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.016s) 2022-09-27T16:37:16.8571639Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.000s) 2022-09-27T16:37:17.4175991Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.556s) 2022-09-27T16:37:17.6098674Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.195s) 2022-09-27T16:37:17.8777283Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.271s) 2022-09-27T16:37:18.1661780Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.291s) 2022-09-27T16:37:18.4482498Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.281s) 2022-09-27T16:37:18.4510797Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:37:18.4638006Z The expectation is post_training_sparse_quantize function ... ok (0.016s) 2022-09-27T16:37:18.4659296Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:37:18.4734503Z The expectation is post_training_sparse_quantize function ... ok (0.010s) 2022-09-27T16:37:18.4756755Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-09-27 16:37:18,472 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:37:18.4802631Z 2022-09-27 16:37:18,472 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:37:18.4808901Z ok (0.000s) 2022-09-27T16:37:18.4851824Z 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-09-27T16:37:18.4852446Z warnings.warn( 2022-09-27T16:37:18.5470002Z ok (0.073s) 2022-09-27T16:37:18.6364952Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.088s) 2022-09-27T16:37:18.6386194Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.000s) 2022-09-27T16:37:18.6406233Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... 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-09-27T16:37:18.6407303Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-09-27T16:37:18.6407702Z ok (0.000s) 2022-09-27T16:37:18.6415049Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-09-27T16:37:18.6451900Z Checks if the warning is thrown if the scheduler step is called ... ok (0.010s) 2022-09-27T16:37:18.6471711Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.000s) 2022-09-27T16:37:18.6480690Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6528408Z Tests that fqn_to_module operates as inverse ... ok (0.000s) 2022-09-27T16:37:18.6532924Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6551813Z Tests that fqn_to_module returns None when it tries to ... ok (0.000s) 2022-09-27T16:37:18.6559755Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6611227Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.016s) 2022-09-27T16:37:18.6620742Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6667517Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.000s) 2022-09-27T16:37:18.6673726Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6700801Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.000s) 2022-09-27T16:37:18.6706598Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6737716Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.000s) 2022-09-27T16:37:18.6742292Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6764527Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.016s) 2022-09-27T16:37:18.6768678Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:37:18.6788754Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.000s) 2022-09-27T16:37:18.6809084Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-09-27T16:37:18.6832799Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-09-27T16:37:18.6852668Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-09-27T16:37:18.7187927Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.031s) 2022-09-27T16:37:18.9453870Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.238s) 2022-09-27T16:37:18.9531058Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.000s) 2022-09-27T16:37:18.9531392Z 2022-09-27T16:37:18.9531713Z ---------------------------------------------------------------------- 2022-09-27T16:37:18.9532067Z Ran 70 tests in 6.109s 2022-09-27T16:37:18.9532181Z 2022-09-27T16:37:18.9532238Z OK 2022-09-27T16:37:18.9532327Z 2022-09-27T16:37:18.9532415Z Generating XML reports... 2022-09-27T16:37:18.9591605Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927163712.xml 2022-09-27T16:37:18.9773613Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927163712.xml 2022-09-27T16:37:18.9783071Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927163712.xml 2022-09-27T16:37:18.9796217Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_pruner.TestBasePruner-20220927163712.xml 2022-09-27T16:37:18.9808576Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927163712.xml 2022-09-27T16:37:18.9820541Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestComposability-20220927163712.xml 2022-09-27T16:37:18.9829441Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927163712.xml 2022-09-27T16:37:18.9844783Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_composability.TestFxComposability-20220927163712.xml 2022-09-27T16:37:18.9854912Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927163712.xml 2022-09-27T16:37:18.9863039Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927163712.xml 2022-09-27T16:37:18.9871346Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927163712.xml 2022-09-27T16:37:18.9896504Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927163712.xml 2022-09-27T16:37:18.9903951Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927163712.xml 2022-09-27T16:37:18.9913344Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_scheduler.TestScheduler-20220927163712.xml 2022-09-27T16:37:18.9928121Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927163712.xml 2022-09-27T16:37:18.9938978Z Generated XML report: test-reports\python-unittest\test_ao_sparsity\TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927163712.xml 2022-09-27T16:37:19.3108579Z Running test_openmp ... [2022-09-27 16:37:19.308775] 2022-09-27T16:37:19.3109039Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:19.308775] 2022-09-27T16:37:20.7278340Z 2022-09-27T16:37:20.7278843Z Running tests... 2022-09-27T16:37:20.7279177Z ---------------------------------------------------------------------- 2022-09-27T16:37:20.7279541Z Test results will be stored in test-reports\python-unittest\test_openmp 2022-09-27T16:37:20.7283058Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:37:21.7408745Z Make sure there is no memory leak with many threads ... ok (1.012s) 2022-09-27T16:37:21.7412533Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:37:24.8353150Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.093s) 2022-09-27T16:37:24.8353385Z 2022-09-27T16:37:24.8353542Z ---------------------------------------------------------------------- 2022-09-27T16:37:24.8353792Z Ran 2 tests in 4.094s 2022-09-27T16:37:24.8353909Z 2022-09-27T16:37:24.8353968Z OK 2022-09-27T16:37:24.8354060Z 2022-09-27T16:37:24.8356908Z Generating XML reports... 2022-09-27T16:37:24.8409798Z Generated XML report: test-reports\python-unittest\test_openmp\TEST-TestOpenMP_ParallelFor-20220927163720.xml 2022-09-27T16:37:25.1174368Z Running test_module_init ... [2022-09-27 16:37:25.103190] 2022-09-27T16:37:25.1175089Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:25.103190] 2022-09-27T16:37:26.8939358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:37:26.8939899Z warnings.warn(msg, FutureWarning) 2022-09-27T16:37:26.9144637Z 2022-09-27T16:37:26.9145195Z Running tests... 2022-09-27T16:37:26.9145574Z Test results will be stored in test-reports\python-unittest\test_module_init 2022-09-27T16:37:26.9145931Z ---------------------------------------------------------------------- 2022-09-27T16:37:26.9191368Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:26.9232904Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9268673Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9304661Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9339574Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9376028Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:26.9436957Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9496519Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9531930Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:26.9566603Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9602229Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9637035Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9672812Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:26.9707764Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9743012Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9777286Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9813925Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9849229Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:26.9885573Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9920318Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9955034Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:26.9991162Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0028297Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0064911Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0102516Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0140144Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0188887Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0235467Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0287159Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0334347Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0380807Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0427039Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0468066Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0509468Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0544111Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0579404Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0614109Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0662942Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0697478Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0732723Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0767600Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0802693Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0838524Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0873390Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0909039Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.0944126Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.0988106Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1031845Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1074265Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1122826Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.1165584Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1207324Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1250830Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.1293473Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1335493Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1378049Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1420589Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.1462199Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1497702Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1532234Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1567511Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.1601654Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1638260Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1674525Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1709960Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1744444Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.1779946Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1814119Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1849079Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1883482Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.1918052Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1958616Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.1993123Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2028224Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2062821Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.2097749Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2138551Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2179354Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2219757Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.2259332Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2294625Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2328981Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2364697Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.2399149Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2434266Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2468717Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2505815Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2542496Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.2579728Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2616451Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2650434Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2686205Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.2720347Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2754637Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2804383Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2848832Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.2894220Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2939126Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.2974281Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3008968Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.3050387Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3091365Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3125885Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3161517Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.3195472Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3229655Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3264958Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3298881Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3334533Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.3368781Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3403800Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3438222Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3472338Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.3507325Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3541084Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3575981Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3624908Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3668788Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3712100Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3755427Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3799323Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.3842600Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3877033Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3912371Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.3947033Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.3981272Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4016665Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4051153Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4086420Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4121217Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.4166158Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4210581Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4255695Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4301526Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.4350856Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4391783Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4432415Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... 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-09-27T16:37:27.4433153Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:37:27.4444058Z ok (0.016s) 2022-09-27T16:37:27.4492561Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4540839Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4590001Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.4637604Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4685841Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4741489Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.4787280Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4833407Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4879119Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.4925602Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.4970893Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5016739Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5062887Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.5118644Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5164120Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5210581Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.5256022Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.001s) 2022-09-27T16:37:27.5304574Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5352575Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5400942Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.5458755Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5506910Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5555116Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.5599826Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5645171Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5680017Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5715646Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.5757047Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5798888Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5833407Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5868808Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.5903241Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5937991Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.5972368Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6016185Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.6050782Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6085237Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6120588Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6154933Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6190515Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.6224972Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6259876Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6294102Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6328692Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.6364133Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6398620Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6433961Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6468338Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6504068Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.6538622Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6573944Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6608242Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6643261Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.6678084Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6712386Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6747418Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6781422Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6817117Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.6851378Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6888732Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6925096Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.6966473Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.7003736Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7053819Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7106903Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7144252Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.7180417Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7220434Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7259969Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7299582Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-09-27T16:37:27.7335375Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7370113Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7404807Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7443297Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.7478415Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7513769Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7548278Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7583465Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7620314Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.7654979Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7690603Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7737054Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7787137Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-09-27T16:37:27.7838187Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7882583Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.7928125Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.7973041Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8018817Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8064769Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8103163Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-09-27T16:37:27.8138606Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8173664Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8208756Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8244624Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8282876Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.8318913Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:37:27.8353459Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8388817Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8423265Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8458068Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.8493229Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8527566Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8562722Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8597068Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8632515Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.8666699Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8707031Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8741237Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8775915Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.8811377Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8845818Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8880825Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8915475Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.8950593Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.8984744Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9019040Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9054328Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9088788Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.9123512Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9157646Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9192853Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9227905Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.9263089Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9297225Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9331725Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9367155Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9401675Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.9436664Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:37:27.9470810Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9505940Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9540104Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9587601Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9638948Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.9673514Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9708667Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9743022Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9778061Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:27.9812651Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9847456Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:27.9922462Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-09-27T16:37:27.9999720Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:28.0085711Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:28.0170254Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:28.0237334Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:28.0306376Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:28.0385562Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:28.0457291Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-09-27T16:37:28.7906275Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.742s) 2022-09-27T16:37:29.8280416Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (1.044s) 2022-09-27T16:37:29.8319899Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8356592Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8394061Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8429594Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8685557Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.033s) 2022-09-27T16:37:29.8723249Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8760812Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.8796764Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8832102Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8868603Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8903552Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.8939745Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.8974305Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9010020Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9044652Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9080458Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.9130164Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9179372Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9228335Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9277474Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.9326147Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9374790Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9432346Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.9480652Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9529923Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9579182Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.9628481Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9677140Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9725011Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.9772298Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9821364Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9870332Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:29.9927950Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:29.9985270Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0044669Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.0093101Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0141384Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0190068Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.0228942Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0266244Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0302361Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0338286Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0375603Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.0411205Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0451745Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0488771Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0527582Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.0564340Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0602794Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0640073Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0675664Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.0710989Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0745503Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0780530Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0815155Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0851410Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.0885910Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0920305Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0962124Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.0997623Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1045608Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1092837Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1128427Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1164387Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1208581Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1252986Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1296738Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1341498Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.001s) 2022-09-27T16:37:30.1385365Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1428259Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1475363Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1521896Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1562789Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1603709Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1641211Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1685656Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1720569Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1755238Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1793348Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1828874Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1864678Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1899316Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.1939881Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.1980255Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.2015364Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.2050890Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.2086261Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:37:30.2121756Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.2157199Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.2191725Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.000s) 2022-09-27T16:37:30.2192061Z 2022-09-27T16:37:30.2192677Z ---------------------------------------------------------------------- 2022-09-27T16:37:30.2193102Z Ran 376 tests in 3.313s 2022-09-27T16:37:30.2193286Z 2022-09-27T16:37:30.2193383Z OK 2022-09-27T16:37:30.2193536Z 2022-09-27T16:37:30.2193676Z Generating XML reports... 2022-09-27T16:37:30.3540215Z Generated XML report: test-reports\python-unittest\test_module_init\TEST-TestModuleInitCPU-20220927163726.xml 2022-09-27T16:37:30.6558128Z Running test_transformers ... [2022-09-27 16:37:30.652061] 2022-09-27T16:37:30.6558615Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:30.652061] 2022-09-27T16:37:32.4152663Z 2022-09-27T16:37:32.4153153Z Running tests... 2022-09-27T16:37:32.4153502Z ---------------------------------------------------------------------- 2022-09-27T16:37:32.4153860Z Test results will be stored in test-reports\python-unittest\test_transformers 2022-09-27T16:37:32.4239387Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.000s) 2022-09-27T16:37:32.4260276Z test_mask_check_fastpath (__main__.TestTransformers) 2022-09-27T16:37:32.4408149Z Test that fastpath is executed independently of the mask that is passed. ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:827: 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-09-27T16:37:32.4408854Z nested_tensor_return_value = torch.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-09-27T16:37:32.4475978Z ok (0.032s) 2022-09-27T16:37:32.4524155Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:32.4553932Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:32.4581257Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.0733047Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.602s) 2022-09-27T16:37:33.0773881Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.0811945Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.0837917Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.0865521Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.0892214Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.0928043Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.0964142Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1001231Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1025653Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1051412Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1077593Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.1103981Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1132482Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1159990Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1197633Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1237094Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.1276878Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1303814Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1332435Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1360267Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1397451Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.1435568Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1474218Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1499654Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1527344Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:33.1553494Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:33.1566926Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.000s) 2022-09-27T16:37:33.1934378Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-09-27T16:37:33.2288309Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-09-27T16:37:33.2661877Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.048s) 2022-09-27T16:37:33.3033885Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.032s) 2022-09-27T16:37:33.3363495Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.038s) 2022-09-27T16:37:33.3691075Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.034s) 2022-09-27T16:37:33.4071524Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-09-27T16:37:33.4450907Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.041s) 2022-09-27T16:37:33.4480848Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-09-27T16:37:33.4517253Z Test TransformerEncoder fastpath output matches slowpath output ... C:\actions-runner\_work\pytorch\pytorch\test\test_transformers.py:158: 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-09-27T16:37:33.4518240Z torch.tensor(pair[0], device=device, dtype=torch.float32), # float input 2022-09-27T16:37:33.9381327Z ok (0.494s) 2022-09-27T16:37:33.9433342Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-09-27T16:37:33.9512928Z 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-09-27T16:37:33.9513809Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T16:37:34.4414977Z ok (0.505s) 2022-09-27T16:37:34.4466751Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-09-27T16:37:35.0574012Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.607s) 2022-09-27T16:37:35.0625528Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-09-27T16:37:35.6725223Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.613s) 2022-09-27T16:37:35.6763717Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:37:35.6847441Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.016s) 2022-09-27T16:37:35.6885519Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:37:35.6966584Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.016s) 2022-09-27T16:37:35.7004521Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:37:35.7080064Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.010s) 2022-09-27T16:37:35.7117667Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T16:37:35.7193205Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.016s) 2022-09-27T16:37:35.7247071Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:35.7299163Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.000s) 2022-09-27T16:37:35.7350693Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.016s) 2022-09-27T16:37:35.7351199Z 2022-09-27T16:37:35.7351613Z ---------------------------------------------------------------------- 2022-09-27T16:37:35.7351995Z Ran 52 tests in 3.312s 2022-09-27T16:37:35.7352173Z 2022-09-27T16:37:35.7352280Z OK (skipped=2) 2022-09-27T16:37:35.7352444Z 2022-09-27T16:37:35.7352582Z Generating XML reports... 2022-09-27T16:37:35.7457278Z Generated XML report: test-reports\python-unittest\test_transformers\TEST-TestTransformers-20220927163732.xml 2022-09-27T16:37:36.0380997Z Running test_indexing ... [2022-09-27 16:37:36.033864] 2022-09-27T16:37:36.0381477Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:36.033864] 2022-09-27T16:37:37.8027877Z 2022-09-27T16:37:37.8028326Z Running tests... 2022-09-27T16:37:37.8028664Z ---------------------------------------------------------------------- 2022-09-27T16:37:37.8029018Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-09-27T16:37:38.4207296Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.618s) 2022-09-27T16:37:38.4228255Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4249669Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4272308Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4321343Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4347534Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4368732Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-09-27T16:37:38.4396546Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-09-27T16:37:38.4397181Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:37:38.4400281Z C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-09-27T16:37:38.4400860Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-09-27T16:37:38.4401095Z ok (0.000s) 2022-09-27T16:37:38.4433909Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4459968Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4483063Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4503614Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4516644Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-09-27T16:37:38.4528087Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4542109Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4573741Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4585271Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4599793Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4619882Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4650769Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.000s) 2022-09-27T16:37:38.4666175Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.5017111Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.047s) 2022-09-27T16:37:38.6609691Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.158s) 2022-09-27T16:37:38.6638298Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6655117Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6685265Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6699659Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6716920Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6738810Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:38.6761819Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6776247Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:38.6793952Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6811197Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6826488Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6855916Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6871451Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.6889180Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:37:38.6926414Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:38.7202417Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:38.7235412Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:38.8600939Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.128s) 2022-09-27T16:37:38.8638799Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:40.7983810Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.929s) 2022-09-27T16:37:40.8004847Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:40.8023606Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:40.8042715Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8060958Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8080862Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:40.8099779Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-09-27T16:37:40.8117797Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8135406Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8156602Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8196651Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8214470Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8232450Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8254757Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-09-27T16:37:40.8272589Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8289907Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8305318Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8320610Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8337950Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8350619Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:40.8363061Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8957390Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.064s) 2022-09-27T16:37:40.8976176Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.8993657Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9006709Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9025247Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9059825Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:40.9077905Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9100067Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9128651Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9140182Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9155125Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9174510Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9238991Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:40.9300356Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9364642Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:37:40.9419688Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9439342Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9462055Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.000s) 2022-09-27T16:37:40.9462418Z 2022-09-27T16:37:40.9462746Z ---------------------------------------------------------------------- 2022-09-27T16:37:40.9463131Z Ran 81 tests in 3.125s 2022-09-27T16:37:40.9463308Z 2022-09-27T16:37:40.9463416Z OK (skipped=5) 2022-09-27T16:37:40.9463582Z 2022-09-27T16:37:40.9463704Z Generating XML reports... 2022-09-27T16:37:40.9537670Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-NumpyTestsCPU-20220927163737.xml 2022-09-27T16:37:40.9594689Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-TestIndexingCPU-20220927163737.xml 2022-09-27T16:37:41.2638502Z Running test_mkl_verbose ... [2022-09-27 16:37:41.252708] 2022-09-27T16:37:41.2638976Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:41.252708] 2022-09-27T16:37:42.6640489Z 2022-09-27T16:37:42.6640813Z Running tests... 2022-09-27T16:37:42.6641138Z ---------------------------------------------------------------------- 2022-09-27T16:37:42.6641492Z Test results will be stored in test-reports\python-unittest\test_mkl_verbose 2022-09-27T16:37:44.3359804Z test_verbose_off (__main__.TestMKLVerbose) ... ok (1.667s) 2022-09-27T16:37:45.7586487Z test_verbose_on (__main__.TestMKLVerbose) ... ok (1.423s) 2022-09-27T16:37:45.7586707Z 2022-09-27T16:37:45.7586868Z ---------------------------------------------------------------------- 2022-09-27T16:37:45.7587102Z Ran 2 tests in 3.078s 2022-09-27T16:37:45.7587226Z 2022-09-27T16:37:45.7587284Z OK 2022-09-27T16:37:45.7587374Z 2022-09-27T16:37:45.7590919Z Generating XML reports... 2022-09-27T16:37:45.7639751Z Generated XML report: test-reports\python-unittest\test_mkl_verbose\TEST-TestMKLVerbose-20220927163742.xml 2022-09-27T16:37:46.0450076Z Running test_import_stats ... [2022-09-27 16:37:46.033379] 2022-09-27T16:37:46.0450513Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:46.033379] 2022-09-27T16:37:47.4451952Z 2022-09-27T16:37:47.4452291Z Running tests... 2022-09-27T16:37:47.4452619Z ---------------------------------------------------------------------- 2022-09-27T16:37:47.4452973Z Test results will be stored in test-reports\python-unittest\test_import_stats 2022-09-27T16:37:49.1002591Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.655s) 2022-09-27T16:37:50.4065522Z test_time_import_torch (__main__.TestImportTime) ... ok (1.302s) 2022-09-27T16:37:50.4065779Z 2022-09-27T16:37:50.4065940Z ---------------------------------------------------------------------- 2022-09-27T16:37:50.4066185Z Ran 2 tests in 2.953s 2022-09-27T16:37:50.4066300Z 2022-09-27T16:37:50.4066372Z OK 2022-09-27T16:37:50.4066462Z 2022-09-27T16:37:50.4066548Z Generating XML reports... 2022-09-27T16:37:50.4120777Z Generated XML report: test-reports\python-unittest\test_import_stats\TEST-TestImportTime-20220927163747.xml 2022-09-27T16:37:50.6976331Z Running test_datapipe ... [2022-09-27 16:37:50.692148] 2022-09-27T16:37:50.6976792Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:50.692148] 2022-09-27T16:37:52.1360433Z 2022-09-27T16:37:52.1360776Z Running tests... 2022-09-27T16:37:52.1361098Z ---------------------------------------------------------------------- 2022-09-27T16:37:52.1366208Z Test results will be stored in test-reports\python-unittest\test_datapipe 2022-09-27T16:37:52.1366626Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T16:37:52.1410839Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.010s) 2022-09-27T16:37:52.4974301Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T16:37:52.4975045Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-09-27T16:37:52.5035670Z ok (0.357s) 2022-09-27T16:37:52.5045282Z test_as_string (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5053986Z test_getitem (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5061626Z test_iter (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5066111Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5075679Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5084635Z test_reverse (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5093096Z test_sort (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T16:37:52.5100622Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T16:37:52.5107352Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T16:37:52.5117310Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T16:37:52.5122877Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T16:37:52.5128938Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.016s) 2022-09-27T16:37:52.5134117Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T16:37:52.5174961Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.5212866Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.5213391Z warnings.warn( 2022-09-27T16:37:52.5235066Z ok (0.000s) 2022-09-27T16:37:52.5276407Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.5362851Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.5363379Z warnings.warn( 2022-09-27T16:37:52.5370114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.5370546Z warnings.warn( 2022-09-27T16:37:52.5377974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.5378405Z warnings.warn( 2022-09-27T16:37:52.5387571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.5388006Z warnings.warn( 2022-09-27T16:37:52.5394910Z ok (0.026s) 2022-09-27T16:37:52.5476823Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.5617123Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-09-27T16:37:52.5647968Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.016s) 2022-09-27T16:37:52.5861941Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.016s) 2022-09-27T16:37:52.5886380Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.5886909Z warnings.warn( 2022-09-27T16:37:52.5928374Z ok (0.000s) 2022-09-27T16:37:52.6320564Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.047s) 2022-09-27T16:37:52.6353082Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.6372049Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-09-27T16:37:52.6466791Z test_serializable (__main__.TestFunctionalIterDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T16:37:52.6467449Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-09-27T16:37:52.6713644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T16:37:52.6714303Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-09-27T16:37:52.6856447Z ok (0.036s) 2022-09-27T16:37:52.6880681Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-09-27T16:37:52.7025164Z Only for DataPipes that take in a function as argument ... ok (0.016s) 2022-09-27T16:37:52.7098109Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.016s) 2022-09-27T16:37:52.7118877Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7175629Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7207694Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.016s) 2022-09-27T16:37:52.7246361Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7272332Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7289416Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.7313475Z warnings.warn( 2022-09-27T16:37:52.7313649Z ok (0.000s) 2022-09-27T16:37:52.7339862Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7444999Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.016s) 2022-09-27T16:37:52.7459136Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-09-27T16:37:52.7504988Z Only for DataPipes that take in a function as argument ... ok (0.010s) 2022-09-27T16:37:52.7560248Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7589034Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.000s) 2022-09-27T16:37:52.7604671Z test_simple_traverse (__main__.TestGraph) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.7605196Z warnings.warn( 2022-09-27T16:37:52.7608667Z ok (0.000s) 2022-09-27T16:37:52.7628914Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.016s) 2022-09-27T16:37:52.7665313Z test_traverse_forked (__main__.TestGraph) ... ok (0.000s) 2022-09-27T16:37:52.7682349Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-09-27T16:37:52.7696352Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.000s) 2022-09-27T16:37:52.7713697Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.000s) 2022-09-27T16:37:52.7725989Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-09-27T16:37:52.7748235Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-09-27T16:37:52.7763760Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-09-27T16:37:52.7782636Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.016s) 2022-09-27T16:37:52.7797021Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-09-27T16:37:52.7813339Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.000s) 2022-09-27T16:37:52.7832005Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.000s) 2022-09-27T16:37:52.7968422Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.016s) 2022-09-27T16:37:52.8009721Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T16:37:52.8010420Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-09-27T16:37:52.8027088Z ok (0.000s) 2022-09-27T16:37:52.8143905Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.016s) 2022-09-27T16:37:52.8156175Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T16:37:52.8178208Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.000s) 2022-09-27T16:37:52.8210897Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T16:37:52.8264018Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.010s) 2022-09-27T16:37:52.8270885Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T16:37:52.8299741Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.000s) 2022-09-27T16:37:52.8311701Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T16:37:52.8325237Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.000s) 2022-09-27T16:37:52.8337786Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T16:37:52.8368786Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.016s) 2022-09-27T16:37:52.8426085Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T16:37:52.8426922Z warnings.warn( 2022-09-27T16:37:52.8450982Z ok (0.010s) 2022-09-27T16:37:52.8559772Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.000s) 2022-09-27T16:37:52.8639779Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.016s) 2022-09-27T16:37:52.8696129Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.000s) 2022-09-27T16:37:52.8822357Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.016s) 2022-09-27T16:37:52.8926843Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.016s) 2022-09-27T16:37:52.9015872Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.000s) 2022-09-27T16:37:52.9023452Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-09-27T16:37:52.9030051Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-09-27T16:37:54.1527732Z test_old_dataloader (__main__.TestSharding) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:37:54.1528205Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:37:54.1530105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:37:54.1530515Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:37:54.1643015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:37:54.1643414Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:37:54.1646327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:37:54.1646733Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:37:54.6277124Z ok (1.735s) 2022-09-27T16:37:54.6303863Z test_sharding_length (__main__.TestSharding) ... ok (0.000s) 2022-09-27T16:37:54.6342395Z test_simple_sharding (__main__.TestSharding) ... ok (0.000s) 2022-09-27T16:37:54.6358924Z test_api (__main__.TestStreamWrapper) ... ok (0.000s) 2022-09-27T16:37:54.6370236Z test_dir (__main__.TestStreamWrapper) ... ok (0.010s) 2022-09-27T16:37:54.6390035Z test_pickle (__main__.TestStreamWrapper) ... ok (0.000s) 2022-09-27T16:37:54.6406278Z test_repr (__main__.TestStreamWrapper) ... ok (0.000s) 2022-09-27T16:37:54.6446782Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-09-27T16:37:54.6458465Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-09-27T16:37:54.6470007Z test_isinstance (__main__.TestTyping) ... ok (0.010s) 2022-09-27T16:37:54.6490122Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-09-27T16:37:54.6501721Z test_protocol (__main__.TestTyping) ... ok (0.000s) 2022-09-27T16:37:54.6514016Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-09-27T16:37:54.6528231Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-09-27T16:37:54.6548633Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.000s) 2022-09-27T16:37:54.6548914Z 2022-09-27T16:37:54.6549130Z ---------------------------------------------------------------------- 2022-09-27T16:37:54.6549393Z Ran 87 tests in 2.515s 2022-09-27T16:37:54.6549532Z 2022-09-27T16:37:54.6549604Z OK (skipped=16) 2022-09-27T16:37:54.6549716Z 2022-09-27T16:37:54.6549809Z Generating XML reports... 2022-09-27T16:37:54.6603764Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCircularSerialization-20220927163752.xml 2022-09-27T16:37:54.6620978Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataChunk-20220927163752.xml 2022-09-27T16:37:54.6643138Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalIterDataPipe-20220927163752.xml 2022-09-27T16:37:54.6655060Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestFunctionalMapDataPipe-20220927163752.xml 2022-09-27T16:37:54.6665849Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestGraph-20220927163752.xml 2022-09-27T16:37:54.6674946Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeCountSampleYielded-20220927163752.xml 2022-09-27T16:37:54.6684379Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeGraphFastForward-20220927163752.xml 2022-09-27T16:37:54.6694272Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterDataPipeSingletonConstraint-20220927163752.xml 2022-09-27T16:37:54.6705824Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestIterableDataPipeBasic-20220927163752.xml 2022-09-27T16:37:54.6713376Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSharding-20220927163752.xml 2022-09-27T16:37:54.6721679Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestStreamWrapper-20220927163752.xml 2022-09-27T16:37:54.6735179Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestTyping-20220927163752.xml 2022-09-27T16:37:54.6740941Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestCaptureDataFrame-20220927163752.xml 2022-09-27T16:37:54.6758049Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestDataFramesPipes-20220927163752.xml 2022-09-27T16:37:54.6765002Z Generated XML report: test-reports\python-unittest\test_datapipe\TEST-TestSerialization-20220927163752.xml 2022-09-27T16:37:54.9627347Z Running test_scatter_gather_ops ... [2022-09-27 16:37:54.946895] 2022-09-27T16:37:54.9627857Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:54.946895] 2022-09-27T16:37:56.7078634Z 2022-09-27T16:37:56.7078984Z Running tests... 2022-09-27T16:37:56.7079314Z ---------------------------------------------------------------------- 2022-09-27T16:37:56.7079693Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-09-27T16:37:56.7121886Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-09-27T16:37:56.7142184Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-09-27T16:37:56.7163021Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-09-27T16:37:56.7181496Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-09-27T16:37:56.7197951Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-09-27T16:37:56.7317112Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:56.7449827Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:56.7624227Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:56.7798740Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:56.7969179Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:56.9852542Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.191s) 2022-09-27T16:37:57.1757431Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.189s) 2022-09-27T16:37:57.3638596Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.190s) 2022-09-27T16:37:57.3798894Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.3958041Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.4117288Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.4318254Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.4520378Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:57.4717001Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.4743948Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.000s) 2022-09-27T16:37:57.4790896Z 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:1614.) 2022-09-27T16:37:57.4791579Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-09-27T16:37:57.5038928Z ok (0.031s) 2022-09-27T16:37:57.5322437Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:57.5621340Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-09-27T16:37:57.5915373Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.6210061Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.6493332Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:57.6776511Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:57.7059605Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:57.7350577Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:57.7636091Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:57.7934735Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:57.8221530Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:57.8556254Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:57.8853507Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:57.9150581Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:57.9439331Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-09-27T16:37:57.9725957Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.0009814Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:58.0300817Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.0584648Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:58.0860652Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.032s) 2022-09-27T16:37:58.1142064Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.1424227Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.027s) 2022-09-27T16:37:58.1704875Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.1980328Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.2254441Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:58.2522795Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.2790340Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.3059352Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.3326839Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.3595502Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.3867761Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.4133671Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:58.4411272Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.041s) 2022-09-27T16:37:58.4687235Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.020s) 2022-09-27T16:37:58.4963469Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.5235541Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.5507817Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.5773747Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:58.6039700Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.6304454Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.6569850Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.6835220Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.7107005Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.7382931Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.7657807Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.7932349Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.8204357Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:58.8476393Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.026s) 2022-09-27T16:37:58.8740270Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.9003939Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.9268809Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.016s) 2022-09-27T16:37:58.9532810Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.033s) 2022-09-27T16:37:58.9797319Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.031s) 2022-09-27T16:37:58.9797581Z 2022-09-27T16:37:58.9798081Z ---------------------------------------------------------------------- 2022-09-27T16:37:58.9798357Z Ran 74 tests in 2.281s 2022-09-27T16:37:58.9798474Z 2022-09-27T16:37:58.9798538Z OK 2022-09-27T16:37:58.9798630Z 2022-09-27T16:37:58.9798710Z Generating XML reports... 2022-09-27T16:37:58.9911252Z Generated XML report: test-reports\python-unittest\test_scatter_gather_ops\TEST-TestScatterGatherCPU-20220927163756.xml 2022-09-27T16:37:59.2651955Z Running test_logging ... [2022-09-27 16:37:59.261866] 2022-09-27T16:37:59.2652643Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:59.261866] 2022-09-27T16:38:00.6628099Z 2022-09-27T16:38:00.6628436Z Running tests... 2022-09-27T16:38:00.6628773Z ---------------------------------------------------------------------- 2022-09-27T16:38:00.6629108Z Test results will be stored in test-reports\python-unittest\test_logging 2022-09-27T16:38:00.6633501Z testApiUsage (__main__.LoggingTest) 2022-09-27T16:38:02.3812043Z This test verifies that api usage logging is not triggered via static ... ok (1.720s) 2022-09-27T16:38:02.3812283Z 2022-09-27T16:38:02.3812438Z ---------------------------------------------------------------------- 2022-09-27T16:38:02.3812668Z Ran 1 test in 1.719s 2022-09-27T16:38:02.3812789Z 2022-09-27T16:38:02.3813051Z OK 2022-09-27T16:38:02.3813143Z 2022-09-27T16:38:02.3813241Z Generating XML reports... 2022-09-27T16:38:02.3863017Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20220927163800.xml 2022-09-27T16:38:02.6641408Z Running test_mobile_optimizer ... [2022-09-27 16:38:02.660431] 2022-09-27T16:38:02.6641894Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:02.660431] 2022-09-27T16:38:04.1016737Z 2022-09-27T16:38:04.1017203Z Running tests... 2022-09-27T16:38:04.1017533Z ---------------------------------------------------------------------- 2022-09-27T16:38:04.1017901Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-09-27T16:38:05.0739164Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.964s) 2022-09-27T16:38:05.1075565Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.031s) 2022-09-27T16:38:05.1117487Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.000s) 2022-09-27T16:38:05.1125097Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.000s) 2022-09-27T16:38:05.5188804Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.409s) 2022-09-27T16:38:05.6113346Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.089s) 2022-09-27T16:38:05.6137782Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.000s) 2022-09-27T16:38:05.6138366Z 2022-09-27T16:38:05.6138686Z ---------------------------------------------------------------------- 2022-09-27T16:38:05.6139015Z Ran 7 tests in 1.500s 2022-09-27T16:38:05.6139138Z 2022-09-27T16:38:05.6139209Z OK (skipped=1) 2022-09-27T16:38:05.6139317Z 2022-09-27T16:38:05.6139405Z Generating XML reports... 2022-09-27T16:38:05.6200455Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20220927163804.xml 2022-09-27T16:38:05.9145130Z Running test_fake_tensor ... [2022-09-27 16:38:05.907309] 2022-09-27T16:38:05.9145636Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:05.907309] 2022-09-27T16:38:07.3501141Z 2022-09-27T16:38:07.3501480Z Running tests... 2022-09-27T16:38:07.3501813Z ---------------------------------------------------------------------- 2022-09-27T16:38:07.3502172Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-09-27T16:38:07.6974376Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.338s) 2022-09-27T16:38:07.7002074Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-09-27T16:38:07.7025614Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.016s) 2022-09-27T16:38:07.7046491Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-09-27T16:38:07.7071134Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-09-27T16:38:07.7089606Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-09-27T16:38:07.7103865Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-09-27T16:38:07.7120808Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7137321Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7149092Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7160917Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7191475Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.016s) 2022-09-27T16:38:07.7206052Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7225894Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7247409Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7262354Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.000s) 2022-09-27T16:38:07.7481277Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.016s) 2022-09-27T16:38:07.8434995Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.096s) 2022-09-27T16:38:08.4689377Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.632s) 2022-09-27T16:38:08.6119277Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.143s) 2022-09-27T16:38:08.6148309Z test_basic (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6176748Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6192532Z test_constructor (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6209869Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.016s) 2022-09-27T16:38:08.6237126Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6254545Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6314001Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6340025Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6355922Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6379670Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.016s) 2022-09-27T16:38:08.6389836Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6409971Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6415947Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6423067Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6439437Z test_mode (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6535420Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.016s) 2022-09-27T16:38:08.6543617Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6549954Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6555196Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6573481Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6594596Z test_randperm (__main__.FakeTensorTest) ... ok (0.000s) 2022-09-27T16:38:08.6600041Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6606924Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6613608Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6619902Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6626789Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T16:38:08.6627195Z 2022-09-27T16:38:08.6627570Z ---------------------------------------------------------------------- 2022-09-27T16:38:08.6627849Z Ran 46 tests in 1.297s 2022-09-27T16:38:08.6627970Z 2022-09-27T16:38:08.6628075Z OK (skipped=13, expected failures=1) 2022-09-27T16:38:08.6628211Z 2022-09-27T16:38:08.6628300Z Generating XML reports... 2022-09-27T16:38:08.6685066Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20220927163807.xml 2022-09-27T16:38:08.6709379Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20220927163807.xml 2022-09-27T16:38:08.6718105Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20220927163807.xml 2022-09-27T16:38:08.6748927Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20220927163807.xml 2022-09-27T16:38:08.9764290Z Running test_prims ... [2022-09-27 16:38:08.969424] 2022-09-27T16:38:08.9764735Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:08.969424] 2022-09-27T16:38:10.8028027Z 2022-09-27T16:38:10.8028605Z Running tests... 2022-09-27T16:38:10.8028956Z Test results will be stored in test-reports\python-unittest\test_prims 2022-09-27T16:38:10.8029295Z ---------------------------------------------------------------------- 2022-09-27T16:38:10.8062349Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:10.8083999Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:10.8099883Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.000s) 2022-09-27T16:38:10.8137632Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.016s) 2022-09-27T16:38:10.8233572Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.000s) 2022-09-27T16:38:11.6447185Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... ok (0.823s) 2022-09-27T16:38:11.9093983Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.269s) 2022-09-27T16:38:11.9124657Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:11.9141266Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:11.9252034Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.016s) 2022-09-27T16:38:11.9357397Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.016s) 2022-09-27T16:38:11.9383737Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:11.9408154Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:11.9661144Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.031s) 2022-09-27T16:38:12.0030514Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.031s) 2022-09-27T16:38:12.0048432Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0064131Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0079460Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0098445Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0117052Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0133307Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:38:12.0146459Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0164170Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0202039Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.000s) 2022-09-27T16:38:12.0217982Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0242755Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.000s) 2022-09-27T16:38:12.0258766Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0274462Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0292264Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:38:12.0309596Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0326805Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0344111Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0361193Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0378473Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0395711Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0412803Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:12.0453369Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.016s) 2022-09-27T16:38:12.0453665Z 2022-09-27T16:38:12.0453992Z ---------------------------------------------------------------------- 2022-09-27T16:38:12.0454367Z Ran 37 tests in 1.250s 2022-09-27T16:38:12.0454547Z 2022-09-27T16:38:12.0454656Z OK (skipped=25) 2022-09-27T16:38:12.0454825Z 2022-09-27T16:38:12.0454959Z Generating XML reports... 2022-09-27T16:38:12.0512189Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20220927163810.xml 2022-09-27T16:38:12.0549821Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsCPU-20220927163810.xml 2022-09-27T16:38:12.0561181Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestRefsCPU-20220927163810.xml 2022-09-27T16:38:12.0568514Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestDecompCPU-20220927163810.xml 2022-09-27T16:38:12.4722492Z Running test_python_dispatch ... [2022-09-27 16:38:12.471598] 2022-09-27T16:38:12.4722949Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:12.471598] 2022-09-27T16:38:13.8874457Z 2022-09-27T16:38:13.8874872Z Running tests... 2022-09-27T16:38:13.8875244Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-09-27T16:38:13.8875608Z ---------------------------------------------------------------------- 2022-09-27T16:38:14.2367880Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.358s) 2022-09-27T16:38:14.2384064Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2410396Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2480381Z test_basic (__main__.TestPythonDispatch) ... ok (0.010s) 2022-09-27T16:38:14.2503656Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2514399Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2528268Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2586275Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2607701Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2623088Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.2643190Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2657332Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2692119Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2717911Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2732235Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2752127Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2770614Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2788215Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.2800647Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2812702Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2827409Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2840116Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2854969Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2871196Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2902869Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2929668Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2942609Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.2956707Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2968573Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2978279Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.2993627Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3014030Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3036509Z test_format (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3056914Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3073563Z test_invalid_ret (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_python_dispatch.py:429: DeprecationWarning: Please use assertRaisesRegex instead. 2022-09-27T16:38:14.3073983Z self.assertRaisesRegexp( 2022-09-27T16:38:14.3075158Z ok (0.000s) 2022-09-27T16:38:14.3117183Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.3143754Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3163395Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3197498Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3219391Z test_like (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3240391Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3270203Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.3279291Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3300394Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3326271Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3337183Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3354224Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3369433Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3384954Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.3396160Z test_nested_push_regular (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\_python_dispatch.py:171: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-09-27T16:38:14.3396725Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-09-27T16:38:14.3396982Z ok (0.000s) 2022-09-27T16:38:14.3410965Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.3424192Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9585349Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.607s) 2022-09-27T16:38:14.9614470Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9634337Z test_out (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9656488Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9668025Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9682546Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9703570Z test_set_data (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9728612Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9767942Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9777119Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9791312Z test_storage (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.9803471Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9837697Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9872658Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9897919Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9923043Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9941372Z test_version (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9954779Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.016s) 2022-09-27T16:38:14.9967466Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:14.9982442Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:15.0019383Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.000s) 2022-09-27T16:38:15.0031279Z test_basic (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:38:15.0067188Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:38:15.0076268Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.000s) 2022-09-27T16:38:15.0102422Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.000s) 2022-09-27T16:38:15.0114567Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.016s) 2022-09-27T16:38:15.0127300Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.000s) 2022-09-27T16:38:15.0148560Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.000s) 2022-09-27T16:38:15.0182674Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:38:15.0183442Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T16:38:15.0183809Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-09-27T16:38:15.0184123Z dispatch key: ZeroTensor 2022-09-27T16:38:15.0184466Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1067 2022-09-27T16:38:15.0184994Z new kernel: registered at /dev/null:550 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:156.) 2022-09-27T16:38:15.0185372Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:38:15.0185574Z ok (0.000s) 2022-09-27T16:38:15.0202506Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.000s) 2022-09-27T16:38:15.0245207Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.000s) 2022-09-27T16:38:15.0245563Z 2022-09-27T16:38:15.0245904Z ---------------------------------------------------------------------- 2022-09-27T16:38:15.0246206Z Ran 83 tests in 1.125s 2022-09-27T16:38:15.0246309Z 2022-09-27T16:38:15.0246385Z OK (skipped=1) 2022-09-27T16:38:15.0246492Z 2022-09-27T16:38:15.0246587Z Generating XML reports... 2022-09-27T16:38:15.0359959Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20220927163813.xml 2022-09-27T16:38:15.0372104Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20220927163813.xml 2022-09-27T16:38:15.0393003Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20220927163813.xml 2022-09-27T16:38:15.3257814Z Running test_native_functions ... [2022-09-27 16:38:15.321202] 2022-09-27T16:38:15.3258277Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:15.321202] 2022-09-27T16:38:16.7269972Z 2022-09-27T16:38:16.7270482Z Running tests... 2022-09-27T16:38:16.7270831Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-09-27T16:38:16.7271202Z ---------------------------------------------------------------------- 2022-09-27T16:38:17.1359517Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.405s) 2022-09-27T16:38:17.1490696Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.020s) 2022-09-27T16:38:17.1587317Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.000s) 2022-09-27T16:38:17.1700029Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.016s) 2022-09-27T16:38:17.1790037Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.000s) 2022-09-27T16:38:17.7944339Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.628s) 2022-09-27T16:38:17.7944579Z 2022-09-27T16:38:17.7944750Z ---------------------------------------------------------------------- 2022-09-27T16:38:17.7945006Z Ran 6 tests in 1.063s 2022-09-27T16:38:17.7945121Z 2022-09-27T16:38:17.7945177Z OK 2022-09-27T16:38:17.7945266Z 2022-09-27T16:38:17.7945363Z Generating XML reports... 2022-09-27T16:38:17.8001020Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20220927163816.xml 2022-09-27T16:38:18.0855247Z Running test_futures ... [2022-09-27 16:38:18.071202] 2022-09-27T16:38:18.0855696Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:18.071202] 2022-09-27T16:38:19.4783211Z 2022-09-27T16:38:19.4783542Z Running tests... 2022-09-27T16:38:19.4783883Z ---------------------------------------------------------------------- 2022-09-27T16:38:19.4784241Z Test results will be stored in test-reports\python-unittest\test_futures 2022-09-27T16:38:19.8210961Z 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-09-27T16:38:19.8211878Z 2022-09-27T16:38:19.8211945Z At: 2022-09-27T16:38:19.8212248Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(236): raise_value_error 2022-09-27T16:38:19.8212652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-09-27T16:38:19.8213073Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:38:19.8213492Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:38:19.8213854Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-09-27T16:38:19.8214144Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-09-27T16:38:19.8214514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2005): _run_with_retry 2022-09-27T16:38:19.8214973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2063): run 2022-09-27T16:38:19.8215337Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-09-27T16:38:19.8215621Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-09-27T16:38:19.8215904Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-09-27T16:38:19.8216176Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-09-27T16:38:19.8216441Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-09-27T16:38:19.8216752Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-09-27T16:38:19.8217059Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-09-27T16:38:19.8217336Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-09-27T16:38:19.8217702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(783): run_tests 2022-09-27T16:38:19.8218096Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-09-27T16:38:19.8218281Z 2022-09-27T16:38:19.8218345Z ok (0.347s) 2022-09-27T16:38:19.8239235Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.8249107Z 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-09-27T16:38:19.8250115Z ok (0.000s) 2022-09-27T16:38:19.8267250Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.016s) 2022-09-27T16:38:19.8314239Z test_chained_then (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:38:19.9482242Z test_collect_all (__main__.TestFuture) ... ok (0.120s) 2022-09-27T16:38:19.9495696Z test_done (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9513091Z test_done_exception (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9534536Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9547984Z 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-09-27T16:38:19.9548282Z 2022-09-27T16:38:19.9548359Z At: 2022-09-27T16:38:19.9548635Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(280): raise_value_error 2022-09-27T16:38:19.9549038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py(241): set_result 2022-09-27T16:38:19.9549482Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:38:19.9549871Z C:\Jenkins\Miniconda3\lib\unittest\case.py(550): _callTestMethod 2022-09-27T16:38:19.9550163Z C:\Jenkins\Miniconda3\lib\unittest\case.py(592): run 2022-09-27T16:38:19.9550615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2005): _run_with_retry 2022-09-27T16:38:19.9551054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(2063): run 2022-09-27T16:38:19.9551413Z C:\Jenkins\Miniconda3\lib\unittest\case.py(651): __call__ 2022-09-27T16:38:19.9551693Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-09-27T16:38:19.9551974Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-09-27T16:38:19.9552249Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(122): run 2022-09-27T16:38:19.9552526Z C:\Jenkins\Miniconda3\lib\unittest\suite.py(84): __call__ 2022-09-27T16:38:19.9552821Z C:\Jenkins\Miniconda3\lib\site-packages\xmlrunner\runner.py(67): run 2022-09-27T16:38:19.9553127Z C:\Jenkins\Miniconda3\lib\unittest\main.py(271): runTests 2022-09-27T16:38:19.9553402Z C:\Jenkins\Miniconda3\lib\unittest\main.py(101): __init__ 2022-09-27T16:38:19.9553768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py(783): run_tests 2022-09-27T16:38:19.9554162Z C:\actions-runner\_work\pytorch\pytorch\test\test_futures.py(340): 2022-09-27T16:38:19.9554351Z 2022-09-27T16:38:19.9554420Z ok (0.000s) 2022-09-27T16:38:19.9715560Z test_mark_future_twice (__main__.TestFuture) ... ok (0.016s) 2022-09-27T16:38:19.9747964Z test_pickle_future (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9766900Z test_set_exception (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9793550Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.016s) 2022-09-27T16:38:19.9810444Z test_then (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9822725Z test_then_no_arg (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9833964Z test_then_raise (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9846424Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9858978Z test_wait (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:19.9867492Z test_wait_all (__main__.TestFuture) ... skip: TODO: need to fix this testcase for Windows (0.000s) 2022-09-27T16:38:20.4993424Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.520s) 2022-09-27T16:38:20.5019524Z test_wait_none (__main__.TestFuture) ... ok (0.000s) 2022-09-27T16:38:20.5020011Z 2022-09-27T16:38:20.5020223Z ---------------------------------------------------------------------- 2022-09-27T16:38:20.5020494Z Ran 22 tests in 1.031s 2022-09-27T16:38:20.5020629Z 2022-09-27T16:38:20.5020706Z OK (skipped=1) 2022-09-27T16:38:20.5020813Z 2022-09-27T16:38:20.5020905Z Generating XML reports... 2022-09-27T16:38:20.5091427Z Generated XML report: test-reports\python-unittest\test_futures\TEST-TestFuture-20220927163819.xml 2022-09-27T16:38:20.7726419Z Running test_set_default_mobile_cpu_allocator ... [2022-09-27 16:38:20.767399] 2022-09-27T16:38:20.7726924Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:20.767399] 2022-09-27T16:38:22.1601793Z 2022-09-27T16:38:22.1602372Z Running tests... 2022-09-27T16:38:22.1602700Z ---------------------------------------------------------------------- 2022-09-27T16:38:22.1603093Z Test results will be stored in test-reports\python-unittest\test_set_default_mobile_cpu_allocator 2022-09-27T16:38:23.1271205Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.971s) 2022-09-27T16:38:23.1284013Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.000s) 2022-09-27T16:38:23.1284345Z 2022-09-27T16:38:23.1284582Z ---------------------------------------------------------------------- 2022-09-27T16:38:23.1284818Z Ran 2 tests in 0.969s 2022-09-27T16:38:23.1284936Z 2022-09-27T16:38:23.1284995Z OK 2022-09-27T16:38:23.1285086Z 2022-09-27T16:38:23.1285415Z Generating XML reports... 2022-09-27T16:38:23.1337511Z Generated XML report: test-reports\python-unittest\test_set_default_mobile_cpu_allocator\TEST-TestSetDefaultMobileCPUAllocator-20220927163822.xml 2022-09-27T16:38:23.4159183Z Running test_dlpack ... [2022-09-27 16:38:23.403065] 2022-09-27T16:38:23.4159642Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:23.403065] 2022-09-27T16:38:25.1575591Z 2022-09-27T16:38:25.1576082Z Running tests... 2022-09-27T16:38:25.1576436Z ---------------------------------------------------------------------- 2022-09-27T16:38:25.1576791Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-09-27T16:38:25.1614150Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1631578Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:38:25.1646967Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1661821Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1675915Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1689962Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1704058Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1717248Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1730365Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1743484Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1756536Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.1770766Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1784646Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:38:25.1798352Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1812185Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1825996Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1839675Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1853535Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1867223Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1881190Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1894865Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1908475Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1922241Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1936149Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:38:25.1949935Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1963516Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1977230Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.1990834Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.2004466Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.2018395Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.2031959Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.2045574Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.2059353Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.2074256Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:25.9007091Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.705s) 2022-09-27T16:38:25.9022448Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9036732Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9048784Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9065979Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9081132Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9096021Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9110653Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9124658Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9138724Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.016s) 2022-09-27T16:38:25.9152516Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9165539Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9178555Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9191371Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9204268Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9217359Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9232164Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9244172Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9257025Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9269735Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9282129Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9294996Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.016s) 2022-09-27T16:38:25.9307313Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:38:25.9318879Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9330705Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9342525Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9354151Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9365913Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9380619Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9396764Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9410326Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-09-27T16:38:25.9424257Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9438120Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9452038Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9464990Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9477910Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9490934Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9504035Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-09-27T16:38:25.9516938Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9529481Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9542310Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9555038Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9567488Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9579972Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9592261Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9604276Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.010s) 2022-09-27T16:38:25.9616230Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9628026Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9640969Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9653820Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9680355Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9706750Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9733286Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9758260Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.016s) 2022-09-27T16:38:25.9783272Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9807668Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9830044Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9852276Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9873972Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9896120Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-09-27T16:38:25.9918356Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.016s) 2022-09-27T16:38:25.9918643Z 2022-09-27T16:38:25.9919193Z ---------------------------------------------------------------------- 2022-09-27T16:38:25.9919488Z Ran 95 tests in 0.844s 2022-09-27T16:38:25.9919605Z 2022-09-27T16:38:25.9919688Z OK (skipped=23) 2022-09-27T16:38:25.9919785Z 2022-09-27T16:38:25.9919876Z Generating XML reports... 2022-09-27T16:38:26.0053855Z Generated XML report: test-reports\python-unittest\test_dlpack\TEST-TestTorchDlPackCPU-20220927163825.xml 2022-09-27T16:38:26.2875474Z Running test_numpy_interop ... [2022-09-27 16:38:26.276384] 2022-09-27T16:38:26.2875944Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:26.276384] 2022-09-27T16:38:28.0257204Z 2022-09-27T16:38:28.0257681Z Running tests... 2022-09-27T16:38:28.0257996Z ---------------------------------------------------------------------- 2022-09-27T16:38:28.0258372Z Test results will be stored in test-reports\python-unittest\test_numpy_interop 2022-09-27T16:38:28.0295767Z 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-09-27T16:38:28.0296664Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-09-27T16:38:28.0299623Z ok (0.000s) 2022-09-27T16:38:28.0322546Z 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-09-27T16:38:28.0323066Z self.assertEqual(dtype(42), torch.tensor(dtype(42)).item()) 2022-09-27T16:38:28.0323686Z ok (0.000s) 2022-09-27T16:38:28.0338037Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0428724Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-09-27T16:38:28.0450342Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0471435Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0587663Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-09-27T16:38:28.0606344Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0640176Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0666159Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0697452Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-09-27T16:38:28.0727616Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0752514Z 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-09-27T16:38:28.0752941Z self.assertFalse(t == a) 2022-09-27T16:38:28.0758637Z ok (0.000s) 2022-09-27T16:38:28.0789797Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0819886Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0849391Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-09-27T16:38:28.0879406Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0909318Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0938832Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0968829Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.0999123Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-09-27T16:38:28.7101048Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.602s) 2022-09-27T16:38:28.7163158Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.7185469Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.016s) 2022-09-27T16:38:28.7534279Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.033s) 2022-09-27T16:38:28.7631508Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.000s) 2022-09-27T16:38:28.7631846Z 2022-09-27T16:38:28.7632093Z ---------------------------------------------------------------------- 2022-09-27T16:38:28.7632480Z Ran 26 tests in 0.719s 2022-09-27T16:38:28.7632659Z 2022-09-27T16:38:28.7632748Z OK 2022-09-27T16:38:28.7632888Z 2022-09-27T16:38:28.7633011Z Generating XML reports... 2022-09-27T16:38:28.7709219Z Generated XML report: test-reports\python-unittest\test_numpy_interop\TEST-TestNumPyInteropCPU-20220927163828.xml 2022-09-27T16:38:29.0607449Z Running test_function_schema ... [2022-09-27 16:38:29.050790] 2022-09-27T16:38:29.0607918Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:29.050790] 2022-09-27T16:38:30.4572287Z 2022-09-27T16:38:30.4572899Z Running tests... 2022-09-27T16:38:30.4573225Z ---------------------------------------------------------------------- 2022-09-27T16:38:30.4573583Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-09-27T16:38:30.8005542Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.342s) 2022-09-27T16:38:30.8018902Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:30.8032817Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:30.8049590Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:30.8062078Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:30.8076429Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.016s) 2022-09-27T16:38:30.8101373Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:30.8112163Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:30.8124934Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:31.1184861Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.307s) 2022-09-27T16:38:31.1197950Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:31.1209774Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:31.1225070Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.000s) 2022-09-27T16:38:31.1225334Z 2022-09-27T16:38:31.1225618Z ---------------------------------------------------------------------- 2022-09-27T16:38:31.1225874Z Ran 13 tests in 0.672s 2022-09-27T16:38:31.1225988Z 2022-09-27T16:38:31.1226045Z OK 2022-09-27T16:38:31.1226135Z 2022-09-27T16:38:31.1226347Z Generating XML reports... 2022-09-27T16:38:31.1287159Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20220927163830.xml 2022-09-27T16:38:31.4039759Z Running test_fx_passes ... [2022-09-27 16:38:31.398293] 2022-09-27T16:38:31.4040216Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:31.398293] 2022-09-27T16:38:32.8576154Z 2022-09-27T16:38:32.8576487Z Running tests... 2022-09-27T16:38:32.8576814Z ---------------------------------------------------------------------- 2022-09-27T16:38:32.8577176Z Test results will be stored in test-reports\python-unittest\test_fx_passes 2022-09-27T16:38:33.1945950Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ERROR:numba.cuda.cudadrv.driver:Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-09-27T16:38:33.2124741Z ok (0.363s) 2022-09-27T16:38:33.2201706Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2275890Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.2354519Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2422882Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-09-27T16:38:33.2491753Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-09-27T16:38:33.2563982Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2629476Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2696351Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.2762220Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2830976Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.2895814Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2934166Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.2978599Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.3015684Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3051046Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3125961Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.3284365Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.3346784Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3406842Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3462219Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:38:33.3513954Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3570207Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3625436Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-09-27T16:38:33.3682126Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3711008Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3741556Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.000s) 2022-09-27T16:38:33.3789879Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.016s) 2022-09-27T16:38:33.3835379Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.3883233Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.3925413Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.3971038Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.016s) 2022-09-27T16:38:33.4016685Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4064536Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4107075Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.016s) 2022-09-27T16:38:33.4153347Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4209152Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4254681Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.016s) 2022-09-27T16:38:33.4305825Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4356046Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4398048Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.000s) 2022-09-27T16:38:33.4398319Z 2022-09-27T16:38:33.4398837Z ---------------------------------------------------------------------- 2022-09-27T16:38:33.4399123Z Ran 41 tests in 0.563s 2022-09-27T16:38:33.4399250Z 2022-09-27T16:38:33.4399308Z OK 2022-09-27T16:38:33.4399401Z 2022-09-27T16:38:33.4399493Z Generating XML reports... 2022-09-27T16:38:33.4474740Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXGraphPasses-20220927163832.xml 2022-09-27T16:38:33.4498891Z Generated XML report: test-reports\python-unittest\test_fx_passes\TEST-TestFXMatcherUtils-20220927163832.xml 2022-09-27T16:38:33.7365345Z Running test_autocast ... [2022-09-27 16:38:33.725666] 2022-09-27T16:38:33.7365808Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:33.725666] 2022-09-27T16:38:35.1298474Z 2022-09-27T16:38:35.1298849Z Running tests... 2022-09-27T16:38:35.1299182Z ---------------------------------------------------------------------- 2022-09-27T16:38:35.1299520Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-09-27T16:38:35.4863908Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.363s) 2022-09-27T16:38:35.4948647Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.000s) 2022-09-27T16:38:35.5113538Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.016s) 2022-09-27T16:38:35.5352573Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.032s) 2022-09-27T16:38:35.5476538Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.016s) 2022-09-27T16:38:35.6639341Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.110s) 2022-09-27T16:38:35.6729186Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.016s) 2022-09-27T16:38:35.6743941Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.000s) 2022-09-27T16:38:35.6744280Z 2022-09-27T16:38:35.6744872Z ---------------------------------------------------------------------- 2022-09-27T16:38:35.6745293Z Ran 8 tests in 0.547s 2022-09-27T16:38:35.6745471Z 2022-09-27T16:38:35.6745568Z OK 2022-09-27T16:38:35.6745707Z 2022-09-27T16:38:35.6745848Z Generating XML reports... 2022-09-27T16:38:35.6803781Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20220927163835.xml 2022-09-27T16:38:35.6809687Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20220927163835.xml 2022-09-27T16:38:35.9544455Z Running test_functional_optim ... [2022-09-27 16:38:35.942380] 2022-09-27T16:38:35.9544927Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:35.942380] 2022-09-27T16:38:37.5861729Z 2022-09-27T16:38:37.5862084Z Running tests... 2022-09-27T16:38:37.5862402Z ---------------------------------------------------------------------- 2022-09-27T16:38:37.5862782Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-09-27T16:38:37.9600920Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.382s) 2022-09-27T16:38:37.9875177Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.031s) 2022-09-27T16:38:38.0122865Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.016s) 2022-09-27T16:38:38.0133725Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.000s) 2022-09-27T16:38:38.0134102Z 2022-09-27T16:38:38.0134667Z ---------------------------------------------------------------------- 2022-09-27T16:38:38.0135225Z Ran 4 tests in 0.422s 2022-09-27T16:38:38.0135354Z 2022-09-27T16:38:38.0135413Z OK 2022-09-27T16:38:38.0135504Z 2022-09-27T16:38:38.0135603Z Generating XML reports... 2022-09-27T16:38:38.0189368Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20220927163837.xml 2022-09-27T16:38:38.3094747Z Running test_tensorexpr_pybind ... [2022-09-27 16:38:38.301278] 2022-09-27T16:38:38.3095217Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:38.301278] 2022-09-27T16:38:39.7442253Z 2022-09-27T16:38:39.7442540Z Running tests... 2022-09-27T16:38:39.7442908Z ---------------------------------------------------------------------- 2022-09-27T16:38:39.7443477Z Test results will be stored in test-reports\python-unittest\test_tensorexpr_pybind 2022-09-27T16:38:40.1020238Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.347s) 2022-09-27T16:38:40.1033137Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1056603Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.016s) 2022-09-27T16:38:40.1070064Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-09-27T16:38:40.1096086Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-09-27T16:38:40.1131703Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-09-27T16:38:40.1155498Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-09-27T16:38:40.1167923Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1182979Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1196654Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.016s) 2022-09-27T16:38:40.1206169Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1215938Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1227298Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1236454Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1247522Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1257084Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.000s) 2022-09-27T16:38:40.1275304Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.000s) 2022-09-27T16:38:40.1275655Z 2022-09-27T16:38:40.1275895Z ---------------------------------------------------------------------- 2022-09-27T16:38:40.1276148Z Ran 17 tests in 0.375s 2022-09-27T16:38:40.1276261Z 2022-09-27T16:38:40.1276318Z OK (skipped=10) 2022-09-27T16:38:40.1276427Z 2022-09-27T16:38:40.1276513Z Generating XML reports... 2022-09-27T16:38:40.1325827Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestExprHandlePyBind-20220927163839.xml 2022-09-27T16:38:40.1354002Z Generated XML report: test-reports\python-unittest\test_tensorexpr_pybind\TEST-TestTensorExprPyBind-20220927163839.xml 2022-09-27T16:38:40.4217153Z Running test_dynamic_shapes ... [2022-09-27 16:38:40.419414] 2022-09-27T16:38:40.4217610Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:40.419414] 2022-09-27T16:38:41.8165439Z 2022-09-27T16:38:41.8165876Z Running tests... 2022-09-27T16:38:41.8166248Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-09-27T16:38:41.8166800Z ---------------------------------------------------------------------- 2022-09-27T16:38:41.8176448Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:41.8183897Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:41.8193312Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1781704Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.365s) 2022-09-27T16:38:42.1788129Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1792349Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1797093Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1801544Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1806496Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1818750Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1828757Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1833043Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1842715Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1865769Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-09-27T16:38:42.1866105Z 2022-09-27T16:38:42.1866309Z ---------------------------------------------------------------------- 2022-09-27T16:38:42.1866560Z Ran 14 tests in 0.375s 2022-09-27T16:38:42.1866674Z 2022-09-27T16:38:42.1866747Z OK (skipped=13) 2022-09-27T16:38:42.1866857Z 2022-09-27T16:38:42.1866947Z Generating XML reports... 2022-09-27T16:38:42.1935282Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20220927163841.xml 2022-09-27T16:38:42.4716206Z Running test_public_bindings ... [2022-09-27 16:38:42.462319] 2022-09-27T16:38:42.4716701Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:42.462319] 2022-09-27T16:38:43.8808565Z 2022-09-27T16:38:43.8808919Z Running tests... 2022-09-27T16:38:43.8809243Z ---------------------------------------------------------------------- 2022-09-27T16:38:43.8809623Z Test results will be stored in test-reports\python-unittest\test_public_bindings 2022-09-27T16:38:43.8842788Z test_correct_module_names (__main__.TestPublicBindings) 2022-09-27T16:38:43.8843667Z An API is considered public, if its `__module__` starts with `torch.` ... skip: Distributed Attribute Error (0.000s) 2022-09-27T16:38:43.8876062Z test_no_new_bindings (__main__.TestPublicBindings) 2022-09-27T16:38:44.2370547Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.348s) 2022-09-27T16:38:44.2370789Z 2022-09-27T16:38:44.2370960Z ---------------------------------------------------------------------- 2022-09-27T16:38:44.2371211Z Ran 2 tests in 0.344s 2022-09-27T16:38:44.2371325Z 2022-09-27T16:38:44.2371395Z OK (skipped=1) 2022-09-27T16:38:44.2371503Z 2022-09-27T16:38:44.2371577Z Generating XML reports... 2022-09-27T16:38:44.2421659Z Generated XML report: test-reports\python-unittest\test_public_bindings\TEST-TestPublicBindings-20220927163843.xml 2022-09-27T16:38:44.5259464Z Running test_native_mha ... [2022-09-27 16:38:44.523523] 2022-09-27T16:38:44.5259921Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:44.523523] 2022-09-27T16:38:46.2663097Z 2022-09-27T16:38:46.2663801Z Running tests... 2022-09-27T16:38:46.2664195Z Test results will be stored in test-reports\python-unittest\test_native_mha 2022-09-27T16:38:46.2664543Z ---------------------------------------------------------------------- 2022-09-27T16:38:46.2740441Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:38:46.2776412Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:38:46.2892589Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_native_mha.py:202: 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-09-27T16:38:46.2893941Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-09-27T16:38:46.3470524Z ok (0.080s) 2022-09-27T16:38:46.3650813Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:38:46.3664812Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:38:46.3665179Z 2022-09-27T16:38:46.3665475Z ---------------------------------------------------------------------- 2022-09-27T16:38:46.3665852Z Ran 5 tests in 0.125s 2022-09-27T16:38:46.3666032Z 2022-09-27T16:38:46.3666141Z OK (skipped=1) 2022-09-27T16:38:46.3666304Z 2022-09-27T16:38:46.3666438Z Generating XML reports... 2022-09-27T16:38:46.3723266Z Generated XML report: test-reports\python-unittest\test_native_mha\TEST-TestMHADeviceTypeCPU-20220927163846.xml 2022-09-27T16:38:46.6412019Z Running test_tensorboard ... [2022-09-27 16:38:46.632953] 2022-09-27T16:38:46.6412493Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:46.632953] 2022-09-27T16:38:47.7876236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\caffe2\__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:38:47.7876811Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-09-27T16:38:47.9258447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\caffe2\proto\__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:38:47.9258972Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:38:47.9259551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\caffe2\python\__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-09-27T16:38:47.9260055Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:38:48.1517251Z 2022-09-27T16:38:48.1517593Z Running tests... 2022-09-27T16:38:48.1517922Z ---------------------------------------------------------------------- 2022-09-27T16:38:48.1518290Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-09-27T16:38:48.1529168Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1539093Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1549546Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.016s) 2022-09-27T16:38:48.1560776Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.000s) 2022-09-27T16:38:48.1565130Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:38:48.1568447Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:38:48.1581099Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:38:48.1599318Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:38:48.1602764Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1613346Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1617664Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1622559Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1643492Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1653974Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1657987Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1670307Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1690012Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1704956Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1717559Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.016s) 2022-09-27T16:38:48.1727232Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.000s) 2022-09-27T16:38:48.1732263Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1736353Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1741867Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1745718Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1752071Z test_float32_image (__main__.TestTensorBoardSummary) 2022-09-27T16:38:48.1752745Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1757075Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1761313Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1765338Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1769502Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1777330Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1781614Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1788630Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1792804Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1800555Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1804616Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1809265Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1813485Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1817754Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1822032Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1826056Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1836273Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1841544Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1844878Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1849303Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-09-27T16:38:48.1850065Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1857004Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1862635Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.016s) 2022-09-27T16:38:48.1867115Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1871123Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1877352Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1885840Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1895975Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1905788Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1931942Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:38:48.1932163Z 2022-09-27T16:38:48.1932764Z ---------------------------------------------------------------------- 2022-09-27T16:38:48.1933044Z Ran 53 tests in 0.047s 2022-09-27T16:38:48.1933160Z 2022-09-27T16:38:48.1933236Z OK (skipped=53) 2022-09-27T16:38:48.1933350Z 2022-09-27T16:38:48.1933437Z Generating XML reports... 2022-09-27T16:38:48.1984056Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20220927163848.xml 2022-09-27T16:38:48.1997559Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20220927163848.xml 2022-09-27T16:38:48.2008659Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20220927163848.xml 2022-09-27T16:38:48.2019085Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20220927163848.xml 2022-09-27T16:38:48.2031266Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20220927163848.xml 2022-09-27T16:38:48.2061074Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20220927163848.xml 2022-09-27T16:38:48.2069347Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20220927163848.xml 2022-09-27T16:38:48.2078147Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20220927163848.xml 2022-09-27T16:38:48.2084444Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20220927163848.xml 2022-09-27T16:38:48.4275892Z Running test_jit_llga_fuser ... [2022-09-27 16:38:48.422431] 2022-09-27T16:38:48.4276364Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:48.422431] 2022-09-27T16:38:49.8579493Z 2022-09-27T16:38:49.8580067Z Running tests... 2022-09-27T16:38:49.8580388Z ---------------------------------------------------------------------- 2022-09-27T16:38:49.8593960Z Test results will be stored in test-reports\python-unittest\test_jit_llga_fuser 2022-09-27T16:38:49.8594359Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8604080Z test_bn2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8613362Z test_conv2d_bn (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8623252Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8636695Z test_conv2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.016s) 2022-09-27T16:38:49.8652669Z test_conv2d_sum (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:38:49.8663397Z test_linear_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8678951Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8688397Z test_wildcard (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8691673Z test_vision_alexnet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8694863Z test_vision_densenet121 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8697951Z test_vision_googlenet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8701174Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8704306Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8707389Z test_vision_resnet50 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8710492Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8713641Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8716742Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8719837Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8722931Z test_vision_vgg16 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8726081Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8731429Z test_add (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8736347Z test_add_scalar (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8742549Z test_addmm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8750917Z test_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8755718Z test_bn2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8763245Z test_cat (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8773089Z test_conv2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8780995Z test_eltwise (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8785601Z test_identity_binary (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8790306Z test_layer_norm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8796232Z test_linear (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.016s) 2022-09-27T16:38:49.8804478Z test_max_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8809617Z test_mul (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8815381Z test_softmax (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8821986Z test_typecheck (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8829779Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:38:49.8830182Z 2022-09-27T16:38:49.8830591Z ---------------------------------------------------------------------- 2022-09-27T16:38:49.8830874Z Ran 37 tests in 0.047s 2022-09-27T16:38:49.8830986Z 2022-09-27T16:38:49.8831068Z OK (skipped=37) 2022-09-27T16:38:49.8831176Z 2022-09-27T16:38:49.8831264Z Generating XML reports... 2022-09-27T16:38:49.8882243Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestEnableDisableLlgaFuser-20220927163849.xml 2022-09-27T16:38:49.8902169Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestFusionPattern-20220927163849.xml 2022-09-27T16:38:49.8920153Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestModel-20220927163849.xml 2022-09-27T16:38:49.8941362Z Generated XML report: test-reports\python-unittest\test_jit_llga_fuser\TEST-TestOp-20220927163849.xml 2022-09-27T16:38:50.1061076Z Running test_nvfuser_frontend ... [2022-09-27 16:38:50.099568] 2022-09-27T16:38:50.1061534Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:50.099568] 2022-09-27T16:38:51.5366634Z 2022-09-27T16:38:51.5366962Z Running tests... 2022-09-27T16:38:51.5367273Z ---------------------------------------------------------------------- 2022-09-27T16:38:51.5386746Z test_basic (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-09-27T16:38:51.5387149Z Test results will be stored in test-reports\python-unittest\test_nvfuser_frontend 2022-09-27T16:38:51.5398843Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:38:51.5408439Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:38:51.5420125Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:38:51.5431261Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:38:51.5440637Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-09-27T16:38:51.5489226Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.003s) 2022-09-27T16:38:51.5513767Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.003s) 2022-09-27T16:38:51.5523061Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.000s) 2022-09-27T16:38:51.5523267Z 2022-09-27T16:38:51.5523423Z ---------------------------------------------------------------------- 2022-09-27T16:38:51.5523665Z Ran 9 tests in 0.000s 2022-09-27T16:38:51.5523778Z 2022-09-27T16:38:51.5523847Z OK (skipped=9) 2022-09-27T16:38:51.5523952Z 2022-09-27T16:38:51.5524040Z Generating XML reports... 2022-09-27T16:38:51.5583314Z Generated XML report: test-reports\python-unittest\test_nvfuser_frontend\TEST-TestNvFuserFrontend-20220927163851.xml 2022-09-27T16:38:51.7676977Z Running test_numba_integration ... [2022-09-27 16:38:51.762402] 2022-09-27T16:38:51.7677501Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:51.762402] 2022-09-27T16:38:53.4949660Z 2022-09-27T16:38:53.4950004Z Running tests... 2022-09-27T16:38:53.4950383Z Test results will be stored in test-reports\python-unittest\test_numba_integration 2022-09-27T16:38:53.4950731Z ---------------------------------------------------------------------- 2022-09-27T16:38:53.4960239Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.4961002Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.000s) 2022-09-27T16:38:53.4979223Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.4979717Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.000s) 2022-09-27T16:38:53.4993686Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.4994165Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.000s) 2022-09-27T16:38:53.5015092Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.5015571Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.016s) 2022-09-27T16:38:53.5037667Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.5038268Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-09-27T16:38:53.5050640Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.5051160Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-09-27T16:38:53.5059747Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.5060151Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.000s) 2022-09-27T16:38:53.5067090Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:38:53.5067668Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.000s) 2022-09-27T16:38:53.5068141Z 2022-09-27T16:38:53.5068354Z ---------------------------------------------------------------------- 2022-09-27T16:38:53.5068652Z Ran 8 tests in 0.016s 2022-09-27T16:38:53.5068764Z 2022-09-27T16:38:53.5068839Z OK (skipped=8) 2022-09-27T16:38:53.5068944Z 2022-09-27T16:38:53.5069031Z Generating XML reports... 2022-09-27T16:38:53.5126498Z Generated XML report: test-reports\python-unittest\test_numba_integration\TEST-TestNumbaIntegration-20220927163853.xml 2022-09-27T16:38:53.7816448Z Running test_complex ... [2022-09-27 16:38:53.780151] 2022-09-27T16:38:53.7816895Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:53.780151] 2022-09-27T16:38:55.5206796Z 2022-09-27T16:38:55.5207262Z Running tests... 2022-09-27T16:38:55.5207814Z Test results will be stored in test-reports\python-unittest\test_complex 2022-09-27T16:38:55.5208167Z ---------------------------------------------------------------------- 2022-09-27T16:38:55.5233167Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-09-27T16:38:55.5247539Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-09-27T16:38:55.5262042Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-09-27T16:38:55.5274741Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.000s) 2022-09-27T16:38:55.5275075Z 2022-09-27T16:38:55.5275287Z ---------------------------------------------------------------------- 2022-09-27T16:38:55.5275529Z Ran 4 tests in 0.000s 2022-09-27T16:38:55.5275758Z 2022-09-27T16:38:55.5275817Z OK 2022-09-27T16:38:55.5275907Z 2022-09-27T16:38:55.5275995Z Generating XML reports... 2022-09-27T16:38:55.5327580Z Generated XML report: test-reports\python-unittest\test_complex\TEST-TestComplexTensorCPU-20220927163855.xml 2022-09-27T16:38:55.8167057Z Running test_license ... [2022-09-27 16:38:55.808750] 2022-09-27T16:38:55.8167513Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:55.808750] 2022-09-27T16:38:57.2158643Z 2022-09-27T16:38:57.2159218Z Running tests... 2022-09-27T16:38:57.2159578Z Test results will be stored in test-reports\python-unittest\test_license 2022-09-27T16:38:57.2165520Z ---------------------------------------------------------------------- 2022-09-27T16:38:57.2165790Z test_distinfo_license (__main__.TestLicense) 2022-09-27T16:38:57.2166236Z If run when pytorch is installed via a wheel, the license will be in ... skip: no installation in site-package to test (0.000s) 2022-09-27T16:38:57.2171949Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.000s) 2022-09-27T16:38:57.2172192Z 2022-09-27T16:38:57.2172611Z ---------------------------------------------------------------------- 2022-09-27T16:38:57.2172899Z Ran 2 tests in 0.000s 2022-09-27T16:38:57.2173017Z 2022-09-27T16:38:57.2173098Z OK (skipped=2) 2022-09-27T16:38:57.2173208Z 2022-09-27T16:38:57.2173296Z Generating XML reports... 2022-09-27T16:38:57.2221562Z Generated XML report: test-reports\python-unittest\test_license\TEST-TestLicense-20220927163857.xml 2022-09-27T16:38:57.4284095Z Running test_vulkan ... [2022-09-27 16:38:57.416313] 2022-09-27T16:38:57.4284542Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:57.416313] 2022-09-27T16:38:58.8230701Z 2022-09-27T16:38:58.8231168Z Running tests... 2022-09-27T16:38:58.8231504Z ---------------------------------------------------------------------- 2022-09-27T16:38:58.8270192Z Test results will be stored in test-reports\python-unittest\test_vulkan 2022-09-27T16:38:58.8270600Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.016s) 2022-09-27T16:38:58.8270824Z 2022-09-27T16:38:58.8271343Z ---------------------------------------------------------------------- 2022-09-27T16:38:58.8271633Z Ran 1 test in 0.015s 2022-09-27T16:38:58.8271750Z 2022-09-27T16:38:58.8271825Z OK (skipped=1) 2022-09-27T16:38:58.8271937Z 2022-09-27T16:38:58.8272025Z Generating XML reports... 2022-09-27T16:38:58.8317361Z Generated XML report: test-reports\python-unittest\test_vulkan\TEST-TestVulkanRewritePass-20220927163858.xml 2022-09-27T16:38:59.0364821Z Running test_functional_autograd_benchmark ... [2022-09-27 16:38:59.034723] 2022-09-27T16:38:59.0365322Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:59.034723] 2022-09-27T16:39:00.4313475Z 2022-09-27T16:39:00.4313951Z Running tests... 2022-09-27T16:39:00.4314467Z ---------------------------------------------------------------------- 2022-09-27T16:39:00.4314859Z Test results will be stored in test-reports\python-unittest\test_functional_autograd_benchmark 2022-09-27T16:39:00.4319839Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-09-27T16:39:00.4324334Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: NamedTemporaryFile on windows does not have all the features we need. (0.000s) 2022-09-27T16:39:00.4324597Z 2022-09-27T16:39:00.4325125Z ---------------------------------------------------------------------- 2022-09-27T16:39:00.4325395Z Ran 2 tests in 0.000s 2022-09-27T16:39:00.4325512Z 2022-09-27T16:39:00.4325755Z OK (skipped=2) 2022-09-27T16:39:00.4325872Z 2022-09-27T16:39:00.4325961Z Generating XML reports... 2022-09-27T16:39:00.4372738Z Generated XML report: test-reports\python-unittest\test_functional_autograd_benchmark\TEST-TestFunctionalAutogradBenchmark-20220927163900.xml 2022-09-27T16:39:00.6467406Z Running test_show_pickle ... [2022-09-27 16:39:00.640379] 2022-09-27T16:39:00.6467859Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:00.640379] 2022-09-27T16:39:02.0530237Z 2022-09-27T16:39:02.0530714Z Running tests... 2022-09-27T16:39:02.0531041Z ---------------------------------------------------------------------- 2022-09-27T16:39:02.0531402Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-09-27T16:39:02.0541692Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.000s) 2022-09-27T16:39:02.0541976Z 2022-09-27T16:39:02.0542394Z ---------------------------------------------------------------------- 2022-09-27T16:39:02.0542673Z Ran 1 test in 0.000s 2022-09-27T16:39:02.0542791Z 2022-09-27T16:39:02.0542874Z OK (skipped=1) 2022-09-27T16:39:02.0542982Z 2022-09-27T16:39:02.0543080Z Generating XML reports... 2022-09-27T16:39:02.0589359Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20220927163902.xml 2022-09-27T16:39:02.2783590Z Running test_type_hints ... [2022-09-27 16:39:02.267283] 2022-09-27T16:39:02.2784112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:02.267283] 2022-09-27T16:39:03.6883682Z 2022-09-27T16:39:03.6884020Z Running tests... 2022-09-27T16:39:03.6884356Z ---------------------------------------------------------------------- 2022-09-27T16:39:03.6884709Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-09-27T16:39:03.6896297Z test_doc_examples (__main__.TestTypeHints) 2022-09-27T16:39:03.6897209Z Run documentation examples through mypy. ... skip: need mypy (0.000s) 2022-09-27T16:39:03.6897544Z 2022-09-27T16:39:03.6897761Z ---------------------------------------------------------------------- 2022-09-27T16:39:03.6898015Z Ran 1 test in 0.000s 2022-09-27T16:39:03.6898128Z 2022-09-27T16:39:03.6898201Z OK (skipped=1) 2022-09-27T16:39:03.6898312Z 2022-09-27T16:39:03.6898399Z Generating XML reports... 2022-09-27T16:39:03.6944068Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20220927163903.xml 2022-09-27T16:39:03.8999138Z Running backends/xeon/test_launch ... [2022-09-27 16:39:03.887942] 2022-09-27T16:39:03.8999673Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:03.887942] 2022-09-27T16:39:05.2940928Z 2022-09-27T16:39:05.2941299Z Running tests... 2022-09-27T16:39:05.2941615Z ---------------------------------------------------------------------- 2022-09-27T16:39:05.2958562Z test_cpu_info (__main__.TestTorchrun) ... skip: Only works on linux (0.000s) 2022-09-27T16:39:05.2959576Z Test results will be stored in test-reports\python-unittest\backends\xeon\test_launch 2022-09-27T16:39:05.2967536Z test_multi_threads (__main__.TestTorchrun) ... skip: Only works on linux (0.000s) 2022-09-27T16:39:05.2967732Z 2022-09-27T16:39:05.2967934Z ---------------------------------------------------------------------- 2022-09-27T16:39:05.2968182Z Ran 2 tests in 0.000s 2022-09-27T16:39:05.2968303Z 2022-09-27T16:39:05.2968376Z OK (skipped=2) 2022-09-27T16:39:05.2968487Z 2022-09-27T16:39:05.2968577Z Generating XML reports... 2022-09-27T16:39:05.3016127Z Generated XML report: test-reports\python-unittest\backends\xeon\test_launch\TEST-TestTorchrun-20220927163905.xml 2022-09-27T16:39:05.5116405Z Running distributions/test_constraints ... [2022-09-27 16:39:05.507305] 2022-09-27T16:39:05.5117112Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-09-27 16:39:05.507305] 2022-09-27T16:39:06.1281588Z ============================= test session starts ============================= 2022-09-27T16:39:06.1281965Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-09-27T16:39:06.1282244Z cachedir: .pytest_cache 2022-09-27T16:39:06.1282654Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-09-27T16:39:06.1283108Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-09-27T16:39:06.1283452Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:39:07.5967267Z collecting ... collected 132 items 2022-09-27T16:39:07.5967447Z 2022-09-27T16:39:07.5992372Z distributions\test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-09-27T16:39:07.6006904Z distributions\test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-09-27T16:39:07.6020988Z distributions\test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-09-27T16:39:07.6035041Z distributions\test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-09-27T16:39:07.6053509Z distributions\test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-09-27T16:39:07.6080098Z distributions\test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-09-27T16:39:07.6093837Z distributions\test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-09-27T16:39:07.6109815Z distributions\test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-09-27T16:39:07.6124411Z distributions\test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-09-27T16:39:07.6138451Z distributions\test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-09-27T16:39:07.6154546Z distributions\test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-09-27T16:39:07.6169019Z distributions\test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-09-27T16:39:07.6183069Z distributions\test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-09-27T16:39:07.6199030Z distributions\test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-09-27T16:39:07.6214528Z distributions\test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-09-27T16:39:07.6228678Z distributions\test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-09-27T16:39:07.6244464Z distributions\test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-09-27T16:39:07.6259169Z distributions\test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-09-27T16:39:07.6270368Z distributions\test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-09-27T16:39:07.6280253Z distributions\test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-09-27T16:39:07.6289962Z distributions\test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-09-27T16:39:07.6299556Z distributions\test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-09-27T16:39:07.6309273Z distributions\test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-09-27T16:39:07.6318847Z distributions\test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-09-27T16:39:07.6328496Z distributions\test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-09-27T16:39:07.6338077Z distributions\test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-09-27T16:39:07.6347794Z distributions\test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-09-27T16:39:07.6359183Z distributions\test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-09-27T16:39:07.6368737Z distributions\test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-09-27T16:39:07.6378185Z distributions\test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-09-27T16:39:07.6387797Z distributions\test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-09-27T16:39:07.6397350Z distributions\test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-09-27T16:39:07.6406962Z distributions\test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-09-27T16:39:07.6416517Z distributions\test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-09-27T16:39:07.6426109Z distributions\test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-09-27T16:39:07.6435916Z distributions\test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-09-27T16:39:07.6452482Z distributions\test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-09-27T16:39:07.6468447Z distributions\test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-09-27T16:39:07.6494594Z distributions\test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-09-27T16:39:07.6511898Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-09-27T16:39:07.6527730Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-09-27T16:39:07.6544090Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-09-27T16:39:07.6560716Z distributions\test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-09-27T16:39:07.6577137Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-09-27T16:39:07.6595309Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-09-27T16:39:07.6611693Z distributions\test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-09-27T16:39:07.6628350Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-09-27T16:39:07.6644804Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-09-27T16:39:07.6661089Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-09-27T16:39:07.6677729Z distributions\test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-09-27T16:39:07.6696087Z distributions\test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-09-27T16:39:07.6713076Z distributions\test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-09-27T16:39:07.6729517Z distributions\test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-09-27T16:39:07.6745981Z distributions\test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-09-27T16:39:07.6762644Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-09-27T16:39:07.6779003Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-09-27T16:39:07.6795518Z distributions\test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-09-27T16:39:07.6815907Z distributions\test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-09-27T16:39:07.6844878Z distributions\test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-09-27T16:39:07.6861914Z distributions\test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-09-27T16:39:07.6871855Z distributions\test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-09-27T16:39:07.6881339Z distributions\test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-09-27T16:39:07.6890835Z distributions\test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-09-27T16:39:07.6900356Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-09-27T16:39:07.6909992Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-09-27T16:39:07.6919511Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-09-27T16:39:07.6930641Z distributions\test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-09-27T16:39:07.6940108Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-09-27T16:39:07.6949743Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-09-27T16:39:07.6959246Z distributions\test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-09-27T16:39:07.6968751Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-09-27T16:39:07.6978310Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-09-27T16:39:07.6988045Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-09-27T16:39:07.6997636Z distributions\test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-09-27T16:39:07.7007239Z distributions\test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-09-27T16:39:07.7016747Z distributions\test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-09-27T16:39:07.7026374Z distributions\test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-09-27T16:39:07.7036033Z distributions\test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-09-27T16:39:07.7047275Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-09-27T16:39:07.7056947Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-09-27T16:39:07.7066569Z distributions\test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-09-27T16:39:07.7076026Z distributions\test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-09-27T16:39:07.7085563Z distributions\test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-09-27T16:39:07.7095100Z distributions\test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-09-27T16:39:07.7110104Z distributions\test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-09-27T16:39:07.7124374Z distributions\test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-09-27T16:39:07.7140791Z distributions\test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-09-27T16:39:07.7156400Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-09-27T16:39:07.7171742Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-09-27T16:39:07.7187821Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-09-27T16:39:07.7203836Z distributions\test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-09-27T16:39:07.7219927Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-09-27T16:39:07.7236066Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-09-27T16:39:07.7252009Z distributions\test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-09-27T16:39:07.7268099Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-09-27T16:39:07.7284049Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-09-27T16:39:07.7300330Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-09-27T16:39:07.7316509Z distributions\test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-09-27T16:39:07.7331685Z distributions\test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-09-27T16:39:07.7347423Z distributions\test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-09-27T16:39:07.7363184Z distributions\test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-09-27T16:39:07.7378870Z distributions\test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-09-27T16:39:07.7394615Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-09-27T16:39:07.7410387Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-09-27T16:39:07.7426161Z distributions\test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-09-27T16:39:07.7443240Z distributions\test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-09-27T16:39:07.7467491Z distributions\test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-09-27T16:39:07.7483642Z distributions\test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-09-27T16:39:07.7493618Z distributions\test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-09-27T16:39:07.7505128Z distributions\test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-09-27T16:39:07.7514938Z distributions\test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-09-27T16:39:07.7524467Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-09-27T16:39:07.7534118Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-09-27T16:39:07.7543713Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-09-27T16:39:07.7553432Z distributions\test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-09-27T16:39:07.7563063Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-09-27T16:39:07.7572654Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-09-27T16:39:07.7582293Z distributions\test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-09-27T16:39:07.7591873Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-09-27T16:39:07.7601487Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-09-27T16:39:07.7610976Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-09-27T16:39:07.7622221Z distributions\test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-09-27T16:39:07.7631941Z distributions\test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-09-27T16:39:07.7641399Z distributions\test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-09-27T16:39:07.7650899Z distributions\test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-09-27T16:39:07.7660373Z distributions\test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-09-27T16:39:07.7670101Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-09-27T16:39:07.7679777Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-09-27T16:39:07.7689409Z distributions\test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-09-27T16:39:07.7699025Z distributions\test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-09-27T16:39:07.7708648Z distributions\test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-09-27T16:39:07.7731402Z distributions\test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-09-27T16:39:07.7731739Z 2022-09-27T16:39:07.7731938Z ======================= 65 passed, 67 skipped in 1.65s ======================== 2022-09-27T16:39:08.0700547Z Running lazy/test_bindings ... [2022-09-27 16:39:08.063803] 2022-09-27T16:39:08.0701016Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:08.063803] 2022-09-27T16:39:09.3756538Z Running lazy/test_meta_kernel ... [2022-09-27 16:39:09.361658] 2022-09-27T16:39:09.3757009Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:09.361658] 2022-09-27T16:39:10.9861774Z Running lazy/test_step_closures ... [2022-09-27 16:39:10.971774] 2022-09-27T16:39:10.9862257Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:10.971774] 2022-09-27T16:39:12.3875948Z 2022-09-27T16:39:12.3876273Z Running tests... 2022-09-27T16:39:12.3876594Z ---------------------------------------------------------------------- 2022-09-27T16:39:12.3876974Z Test results will be stored in test-reports\python-unittest\lazy\test_step_closures 2022-09-27T16:39:12.7329512Z test_asynchronous (__main__.ClosuresTest) ... ok (0.346s) 2022-09-27T16:39:13.7385102Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.011s) 2022-09-27T16:39:14.7449018Z test_synchronous (__main__.ClosuresTest) ... ok (1.007s) 2022-09-27T16:39:14.7464175Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.001s) 2022-09-27T16:39:14.7464813Z 2022-09-27T16:39:14.7465339Z ---------------------------------------------------------------------- 2022-09-27T16:39:14.7465639Z Ran 4 tests in 2.359s 2022-09-27T16:39:14.7465758Z 2022-09-27T16:39:14.7465823Z OK 2022-09-27T16:39:14.7465925Z 2022-09-27T16:39:14.7466021Z Generating XML reports... 2022-09-27T16:39:14.7521085Z Generated XML report: test-reports\python-unittest\lazy\test_step_closures\TEST-ClosuresTest-20220927163912.xml 2022-09-27T16:39:15.0271723Z Running nn/test_dropout ... [2022-09-27 16:39:15.013384] 2022-09-27T16:39:15.0272203Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:15.013384] 2022-09-27T16:39:16.7722018Z 2022-09-27T16:39:16.7722509Z Running tests... 2022-09-27T16:39:16.7722842Z ---------------------------------------------------------------------- 2022-09-27T16:39:16.7723183Z Test results will be stored in test-reports\python-unittest\nn\test_dropout 2022-09-27T16:39:16.7768156Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.000s) 2022-09-27T16:39:16.8725912Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.099s) 2022-09-27T16:39:16.8758280Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.000s) 2022-09-27T16:39:16.8774185Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:39:16.8878408Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:16.9054570Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:16.9155726Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:17.1330957Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.208s) 2022-09-27T16:39:17.1346384Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:17.1346948Z 2022-09-27T16:39:17.1347460Z ---------------------------------------------------------------------- 2022-09-27T16:39:17.1347871Z Ran 9 tests in 0.359s 2022-09-27T16:39:17.1348055Z 2022-09-27T16:39:17.1348170Z OK (skipped=1) 2022-09-27T16:39:17.1348337Z 2022-09-27T16:39:17.1348472Z Generating XML reports... 2022-09-27T16:39:17.1404741Z Generated XML report: test-reports\python-unittest\nn\test_dropout\TEST-TestDropoutNN-20220927163916.xml 2022-09-27T16:39:17.1421489Z Generated XML report: test-reports\python-unittest\nn\test_dropout\TEST-TestDropoutNNDeviceTypeCPU-20220927163916.xml 2022-09-27T16:39:17.4232732Z Running nn/test_pooling ... [2022-09-27 16:39:17.422165] 2022-09-27T16:39:17.4233178Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:17.422165] 2022-09-27T16:39:19.1848808Z 2022-09-27T16:39:19.1849279Z Running tests... 2022-09-27T16:39:19.1849642Z Test results will be stored in test-reports\python-unittest\nn\test_pooling 2022-09-27T16:39:19.1849981Z ---------------------------------------------------------------------- 2022-09-27T16:39:19.1886520Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.000s) 2022-09-27T16:39:19.1903849Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.010s) 2022-09-27T16:39:19.1919634Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.000s) 2022-09-27T16:39:19.2007584Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.000s) 2022-09-27T16:39:19.2067886Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.016s) 2022-09-27T16:39:19.2584428Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.041s) 2022-09-27T16:39:19.4126606Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.151s) 2022-09-27T16:39:20.0283832Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.623s) 2022-09-27T16:39:20.0320443Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.000s) 2022-09-27T16:39:20.0335498Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:39:20.0346234Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:39:20.0376804Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.016s) 2022-09-27T16:39:20.0448178Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.000s) 2022-09-27T16:39:20.0463483Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.000s) 2022-09-27T16:39:20.0484640Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.010s) 2022-09-27T16:39:20.0501711Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.000s) 2022-09-27T16:39:20.2341099Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.181s) 2022-09-27T16:39:20.2371805Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.000s) 2022-09-27T16:39:20.2411172Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:39:20.2440663Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2466963Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2509985Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:39:20.2535938Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2550936Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:20.2573121Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2640360Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2665149Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:20.2731276Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2762621Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2790013Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2815817Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:20.2853990Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.2893513Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.2930409Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.2967395Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:39:20.3004077Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3040816Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3077668Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3114333Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3151181Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3187934Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3225137Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3268454Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3308703Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:20.3329752Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3359542Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3376238Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:39:20.3460983Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:20.3543774Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:39:20.3581195Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3616076Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3650292Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3684429Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3719103Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:20.3746011Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3771129Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:20.3857050Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:25.0430896Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (4.646s) 2022-09-27T16:39:31.8679462Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (6.824s) 2022-09-27T16:39:31.9860871Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.127s) 2022-09-27T16:39:32.8180198Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.822s) 2022-09-27T16:39:32.8206986Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:39:32.8251485Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:32.8293239Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:33.2666674Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.445s) 2022-09-27T16:39:34.0170502Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.752s) 2022-09-27T16:39:34.0250757Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:34.0270472Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:34.0289609Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:38.6941457Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (4.674s) 2022-09-27T16:39:45.8622326Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.159s) 2022-09-27T16:39:45.8670582Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:39:45.8714902Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:45.8758854Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:45.8792081Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:46.6230622Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.757s) 2022-09-27T16:39:46.6246154Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:39:46.6266704Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.000s) 2022-09-27T16:39:46.6285669Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:46.6303011Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:46.6349130Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:47.5362671Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.909s) 2022-09-27T16:39:47.5383691Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:47.5400099Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:47.5504126Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:39:47.5601177Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:47.5617789Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:39:47.5653386Z Test the output shape calculation for pooling functions ... ok (0.016s) 2022-09-27T16:39:47.5691170Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:47.5755385Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:39:47.5755838Z 2022-09-27T16:39:47.5756247Z ---------------------------------------------------------------------- 2022-09-27T16:39:47.5756626Z Ran 88 tests in 28.375s 2022-09-27T16:39:47.5756809Z 2022-09-27T16:39:47.5756917Z OK (skipped=23) 2022-09-27T16:39:47.5757084Z 2022-09-27T16:39:47.5757216Z Generating XML reports... 2022-09-27T16:39:47.5828624Z Generated XML report: test-reports\python-unittest\nn\test_pooling\TEST-TestAvgPool-20220927163919.xml 2022-09-27T16:39:47.5843774Z Generated XML report: test-reports\python-unittest\nn\test_pooling\TEST-TestPoolingNN-20220927163919.xml 2022-09-27T16:39:47.5924739Z Generated XML report: test-reports\python-unittest\nn\test_pooling\TEST-TestPoolingNNDeviceTypeCPU-20220927163919.xml 2022-09-27T16:39:47.9451679Z Running profiler/test_profiler_tree ... [2022-09-27 16:39:47.943607] 2022-09-27T16:39:47.9452183Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:47.943607] 2022-09-27T16:39:49.3488862Z 2022-09-27T16:39:49.3489199Z Running tests... 2022-09-27T16:39:49.3489522Z ---------------------------------------------------------------------- 2022-09-27T16:39:49.3489905Z Test results will be stored in test-reports\python-unittest\profiler\test_profiler_tree 2022-09-27T16:39:49.6972866Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.6984266Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7023554Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7029124Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7057471Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7061676Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7088694Z ok (0.358s) 2022-09-27T16:39:49.7102335Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-09-27T16:39:49.7119886Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-09-27T16:39:49.7131059Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-09-27T16:39:49.7149160Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7153629Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7188890Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7193463Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7230457Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7234418Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7267910Z ok (0.016s) 2022-09-27T16:39:49.7289637Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7303113Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7376424Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7382642Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7453261Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7460307Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7531889Z ok (0.026s) 2022-09-27T16:39:49.7551792Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7557697Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7583757Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7588076Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7616981Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7620948Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7645937Z ok (0.016s) 2022-09-27T16:39:49.7673247Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7684809Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7760863Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7769329Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7844653Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7852984Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7926149Z ok (0.026s) 2022-09-27T16:39:49.7943566Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7950112Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.7982593Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.7989022Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.8023254Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:39:49.8029689Z STAGE:2022-09-27 16:39:49 3428:5800 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:39:49.8060103Z ok (0.016s) 2022-09-27T16:39:49.8072269Z 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-09-27T16:39:49.8072799Z 2022-09-27T16:39:49.8072947Z ---------------------------------------------------------------------- 2022-09-27T16:39:49.8073188Z Ran 10 tests in 0.453s 2022-09-27T16:39:49.8073302Z 2022-09-27T16:39:49.8073371Z OK (skipped=4) 2022-09-27T16:39:49.8076588Z 2022-09-27T16:39:49.8076900Z Generating XML reports... 2022-09-27T16:39:49.8138201Z Generated XML report: test-reports\python-unittest\profiler\test_profiler_tree\TEST-TestProfilerTree-20220927163949.xml 2022-09-27T16:39:50.0897972Z Running test_cuda ... [2022-09-27 16:39:50.074473] 2022-09-27T16:39:50.0898420Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:50.074473] 2022-09-27T16:39:51.5261620Z CUDA not available, skipping tests 2022-09-27T16:39:51.5326948Z 2022-09-27T16:39:51.5327128Z Running tests... 2022-09-27T16:39:51.5327414Z ---------------------------------------------------------------------- 2022-09-27T16:39:51.5327590Z 2022-09-27T16:39:51.5327732Z ---------------------------------------------------------------------- 2022-09-27T16:39:51.5327967Z Ran 0 tests in 0.000s 2022-09-27T16:39:51.5328079Z 2022-09-27T16:39:51.5328139Z OK 2022-09-27T16:39:51.5328226Z 2022-09-27T16:39:51.5328316Z Generating XML reports... 2022-09-27T16:39:51.5383159Z Test results will be stored in test-reports\python-unittest\test_cuda 2022-09-27T16:39:51.7430303Z Running test_cuda_sanitizer ... [2022-09-27 16:39:51.741123] 2022-09-27T16:39:51.7430783Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:51.741123] 2022-09-27T16:39:53.1409623Z CUDA not available, skipping tests 2022-09-27T16:39:53.1466171Z 2022-09-27T16:39:53.1466443Z Running tests... 2022-09-27T16:39:53.1466754Z ---------------------------------------------------------------------- 2022-09-27T16:39:53.1466950Z 2022-09-27T16:39:53.1467080Z ---------------------------------------------------------------------- 2022-09-27T16:39:53.1467324Z Ran 0 tests in 0.000s 2022-09-27T16:39:53.1467439Z 2022-09-27T16:39:53.1467496Z OK 2022-09-27T16:39:53.1467588Z 2022-09-27T16:39:53.1467676Z Generating XML reports... 2022-09-27T16:39:53.1506077Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-09-27T16:39:53.3525371Z Running test_deploy ... [2022-09-27 16:39:53.345028] 2022-09-27T16:39:53.3525747Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:39:53.345028] 2022-09-27T16:39:53.9633581Z ============================= test session starts ============================= 2022-09-27T16:39:53.9633970Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-09-27T16:39:53.9634248Z cachedir: .pytest_cache 2022-09-27T16:39:53.9634667Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-09-27T16:39:53.9635107Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-09-27T16:39:53.9635465Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:39:55.0546131Z collecting ... collected 1 item 2022-09-27T16:39:55.0546315Z 2022-09-27T16:39:55.4190893Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:39:55.4191130Z 2022-09-27T16:39:55.4191252Z ============================== 1 passed in 1.47s ============================== 2022-09-27T16:39:55.7179018Z Running test_fx_backends ... [2022-09-27 16:39:55.716543] 2022-09-27T16:39:55.7179508Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:55.716543] 2022-09-27T16:39:57.4529825Z ERROR:numba.cuda.cudadrv.driver:Call to cuInit results in CUDA_ERROR_UNKNOWN 2022-09-27T16:39:57.4628592Z CUDA not available, skipping tests 2022-09-27T16:39:57.4684168Z 2022-09-27T16:39:57.4684639Z Running tests... 2022-09-27T16:39:57.4684958Z ---------------------------------------------------------------------- 2022-09-27T16:39:57.4685146Z 2022-09-27T16:39:57.4685308Z ---------------------------------------------------------------------- 2022-09-27T16:39:57.4685545Z Ran 0 tests in 0.000s 2022-09-27T16:39:57.4685662Z 2022-09-27T16:39:57.4685720Z OK 2022-09-27T16:39:57.4685809Z 2022-09-27T16:39:57.4685901Z Generating XML reports... 2022-09-27T16:39:57.4724384Z Test results will be stored in test-reports\python-unittest\test_fx_backends 2022-09-27T16:39:57.7476903Z Running test_jiterator ... [2022-09-27 16:39:57.742245] 2022-09-27T16:39:57.7477386Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:57.742245] 2022-09-27T16:39:59.4799435Z CUDA not available, skipping tests 2022-09-27T16:39:59.4867252Z 2022-09-27T16:39:59.4867736Z Running tests... 2022-09-27T16:39:59.4868038Z ---------------------------------------------------------------------- 2022-09-27T16:39:59.4868230Z 2022-09-27T16:39:59.4868381Z ---------------------------------------------------------------------- 2022-09-27T16:39:59.4868650Z Ran 0 tests in 0.000s 2022-09-27T16:39:59.4868774Z 2022-09-27T16:39:59.4868839Z OK 2022-09-27T16:39:59.4868935Z 2022-09-27T16:39:59.4869033Z Generating XML reports... 2022-09-27T16:39:59.4906665Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-09-27T16:39:59.7685699Z Running test_pruning_op ... [2022-09-27 16:39:59.753209] 2022-09-27T16:39:59.7686178Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:59.753209] 2022-09-27T16:40:01.7001760Z 2022-09-27T16:40:01.7002567Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-09-27T16:40:01.7003440Z 2022-09-27T16:40:01.7003900Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-09-27T16:40:01.7009462Z 2022-09-27T16:40:01.7009881Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-09-27T16:40:01.7032163Z + [[ 2 == 1 ]] 2022-09-27T16:40:01.7040706Z + [[ 2 == 2 ]] 2022-09-27T16:40:01.7040945Z + [[ 2 -gt 1 ]] 2022-09-27T16:40:01.7041280Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-09-27T16:40:01.7212129Z 2022-09-27T16:40:01.7212708Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-09-27T16:40:01.7221688Z 2022-09-27T16:40:01.7222398Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-09-27T16:40:01.7222899Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-09-27T16:40:01.7223179Z exit /b 0 2022-09-27T16:40:01.7223349Z ) 2022-09-27T16:40:02.2877000Z "Executing CMake for custom_backend test..." 2022-09-27T16:40:07.6558569Z -- The C compiler identification is MSVC 19.28.29337.0 2022-09-27T16:40:07.9404910Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-09-27T16:40:08.2404748Z -- Detecting C compiler ABI info 2022-09-27T16:40:09.8334062Z -- Detecting C compiler ABI info - done 2022-09-27T16:40:09.8357649Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-09-27T16:40:09.8431098Z -- Detecting C compile features 2022-09-27T16:40:09.8513989Z -- Detecting C compile features - done 2022-09-27T16:40:09.9231121Z -- Detecting CXX compiler ABI info 2022-09-27T16:40:10.5461452Z -- Detecting CXX compiler ABI info - done 2022-09-27T16:40:10.5485084Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-09-27T16:40:10.5489392Z -- Detecting CXX compile features 2022-09-27T16:40:10.5497179Z -- Detecting CXX compile features - done 2022-09-27T16:40:10.6043109Z -- Looking for pthread.h 2022-09-27T16:40:11.5623921Z -- Looking for pthread.h - not found 2022-09-27T16:40:11.5639228Z -- Found Threads: TRUE 2022-09-27T16:40:11.8274585Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-09-27T16:40:11.8277398Z -- Configuring done 2022-09-27T16:40:11.8434386Z -- Generating done 2022-09-27T16:40:11.8610306Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-09-27T16:40:11.8677171Z "Executing Ninja for custom_backend test..." 2022-09-27T16:40:16.2134907Z [1/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -Dcustom_backend_EXPORTS -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\custom_backend.dir\custom_backend.cpp.obj /FdCMakeFiles\custom_backend.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp 2022-09-27T16:40:16.2136119Z 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-09-27T16:40:16.2136766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2137146Z with 2022-09-27T16:40:16.2137334Z [ 2022-09-27T16:40:16.2137517Z T=std::string 2022-09-27T16:40:16.2137707Z ] 2022-09-27T16:40:16.2138135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2138499Z with 2022-09-27T16:40:16.2138652Z [ 2022-09-27T16:40:16.2138826Z T=std::string 2022-09-27T16:40:16.2139012Z ] 2022-09-27T16:40:16.2139573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2140147Z with 2022-09-27T16:40:16.2140382Z [ 2022-09-27T16:40:16.2140603Z T=std::string 2022-09-27T16:40:16.2140853Z ] 2022-09-27T16:40:16.2141500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2142201Z with 2022-09-27T16:40:16.2142445Z [ 2022-09-27T16:40:16.2142725Z T=std::string 2022-09-27T16:40:16.2142953Z ] 2022-09-27T16:40:16.2143515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2144378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2145502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2146007Z with 2022-09-27T16:40:16.2146226Z [ 2022-09-27T16:40:16.2146475Z T=std::string 2022-09-27T16:40:16.2146709Z ] 2022-09-27T16:40:16.2147311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2147804Z with 2022-09-27T16:40:16.2148016Z [ 2022-09-27T16:40:16.2148266Z T=c10::QualifiedName 2022-09-27T16:40:16.2148631Z ] 2022-09-27T16:40:16.2149177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2149689Z with 2022-09-27T16:40:16.2149909Z [ 2022-09-27T16:40:16.2150143Z T=c10::QualifiedName 2022-09-27T16:40:16.2150392Z ] 2022-09-27T16:40:16.2151015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2151556Z with 2022-09-27T16:40:16.2151784Z [ 2022-09-27T16:40:16.2152009Z T=c10::QualifiedName 2022-09-27T16:40:16.2152256Z ] 2022-09-27T16:40:16.2152781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2153216Z with 2022-09-27T16:40:16.2153377Z [ 2022-09-27T16:40:16.2153560Z T=c10::QualifiedName 2022-09-27T16:40:16.2153721Z ] 2022-09-27T16:40:16.2154142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2154783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2155431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2155823Z with 2022-09-27T16:40:16.2155984Z [ 2022-09-27T16:40:16.2156164Z T=c10::QualifiedName 2022-09-27T16:40:16.2156328Z ] 2022-09-27T16:40:16.2156719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2157082Z with 2022-09-27T16:40:16.2157240Z [ 2022-09-27T16:40:16.2157410Z T=c10::SymInt 2022-09-27T16:40:16.2157578Z ] 2022-09-27T16:40:16.2157962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2158332Z with 2022-09-27T16:40:16.2158490Z [ 2022-09-27T16:40:16.2158659Z T=c10::SymInt 2022-09-27T16:40:16.2158827Z ] 2022-09-27T16:40:16.2159266Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2159737Z with 2022-09-27T16:40:16.2159899Z [ 2022-09-27T16:40:16.2160073Z T=c10::SymInt 2022-09-27T16:40:16.2160243Z ] 2022-09-27T16:40:16.2160708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2161136Z with 2022-09-27T16:40:16.2161279Z [ 2022-09-27T16:40:16.2161447Z T=c10::SymInt 2022-09-27T16:40:16.2161617Z ] 2022-09-27T16:40:16.2162021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2162702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2163344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2163734Z with 2022-09-27T16:40:16.2163878Z [ 2022-09-27T16:40:16.2164048Z T=c10::SymInt 2022-09-27T16:40:16.2164220Z ] 2022-09-27T16:40:16.2164592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:40:16.2165173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2165534Z with 2022-09-27T16:40:16.2165676Z [ 2022-09-27T16:40:16.2165855Z T=at::TensorBase 2022-09-27T16:40:16.2166030Z ] 2022-09-27T16:40:16.2166430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2166801Z with 2022-09-27T16:40:16.2166961Z [ 2022-09-27T16:40:16.2167121Z T=at::TensorBase 2022-09-27T16:40:16.2167289Z ] 2022-09-27T16:40:16.2167724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2168219Z with 2022-09-27T16:40:16.2168368Z [ 2022-09-27T16:40:16.2168524Z T=at::TensorBase 2022-09-27T16:40:16.2168699Z ] 2022-09-27T16:40:16.2169171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2169599Z with 2022-09-27T16:40:16.2169764Z [ 2022-09-27T16:40:16.2169939Z T=at::TensorBase 2022-09-27T16:40:16.2170097Z ] 2022-09-27T16:40:16.2170517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2171157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2172240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2172645Z with 2022-09-27T16:40:16.2172809Z [ 2022-09-27T16:40:16.2172991Z T=at::TensorBase 2022-09-27T16:40:16.2173150Z ] 2022-09-27T16:40:16.2173536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2173898Z with 2022-09-27T16:40:16.2174055Z [ 2022-09-27T16:40:16.2174226Z T=at::Tensor 2022-09-27T16:40:16.2174390Z ] 2022-09-27T16:40:16.2174780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2175215Z with 2022-09-27T16:40:16.2175375Z [ 2022-09-27T16:40:16.2175545Z T=at::Tensor 2022-09-27T16:40:16.2175715Z ] 2022-09-27T16:40:16.2176138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2176548Z with 2022-09-27T16:40:16.2176712Z [ 2022-09-27T16:40:16.2176881Z T=at::Tensor 2022-09-27T16:40:16.2177047Z ] 2022-09-27T16:40:16.2177514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2177946Z with 2022-09-27T16:40:16.2178088Z [ 2022-09-27T16:40:16.2178261Z T=at::Tensor 2022-09-27T16:40:16.2178429Z ] 2022-09-27T16:40:16.2178835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2179527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2180166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2180540Z with 2022-09-27T16:40:16.2180698Z [ 2022-09-27T16:40:16.2180870Z T=at::Tensor 2022-09-27T16:40:16.2181038Z ] 2022-09-27T16:40:16.2181423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2181784Z with 2022-09-27T16:40:16.2181926Z [ 2022-09-27T16:40:16.2182102Z T=at::Generator 2022-09-27T16:40:16.2182277Z ] 2022-09-27T16:40:16.2182682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2183052Z with 2022-09-27T16:40:16.2183210Z [ 2022-09-27T16:40:16.2183366Z T=at::Generator 2022-09-27T16:40:16.2183534Z ] 2022-09-27T16:40:16.2183974Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2184377Z with 2022-09-27T16:40:16.2184535Z [ 2022-09-27T16:40:16.2184690Z T=at::Generator 2022-09-27T16:40:16.2184863Z ] 2022-09-27T16:40:16.2185383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2185820Z with 2022-09-27T16:40:16.2185981Z [ 2022-09-27T16:40:16.2186151Z T=at::Generator 2022-09-27T16:40:16.2186309Z ] 2022-09-27T16:40:16.2186723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2187357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2188052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2188441Z with 2022-09-27T16:40:16.2188603Z [ 2022-09-27T16:40:16.2188775Z T=at::Generator 2022-09-27T16:40:16.2188931Z ] 2022-09-27T16:40:16.2189339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2189698Z with 2022-09-27T16:40:16.2189857Z [ 2022-09-27T16:40:16.2190104Z T=std::vector> 2022-09-27T16:40:16.2190340Z ] 2022-09-27T16:40:16.2190728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2191104Z with 2022-09-27T16:40:16.2191264Z [ 2022-09-27T16:40:16.2191509Z T=std::vector> 2022-09-27T16:40:16.2191738Z ] 2022-09-27T16:40:16.2192182Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2192572Z with 2022-09-27T16:40:16.2192732Z [ 2022-09-27T16:40:16.2192979Z T=std::vector> 2022-09-27T16:40:16.2193209Z ] 2022-09-27T16:40:16.2193677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2194114Z with 2022-09-27T16:40:16.2194256Z [ 2022-09-27T16:40:16.2194499Z T=std::vector> 2022-09-27T16:40:16.2194731Z ] 2022-09-27T16:40:16.2195196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:16.2195925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:16.2196617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2197061Z with 2022-09-27T16:40:16.2197224Z [ 2022-09-27T16:40:16.2197455Z T=std::vector> 2022-09-27T16:40:16.2197688Z ] 2022-09-27T16:40:16.2198077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2198435Z with 2022-09-27T16:40:16.2198597Z [ 2022-09-27T16:40:16.2198809Z T=std::vector> 2022-09-27T16:40:16.2198999Z ] 2022-09-27T16:40:16.2199403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2199832Z with 2022-09-27T16:40:16.2199992Z [ 2022-09-27T16:40:16.2200206Z T=std::vector> 2022-09-27T16:40:16.2200392Z ] 2022-09-27T16:40:16.2200834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2201239Z with 2022-09-27T16:40:16.2201400Z [ 2022-09-27T16:40:16.2201612Z T=std::vector> 2022-09-27T16:40:16.2201813Z ] 2022-09-27T16:40:16.2202279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2202693Z with 2022-09-27T16:40:16.2202852Z [ 2022-09-27T16:40:16.2203063Z T=std::vector> 2022-09-27T16:40:16.2203260Z ] 2022-09-27T16:40:16.2203699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:16.2204379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:16.2205032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2205410Z with 2022-09-27T16:40:16.2205572Z [ 2022-09-27T16:40:16.2205785Z T=std::vector> 2022-09-27T16:40:16.2205984Z ] 2022-09-27T16:40:16.2206375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2206733Z with 2022-09-27T16:40:16.2206876Z [ 2022-09-27T16:40:16.2207133Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2207376Z ] 2022-09-27T16:40:16.2207784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2208262Z with 2022-09-27T16:40:16.2208421Z [ 2022-09-27T16:40:16.2208662Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2208905Z ] 2022-09-27T16:40:16.2209733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2210144Z with 2022-09-27T16:40:16.2210305Z [ 2022-09-27T16:40:16.2210562Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2211116Z ] 2022-09-27T16:40:16.2211575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2212007Z with 2022-09-27T16:40:16.2212167Z [ 2022-09-27T16:40:16.2212478Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2212717Z ] 2022-09-27T16:40:16.2213193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:16.2213939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:16.2214618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:16.2215249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2215646Z with 2022-09-27T16:40:16.2215812Z [ 2022-09-27T16:40:16.2216070Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2216312Z ] 2022-09-27T16:40:16.2216706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2217066Z with 2022-09-27T16:40:16.2217211Z [ 2022-09-27T16:40:16.2217462Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2217691Z ] 2022-09-27T16:40:16.2218097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2218472Z with 2022-09-27T16:40:16.2218632Z [ 2022-09-27T16:40:16.2218866Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2219093Z ] 2022-09-27T16:40:16.2219533Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2219940Z with 2022-09-27T16:40:16.2220098Z [ 2022-09-27T16:40:16.2220340Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2220556Z ] 2022-09-27T16:40:16.2221029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2221464Z with 2022-09-27T16:40:16.2221623Z [ 2022-09-27T16:40:16.2221918Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2222153Z ] 2022-09-27T16:40:16.2222603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:16.2223336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:16.2224011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:16.2224697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2225095Z with 2022-09-27T16:40:16.2225270Z [ 2022-09-27T16:40:16.2225521Z T=std::vector,std::allocator>> 2022-09-27T16:40:16.2225754Z ] 2022-09-27T16:40:16.2226128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2226493Z with 2022-09-27T16:40:16.2226653Z [ 2022-09-27T16:40:16.2226870Z T=std::vector> 2022-09-27T16:40:16.2227078Z ] 2022-09-27T16:40:16.2227487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2227863Z with 2022-09-27T16:40:16.2228005Z [ 2022-09-27T16:40:16.2228220Z T=std::vector> 2022-09-27T16:40:16.2228421Z ] 2022-09-27T16:40:16.2228860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2229274Z with 2022-09-27T16:40:16.2229417Z [ 2022-09-27T16:40:16.2229633Z T=std::vector> 2022-09-27T16:40:16.2229835Z ] 2022-09-27T16:40:16.2230307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2230741Z with 2022-09-27T16:40:16.2230910Z [ 2022-09-27T16:40:16.2231109Z T=std::vector> 2022-09-27T16:40:16.2231313Z ] 2022-09-27T16:40:16.2231743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:16.2232140Z with 2022-09-27T16:40:16.2232300Z [ 2022-09-27T16:40:16.2232465Z T=int64_t 2022-09-27T16:40:16.2232617Z ] 2022-09-27T16:40:16.2233042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:16.2233440Z with 2022-09-27T16:40:16.2233602Z [ 2022-09-27T16:40:16.2233763Z T=int64_t 2022-09-27T16:40:16.2233929Z ] 2022-09-27T16:40:16.2234401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2234793Z with 2022-09-27T16:40:16.2234957Z [ 2022-09-27T16:40:16.2235175Z T=std::vector> 2022-09-27T16:40:16.2235380Z ] 2022-09-27T16:40:16.2235767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2236112Z with 2022-09-27T16:40:16.2236273Z [ 2022-09-27T16:40:16.2236543Z T=std::shared_ptr 2022-09-27T16:40:16.2236757Z ] 2022-09-27T16:40:16.2237166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2237541Z with 2022-09-27T16:40:16.2237686Z [ 2022-09-27T16:40:16.2237910Z T=std::shared_ptr 2022-09-27T16:40:16.2238121Z ] 2022-09-27T16:40:16.2238566Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2238974Z with 2022-09-27T16:40:16.2239132Z [ 2022-09-27T16:40:16.2239334Z T=std::shared_ptr 2022-09-27T16:40:16.2239545Z ] 2022-09-27T16:40:16.2240015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2240447Z with 2022-09-27T16:40:16.2240610Z [ 2022-09-27T16:40:16.2240833Z T=std::shared_ptr 2022-09-27T16:40:16.2241026Z ] 2022-09-27T16:40:16.2241481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2242224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:16.2242899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2243292Z with 2022-09-27T16:40:16.2243456Z [ 2022-09-27T16:40:16.2243679Z T=std::shared_ptr 2022-09-27T16:40:16.2243872Z ] 2022-09-27T16:40:16.2244263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2244627Z with 2022-09-27T16:40:16.2244790Z [ 2022-09-27T16:40:16.2245010Z T=std::weak_ptr 2022-09-27T16:40:16.2245218Z ] 2022-09-27T16:40:16.2245606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2245980Z with 2022-09-27T16:40:16.2246139Z [ 2022-09-27T16:40:16.2246410Z T=std::weak_ptr 2022-09-27T16:40:16.2246618Z ] 2022-09-27T16:40:16.2247063Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2247447Z with 2022-09-27T16:40:16.2247609Z [ 2022-09-27T16:40:16.2247820Z T=std::weak_ptr 2022-09-27T16:40:16.2248117Z ] 2022-09-27T16:40:16.2248603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2249098Z with 2022-09-27T16:40:16.2249240Z [ 2022-09-27T16:40:16.2249459Z T=std::weak_ptr 2022-09-27T16:40:16.2249668Z ] 2022-09-27T16:40:16.2250118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2250806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:16.2251482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2251878Z with 2022-09-27T16:40:16.2252024Z [ 2022-09-27T16:40:16.2252245Z T=std::weak_ptr 2022-09-27T16:40:16.2252452Z ] 2022-09-27T16:40:16.2252842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2253205Z with 2022-09-27T16:40:16.2253366Z [ 2022-09-27T16:40:16.2253596Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:16.2253831Z ] 2022-09-27T16:40:16.2254242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2254618Z with 2022-09-27T16:40:16.2254778Z [ 2022-09-27T16:40:16.2255018Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:16.2255229Z ] 2022-09-27T16:40:16.2255676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2256082Z with 2022-09-27T16:40:16.2256242Z [ 2022-09-27T16:40:16.2256483Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:16.2256707Z ] 2022-09-27T16:40:16.2257214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2257647Z with 2022-09-27T16:40:16.2257813Z [ 2022-09-27T16:40:16.2258054Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:16.2258288Z ] 2022-09-27T16:40:16.2258810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2259566Z 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-09-27T16:40:16.2260315Z 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-09-27T16:40:16.2261012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2261430Z with 2022-09-27T16:40:16.2261593Z [ 2022-09-27T16:40:16.2261844Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:16.2262073Z ] 2022-09-27T16:40:16.2262464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2262824Z with 2022-09-27T16:40:16.2262966Z [ 2022-09-27T16:40:16.2263209Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:16.2263442Z ] 2022-09-27T16:40:16.2263845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2264216Z with 2022-09-27T16:40:16.2264375Z [ 2022-09-27T16:40:16.2264600Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:16.2264829Z ] 2022-09-27T16:40:16.2265273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2265682Z with 2022-09-27T16:40:16.2265841Z [ 2022-09-27T16:40:16.2266078Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:16.2266287Z ] 2022-09-27T16:40:16.2266752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2267183Z with 2022-09-27T16:40:16.2267405Z [ 2022-09-27T16:40:16.2267638Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:16.2267865Z ] 2022-09-27T16:40:16.2268330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2269086Z 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-09-27T16:40:16.2269834Z 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-09-27T16:40:16.2270572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2271009Z with 2022-09-27T16:40:16.2271173Z [ 2022-09-27T16:40:16.2271416Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:16.2271646Z ] 2022-09-27T16:40:16.2272025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2272379Z with 2022-09-27T16:40:16.2272541Z [ 2022-09-27T16:40:16.2272739Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:16.2272931Z ] 2022-09-27T16:40:16.2273334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2273740Z with 2022-09-27T16:40:16.2273901Z [ 2022-09-27T16:40:16.2274095Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:16.2274290Z ] 2022-09-27T16:40:16.2274729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2275139Z with 2022-09-27T16:40:16.2275284Z [ 2022-09-27T16:40:16.2275470Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:16.2275662Z ] 2022-09-27T16:40:16.2276131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2276559Z with 2022-09-27T16:40:16.2276719Z [ 2022-09-27T16:40:16.2276898Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:16.2277089Z ] 2022-09-27T16:40:16.2277519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2278167Z 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-09-27T16:40:16.2278549Z with 2022-09-27T16:40:16.2278710Z [ 2022-09-27T16:40:16.2278889Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:16.2279080Z ] 2022-09-27T16:40:16.2279541Z 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-09-27T16:40:16.2280238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2280629Z with 2022-09-27T16:40:16.2280791Z [ 2022-09-27T16:40:16.2280984Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:16.2281158Z ] 2022-09-27T16:40:16.2281551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2281911Z with 2022-09-27T16:40:16.2282075Z [ 2022-09-27T16:40:16.2282355Z T=std::vector> 2022-09-27T16:40:16.2282614Z ] 2022-09-27T16:40:16.2283000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2283422Z with 2022-09-27T16:40:16.2283586Z [ 2022-09-27T16:40:16.2283866Z T=std::vector> 2022-09-27T16:40:16.2284123Z ] 2022-09-27T16:40:16.2284564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2284975Z with 2022-09-27T16:40:16.2285119Z [ 2022-09-27T16:40:16.2285398Z T=std::vector> 2022-09-27T16:40:16.2285652Z ] 2022-09-27T16:40:16.2286174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2286606Z with 2022-09-27T16:40:16.2286764Z [ 2022-09-27T16:40:16.2287025Z T=std::vector> 2022-09-27T16:40:16.2287286Z ] 2022-09-27T16:40:16.2287784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:16.2288737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:16.2289497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2289932Z with 2022-09-27T16:40:16.2290094Z [ 2022-09-27T16:40:16.2290406Z T=std::vector> 2022-09-27T16:40:16.2290645Z ] 2022-09-27T16:40:16.2291144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2291645Z with 2022-09-27T16:40:16.2291805Z [ 2022-09-27T16:40:16.2291980Z T=c10::IValue 2022-09-27T16:40:16.2292323Z ] 2022-09-27T16:40:16.2292781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2293218Z with 2022-09-27T16:40:16.2293378Z [ 2022-09-27T16:40:16.2293603Z T=c10::IValue 2022-09-27T16:40:16.2293785Z ] 2022-09-27T16:40:16.2294369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2294797Z with 2022-09-27T16:40:16.2294959Z [ 2022-09-27T16:40:16.2295132Z T=c10::IValue 2022-09-27T16:40:16.2295298Z ] 2022-09-27T16:40:16.2295764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2296462Z with 2022-09-27T16:40:16.2296604Z [ 2022-09-27T16:40:16.2296859Z T=c10::IValue 2022-09-27T16:40:16.2297023Z ] 2022-09-27T16:40:16.2297432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2298067Z 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-09-27T16:40:16.2298711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2299157Z with 2022-09-27T16:40:16.2299302Z [ 2022-09-27T16:40:16.2299474Z T=c10::IValue 2022-09-27T16:40:16.2299643Z ] 2022-09-27T16:40:16.2300034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2300390Z with 2022-09-27T16:40:16.2300535Z [ 2022-09-27T16:40:16.2300710Z T=c10::AliasInfo 2022-09-27T16:40:16.2300878Z ] 2022-09-27T16:40:16.2301283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2301655Z with 2022-09-27T16:40:16.2301813Z [ 2022-09-27T16:40:16.2301970Z T=c10::AliasInfo 2022-09-27T16:40:16.2302142Z ] 2022-09-27T16:40:16.2302585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2302994Z with 2022-09-27T16:40:16.2303151Z [ 2022-09-27T16:40:16.2303307Z T=c10::AliasInfo 2022-09-27T16:40:16.2303479Z ] 2022-09-27T16:40:16.2303946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2304368Z with 2022-09-27T16:40:16.2304523Z [ 2022-09-27T16:40:16.2304696Z T=c10::AliasInfo 2022-09-27T16:40:16.2304853Z ] 2022-09-27T16:40:16.2305268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2305907Z 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-09-27T16:40:16.2306597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2306985Z with 2022-09-27T16:40:16.2307146Z [ 2022-09-27T16:40:16.2307320Z T=c10::AliasInfo 2022-09-27T16:40:16.2307475Z ] 2022-09-27T16:40:16.2307861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2308217Z with 2022-09-27T16:40:16.2308378Z [ 2022-09-27T16:40:16.2308606Z T=c10::either 2022-09-27T16:40:16.2308822Z ] 2022-09-27T16:40:16.2309264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2309645Z with 2022-09-27T16:40:16.2309805Z [ 2022-09-27T16:40:16.2310033Z T=c10::either 2022-09-27T16:40:16.2310250Z ] 2022-09-27T16:40:16.2310694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2311080Z with 2022-09-27T16:40:16.2311241Z [ 2022-09-27T16:40:16.2311465Z T=c10::either 2022-09-27T16:40:16.2311726Z ] 2022-09-27T16:40:16.2312201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2312632Z with 2022-09-27T16:40:16.2312775Z [ 2022-09-27T16:40:16.2313008Z T=c10::either 2022-09-27T16:40:16.2313226Z ] 2022-09-27T16:40:16.2313682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2314419Z 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-09-27T16:40:16.2315124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2315512Z with 2022-09-27T16:40:16.2315676Z [ 2022-09-27T16:40:16.2315887Z T=c10::either 2022-09-27T16:40:16.2316099Z ] 2022-09-27T16:40:16.2316494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2316857Z with 2022-09-27T16:40:16.2317016Z [ 2022-09-27T16:40:16.2317206Z T=torch::autograd::ViewInfo 2022-09-27T16:40:16.2317377Z ] 2022-09-27T16:40:16.2317787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2318156Z with 2022-09-27T16:40:16.2318317Z [ 2022-09-27T16:40:16.2318505Z T=torch::autograd::ViewInfo 2022-09-27T16:40:16.2318675Z ] 2022-09-27T16:40:16.2319119Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2319521Z with 2022-09-27T16:40:16.2319679Z [ 2022-09-27T16:40:16.2319872Z T=torch::autograd::ViewInfo 2022-09-27T16:40:16.2320057Z ] 2022-09-27T16:40:16.2320508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2320940Z with 2022-09-27T16:40:16.2321105Z [ 2022-09-27T16:40:16.2321294Z T=torch::autograd::ViewInfo 2022-09-27T16:40:16.2321526Z ] 2022-09-27T16:40:16.2321951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2322616Z 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-09-27T16:40:16.2323283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2324202Z with 2022-09-27T16:40:16.2324366Z [ 2022-09-27T16:40:16.2324559Z T=torch::autograd::ViewInfo 2022-09-27T16:40:16.2324749Z ] 2022-09-27T16:40:16.2325147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2325504Z with 2022-09-27T16:40:16.2325647Z [ 2022-09-27T16:40:16.2325857Z T=std::tuple 2022-09-27T16:40:16.2326059Z ] 2022-09-27T16:40:16.2326465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2326837Z with 2022-09-27T16:40:16.2326977Z [ 2022-09-27T16:40:16.2327189Z T=std::tuple 2022-09-27T16:40:16.2327390Z ] 2022-09-27T16:40:16.2327833Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2328346Z with 2022-09-27T16:40:16.2328510Z [ 2022-09-27T16:40:16.2328700Z T=std::tuple 2022-09-27T16:40:16.2328898Z ] 2022-09-27T16:40:16.2329366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2329787Z with 2022-09-27T16:40:16.2329947Z [ 2022-09-27T16:40:16.2330153Z T=std::tuple 2022-09-27T16:40:16.2330334Z ] 2022-09-27T16:40:16.2330774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2331471Z 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-09-27T16:40:16.2332153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2332544Z with 2022-09-27T16:40:16.2332705Z [ 2022-09-27T16:40:16.2332918Z T=std::tuple 2022-09-27T16:40:16.2333102Z ] 2022-09-27T16:40:16.2333606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2333970Z with 2022-09-27T16:40:16.2334126Z [ 2022-09-27T16:40:16.2334388Z T=torch::jit::SourceRange 2022-09-27T16:40:16.2334575Z ] 2022-09-27T16:40:16.2334964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2335378Z with 2022-09-27T16:40:16.2335540Z [ 2022-09-27T16:40:16.2335726Z T=torch::jit::SourceRange 2022-09-27T16:40:16.2335911Z ] 2022-09-27T16:40:16.2336348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2336835Z with 2022-09-27T16:40:16.2337002Z [ 2022-09-27T16:40:16.2337191Z T=torch::jit::SourceRange 2022-09-27T16:40:16.2337376Z ] 2022-09-27T16:40:16.2337842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2338274Z with 2022-09-27T16:40:16.2338416Z [ 2022-09-27T16:40:16.2338598Z T=torch::jit::SourceRange 2022-09-27T16:40:16.2338780Z ] 2022-09-27T16:40:16.2339202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2339867Z 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-09-27T16:40:16.2340548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2340936Z with 2022-09-27T16:40:16.2341082Z [ 2022-09-27T16:40:16.2341267Z T=torch::jit::SourceRange 2022-09-27T16:40:16.2341451Z ] 2022-09-27T16:40:16.2341840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2342199Z with 2022-09-27T16:40:16.2342356Z [ 2022-09-27T16:40:16.2342546Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:16.2342744Z ] 2022-09-27T16:40:16.2343153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2343521Z with 2022-09-27T16:40:16.2343681Z [ 2022-09-27T16:40:16.2343886Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:16.2344067Z ] 2022-09-27T16:40:16.2344510Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2344913Z with 2022-09-27T16:40:16.2345074Z [ 2022-09-27T16:40:16.2345279Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:16.2345460Z ] 2022-09-27T16:40:16.2345928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2346362Z with 2022-09-27T16:40:16.2346522Z [ 2022-09-27T16:40:16.2346772Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:16.2346970Z ] 2022-09-27T16:40:16.2347407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2348071Z 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-09-27T16:40:16.2348745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2349186Z with 2022-09-27T16:40:16.2349348Z [ 2022-09-27T16:40:16.2349555Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:16.2349751Z ] 2022-09-27T16:40:16.2350142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2350487Z with 2022-09-27T16:40:16.2350649Z [ 2022-09-27T16:40:16.2350849Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:16.2351047Z ] 2022-09-27T16:40:16.2351449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2351812Z with 2022-09-27T16:40:16.2351955Z [ 2022-09-27T16:40:16.2352157Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:16.2352353Z ] 2022-09-27T16:40:16.2352794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2353202Z with 2022-09-27T16:40:16.2353358Z [ 2022-09-27T16:40:16.2353542Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:16.2353734Z ] 2022-09-27T16:40:16.2354197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2354620Z with 2022-09-27T16:40:16.2354775Z [ 2022-09-27T16:40:16.2354957Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:16.2355154Z ] 2022-09-27T16:40:16.2355591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2356274Z 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-09-27T16:40:16.2357053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2357447Z with 2022-09-27T16:40:16.2357608Z [ 2022-09-27T16:40:16.2357811Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:16.2357990Z ] 2022-09-27T16:40:16.2358380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2358742Z with 2022-09-27T16:40:16.2358949Z [ 2022-09-27T16:40:16.2359196Z T=torch::jit::ScopePtr 2022-09-27T16:40:16.2359361Z ] 2022-09-27T16:40:16.2359764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2360142Z with 2022-09-27T16:40:16.2360302Z [ 2022-09-27T16:40:16.2360483Z T=torch::jit::ScopePtr 2022-09-27T16:40:16.2360660Z ] 2022-09-27T16:40:16.2361085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2361542Z with 2022-09-27T16:40:16.2361701Z [ 2022-09-27T16:40:16.2361886Z T=torch::jit::ScopePtr 2022-09-27T16:40:16.2362064Z ] 2022-09-27T16:40:16.2362534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2362951Z with 2022-09-27T16:40:16.2363109Z [ 2022-09-27T16:40:16.2363295Z T=torch::jit::ScopePtr 2022-09-27T16:40:16.2363475Z ] 2022-09-27T16:40:16.2363900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2364551Z 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-09-27T16:40:16.2365216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2365591Z with 2022-09-27T16:40:16.2365754Z [ 2022-09-27T16:40:16.2365940Z T=torch::jit::ScopePtr 2022-09-27T16:40:16.2366120Z ] 2022-09-27T16:40:16.2366512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2366872Z with 2022-09-27T16:40:16.2367016Z [ 2022-09-27T16:40:16.2367212Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:16.2367405Z ] 2022-09-27T16:40:16.2367811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2368250Z with 2022-09-27T16:40:16.2368410Z [ 2022-09-27T16:40:16.2368588Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:16.2368776Z ] 2022-09-27T16:40:16.2369220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2369631Z with 2022-09-27T16:40:16.2369793Z [ 2022-09-27T16:40:16.2369968Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:16.2370159Z ] 2022-09-27T16:40:16.2370628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2371058Z with 2022-09-27T16:40:16.2371218Z [ 2022-09-27T16:40:16.2371409Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:16.2371580Z ] 2022-09-27T16:40:16.2372443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2373139Z 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-09-27T16:40:16.2373822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2374264Z with 2022-09-27T16:40:16.2374426Z [ 2022-09-27T16:40:16.2374621Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:16.2374797Z ] 2022-09-27T16:40:16.2375194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2375557Z with 2022-09-27T16:40:16.2375719Z [ 2022-09-27T16:40:16.2375953Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:16.2376173Z ] 2022-09-27T16:40:16.2376560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2376936Z with 2022-09-27T16:40:16.2377096Z [ 2022-09-27T16:40:16.2377327Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:16.2377548Z ] 2022-09-27T16:40:16.2377992Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2378399Z with 2022-09-27T16:40:16.2378542Z [ 2022-09-27T16:40:16.2378775Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:16.2378997Z ] 2022-09-27T16:40:16.2379460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2379890Z with 2022-09-27T16:40:16.2380048Z [ 2022-09-27T16:40:16.2380261Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:16.2380477Z ] 2022-09-27T16:40:16.2380937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2381674Z 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-09-27T16:40:16.2382383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2382775Z with 2022-09-27T16:40:16.2382937Z [ 2022-09-27T16:40:16.2383151Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:16.2383369Z ] 2022-09-27T16:40:16.2383761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2384122Z with 2022-09-27T16:40:16.2384329Z [ 2022-09-27T16:40:16.2384514Z T=at::StepCallbacks 2022-09-27T16:40:16.2384679Z ] 2022-09-27T16:40:16.2385086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2385482Z with 2022-09-27T16:40:16.2385641Z [ 2022-09-27T16:40:16.2385823Z T=at::StepCallbacks 2022-09-27T16:40:16.2385984Z ] 2022-09-27T16:40:16.2386431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2386884Z with 2022-09-27T16:40:16.2387047Z [ 2022-09-27T16:40:16.2387229Z T=at::StepCallbacks 2022-09-27T16:40:16.2387405Z ] 2022-09-27T16:40:16.2387857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2388291Z with 2022-09-27T16:40:16.2388451Z [ 2022-09-27T16:40:16.2388634Z T=at::StepCallbacks 2022-09-27T16:40:16.2388813Z ] 2022-09-27T16:40:16.2389232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2389888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(625): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:16.2390540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2390928Z with 2022-09-27T16:40:16.2391090Z [ 2022-09-27T16:40:16.2391277Z T=at::StepCallbacks 2022-09-27T16:40:16.2391459Z ] 2022-09-27T16:40:16.2391851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2392214Z with 2022-09-27T16:40:16.2392357Z [ 2022-09-27T16:40:16.2392544Z T=at::ThreadLocalState 2022-09-27T16:40:16.2392727Z ] 2022-09-27T16:40:16.2393131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2393508Z with 2022-09-27T16:40:16.2393647Z [ 2022-09-27T16:40:16.2393835Z T=at::ThreadLocalState 2022-09-27T16:40:16.2394018Z ] 2022-09-27T16:40:16.2394458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2394870Z with 2022-09-27T16:40:16.2395028Z [ 2022-09-27T16:40:16.2395197Z T=at::ThreadLocalState 2022-09-27T16:40:16.2395380Z ] 2022-09-27T16:40:16.2395845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2396274Z with 2022-09-27T16:40:16.2396434Z [ 2022-09-27T16:40:16.2396621Z T=at::ThreadLocalState 2022-09-27T16:40:16.2396835Z ] 2022-09-27T16:40:16.2397263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2397929Z 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-09-27T16:40:16.2398603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2399043Z with 2022-09-27T16:40:16.2399206Z [ 2022-09-27T16:40:16.2399393Z T=at::ThreadLocalState 2022-09-27T16:40:16.2399561Z ] 2022-09-27T16:40:16.2399956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2400316Z with 2022-09-27T16:40:16.2400476Z [ 2022-09-27T16:40:16.2400680Z T=std::shared_ptr 2022-09-27T16:40:16.2400859Z ] 2022-09-27T16:40:16.2401257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2401633Z with 2022-09-27T16:40:16.2401793Z [ 2022-09-27T16:40:16.2401996Z T=std::shared_ptr 2022-09-27T16:40:16.2402191Z ] 2022-09-27T16:40:16.2402618Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2403023Z with 2022-09-27T16:40:16.2403182Z [ 2022-09-27T16:40:16.2403386Z T=std::shared_ptr 2022-09-27T16:40:16.2403580Z ] 2022-09-27T16:40:16.2404047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2404473Z with 2022-09-27T16:40:16.2404617Z [ 2022-09-27T16:40:16.2404823Z T=std::shared_ptr 2022-09-27T16:40:16.2405018Z ] 2022-09-27T16:40:16.2405452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:16.2406116Z 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-09-27T16:40:16.2406795Z 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-09-27T16:40:16.2407479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2407872Z with 2022-09-27T16:40:16.2408018Z [ 2022-09-27T16:40:16.2408309Z T=std::shared_ptr 2022-09-27T16:40:16.2408509Z ] 2022-09-27T16:40:16.2408957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2409317Z with 2022-09-27T16:40:16.2409461Z [ 2022-09-27T16:40:16.2409652Z T=torch::jit::GraphExecutor 2022-09-27T16:40:16.2409845Z ] 2022-09-27T16:40:16.2410251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2410625Z with 2022-09-27T16:40:16.2410789Z [ 2022-09-27T16:40:16.2410961Z T=torch::jit::GraphExecutor 2022-09-27T16:40:16.2411147Z ] 2022-09-27T16:40:16.2411588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2412044Z with 2022-09-27T16:40:16.2412207Z [ 2022-09-27T16:40:16.2412400Z T=torch::jit::GraphExecutor 2022-09-27T16:40:16.2412572Z ] 2022-09-27T16:40:16.2413039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2413466Z with 2022-09-27T16:40:16.2413625Z [ 2022-09-27T16:40:16.2413817Z T=torch::jit::GraphExecutor 2022-09-27T16:40:16.2414003Z ] 2022-09-27T16:40:16.2414409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2415073Z 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-09-27T16:40:16.2415745Z 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-09-27T16:40:16.2416421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2416811Z with 2022-09-27T16:40:16.2416970Z [ 2022-09-27T16:40:16.2417160Z T=torch::jit::GraphExecutor 2022-09-27T16:40:16.2417345Z ] 2022-09-27T16:40:16.2417719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2418080Z with 2022-09-27T16:40:16.2418240Z [ 2022-09-27T16:40:16.2418422Z T=torch::jit::Method 2022-09-27T16:40:16.2418598Z ] 2022-09-27T16:40:16.2418986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2419357Z with 2022-09-27T16:40:16.2419514Z [ 2022-09-27T16:40:16.2419693Z T=torch::jit::Method 2022-09-27T16:40:16.2419869Z ] 2022-09-27T16:40:16.2420305Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2420711Z with 2022-09-27T16:40:16.2420853Z [ 2022-09-27T16:40:16.2421030Z T=torch::jit::Method 2022-09-27T16:40:16.2421253Z ] 2022-09-27T16:40:16.2421724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2422152Z with 2022-09-27T16:40:16.2422296Z [ 2022-09-27T16:40:16.2422476Z T=torch::jit::Method 2022-09-27T16:40:16.2422653Z ] 2022-09-27T16:40:16.2423072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:16.2423765Z 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-09-27T16:40:16.2424422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2424809Z with 2022-09-27T16:40:16.2424955Z [ 2022-09-27T16:40:16.2425138Z T=torch::jit::Method 2022-09-27T16:40:16.2425316Z ] 2022-09-27T16:40:16.2425707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2426068Z with 2022-09-27T16:40:16.2426231Z [ 2022-09-27T16:40:16.2426443Z T=std::vector> 2022-09-27T16:40:16.2426662Z ] 2022-09-27T16:40:16.2427068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:16.2427440Z with 2022-09-27T16:40:16.2427600Z [ 2022-09-27T16:40:16.2427827Z T=std::vector> 2022-09-27T16:40:16.2428026Z ] 2022-09-27T16:40:16.2428467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:16.2428874Z with 2022-09-27T16:40:16.2429037Z [ 2022-09-27T16:40:16.2429264Z T=std::vector> 2022-09-27T16:40:16.2429479Z ] 2022-09-27T16:40:16.2429929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:16.2430374Z with 2022-09-27T16:40:16.2430535Z [ 2022-09-27T16:40:16.2430763Z T=std::vector> 2022-09-27T16:40:16.2430979Z ] 2022-09-27T16:40:16.2431432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:16.2432136Z 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-09-27T16:40:16.2432823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:16.2433246Z with 2022-09-27T16:40:16.2433412Z [ 2022-09-27T16:40:16.2433639Z T=std::vector> 2022-09-27T16:40:16.2433854Z ] 2022-09-27T16:40:16.2434226Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp(12): warning C4273: 'torch::custom_backend::getBackendName': inconsistent dll linkage 2022-09-27T16:40:16.2434750Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-09-27T16:40:16.5533497Z [2/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_dll --intdir=CMakeFiles\custom_backend.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\custom_backend.dir\custom_backend.cpp.obj /out:custom_backend.dll /implib:custom_backend.lib /pdb:custom_backend.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-09-27T16:40:19.0531612Z [3/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\test_custom_backend.dir\test_custom_backend.cpp.obj /FdCMakeFiles\test_custom_backend.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\test_custom_backend.cpp 2022-09-27T16:40:19.0532872Z 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-09-27T16:40:19.0533527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0533906Z with 2022-09-27T16:40:19.0534081Z [ 2022-09-27T16:40:19.0534242Z T=c10::SymInt 2022-09-27T16:40:19.0534427Z ] 2022-09-27T16:40:19.0534852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0535230Z with 2022-09-27T16:40:19.0535392Z [ 2022-09-27T16:40:19.0535567Z T=c10::SymInt 2022-09-27T16:40:19.0535727Z ] 2022-09-27T16:40:19.0536177Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0536593Z with 2022-09-27T16:40:19.0536767Z [ 2022-09-27T16:40:19.0536940Z T=c10::SymInt 2022-09-27T16:40:19.0537113Z ] 2022-09-27T16:40:19.0537830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0538289Z with 2022-09-27T16:40:19.0538460Z [ 2022-09-27T16:40:19.0538637Z T=c10::SymInt 2022-09-27T16:40:19.0538796Z ] 2022-09-27T16:40:19.0539210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0539857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0540492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0541064Z with 2022-09-27T16:40:19.0541232Z [ 2022-09-27T16:40:19.0541419Z T=c10::SymInt 2022-09-27T16:40:19.0541586Z ] 2022-09-27T16:40:19.0541965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:40:19.0542553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0542904Z with 2022-09-27T16:40:19.0543063Z [ 2022-09-27T16:40:19.0543248Z T=at::TensorBase 2022-09-27T16:40:19.0543426Z ] 2022-09-27T16:40:19.0543834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0544273Z with 2022-09-27T16:40:19.0544474Z [ 2022-09-27T16:40:19.0544724Z T=at::TensorBase 2022-09-27T16:40:19.0544966Z ] 2022-09-27T16:40:19.0545640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0546289Z with 2022-09-27T16:40:19.0546568Z [ 2022-09-27T16:40:19.0546852Z T=at::TensorBase 2022-09-27T16:40:19.0547148Z ] 2022-09-27T16:40:19.0547975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0548753Z with 2022-09-27T16:40:19.0549027Z [ 2022-09-27T16:40:19.0549309Z T=at::TensorBase 2022-09-27T16:40:19.0549603Z ] 2022-09-27T16:40:19.0550349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0551487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0552646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0553339Z with 2022-09-27T16:40:19.0553611Z [ 2022-09-27T16:40:19.0553902Z T=at::TensorBase 2022-09-27T16:40:19.0554202Z ] 2022-09-27T16:40:19.0555013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0555661Z with 2022-09-27T16:40:19.0555931Z [ 2022-09-27T16:40:19.0556222Z T=at::Tensor 2022-09-27T16:40:19.0556488Z ] 2022-09-27T16:40:19.0557198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0557859Z with 2022-09-27T16:40:19.0558130Z [ 2022-09-27T16:40:19.0558418Z T=at::Tensor 2022-09-27T16:40:19.0558686Z ] 2022-09-27T16:40:19.0559476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0560271Z with 2022-09-27T16:40:19.0560532Z [ 2022-09-27T16:40:19.0560824Z T=at::Tensor 2022-09-27T16:40:19.0561114Z ] 2022-09-27T16:40:19.0561940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0562709Z with 2022-09-27T16:40:19.0562978Z [ 2022-09-27T16:40:19.0563268Z T=at::Tensor 2022-09-27T16:40:19.0563554Z ] 2022-09-27T16:40:19.0564280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0565410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0566555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0567238Z with 2022-09-27T16:40:19.0567502Z [ 2022-09-27T16:40:19.0567794Z T=at::Tensor 2022-09-27T16:40:19.0568072Z ] 2022-09-27T16:40:19.0568768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0569475Z with 2022-09-27T16:40:19.0569744Z [ 2022-09-27T16:40:19.0570050Z T=at::Generator 2022-09-27T16:40:19.0570887Z ] 2022-09-27T16:40:19.0571622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0572286Z with 2022-09-27T16:40:19.0572540Z [ 2022-09-27T16:40:19.0572838Z T=at::Generator 2022-09-27T16:40:19.0573136Z ] 2022-09-27T16:40:19.0573905Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0574635Z with 2022-09-27T16:40:19.0574905Z [ 2022-09-27T16:40:19.0575188Z T=at::Generator 2022-09-27T16:40:19.0575473Z ] 2022-09-27T16:40:19.0576307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0577072Z with 2022-09-27T16:40:19.0577342Z [ 2022-09-27T16:40:19.0577637Z T=at::Generator 2022-09-27T16:40:19.0578008Z ] 2022-09-27T16:40:19.0578755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0579908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0581074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0581848Z with 2022-09-27T16:40:19.0582125Z [ 2022-09-27T16:40:19.0582485Z T=at::Generator 2022-09-27T16:40:19.0582768Z ] 2022-09-27T16:40:19.0583470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0584118Z with 2022-09-27T16:40:19.0584390Z [ 2022-09-27T16:40:19.0584809Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:19.0585189Z ] 2022-09-27T16:40:19.0585910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0586564Z with 2022-09-27T16:40:19.0586837Z [ 2022-09-27T16:40:19.0587256Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:19.0587657Z ] 2022-09-27T16:40:19.0588432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0589159Z with 2022-09-27T16:40:19.0589431Z [ 2022-09-27T16:40:19.0589846Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:19.0590243Z ] 2022-09-27T16:40:19.0591079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0591859Z with 2022-09-27T16:40:19.0592110Z [ 2022-09-27T16:40:19.0592523Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:19.0592923Z ] 2022-09-27T16:40:19.0593750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0595099Z 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-09-27T16:40:19.0596445Z 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-09-27T16:40:19.0597697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0598397Z with 2022-09-27T16:40:19.0598646Z [ 2022-09-27T16:40:19.0599054Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:19.0599518Z ] 2022-09-27T16:40:19.0600224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0600870Z with 2022-09-27T16:40:19.0601144Z [ 2022-09-27T16:40:19.0601419Z T=c10::DimVector 2022-09-27T16:40:19.0601713Z ] 2022-09-27T16:40:19.0602438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0603100Z with 2022-09-27T16:40:19.0603372Z [ 2022-09-27T16:40:19.0603724Z T=c10::DimVector 2022-09-27T16:40:19.0603995Z ] 2022-09-27T16:40:19.0604775Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0605353Z with 2022-09-27T16:40:19.0605645Z [ 2022-09-27T16:40:19.0605931Z T=c10::DimVector 2022-09-27T16:40:19.0606195Z ] 2022-09-27T16:40:19.0607028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0607781Z with 2022-09-27T16:40:19.0608042Z [ 2022-09-27T16:40:19.0608327Z T=c10::DimVector 2022-09-27T16:40:19.0608591Z ] 2022-09-27T16:40:19.0609401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0610548Z 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-09-27T16:40:19.0611722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0612402Z with 2022-09-27T16:40:19.0612660Z [ 2022-09-27T16:40:19.0612948Z T=c10::DimVector 2022-09-27T16:40:19.0626545Z ] 2022-09-27T16:40:19.0627326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0627973Z with 2022-09-27T16:40:19.0628238Z [ 2022-09-27T16:40:19.0628525Z T=std::string 2022-09-27T16:40:19.0628799Z ] 2022-09-27T16:40:19.0629509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0630157Z with 2022-09-27T16:40:19.0630416Z [ 2022-09-27T16:40:19.0630700Z T=std::string 2022-09-27T16:40:19.0630977Z ] 2022-09-27T16:40:19.0631742Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0632450Z with 2022-09-27T16:40:19.0632710Z [ 2022-09-27T16:40:19.0632999Z T=std::string 2022-09-27T16:40:19.0633275Z ] 2022-09-27T16:40:19.0634223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0634994Z with 2022-09-27T16:40:19.0635242Z [ 2022-09-27T16:40:19.0635525Z T=std::string 2022-09-27T16:40:19.0635804Z ] 2022-09-27T16:40:19.0636534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0637648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0638788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0639538Z with 2022-09-27T16:40:19.0639791Z [ 2022-09-27T16:40:19.0640077Z T=std::string 2022-09-27T16:40:19.0640357Z ] 2022-09-27T16:40:19.0641045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0641677Z with 2022-09-27T16:40:19.0641922Z [ 2022-09-27T16:40:19.0642225Z T=c10::QualifiedName 2022-09-27T16:40:19.0642526Z ] 2022-09-27T16:40:19.0643239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0643896Z with 2022-09-27T16:40:19.0644153Z [ 2022-09-27T16:40:19.0644441Z T=c10::QualifiedName 2022-09-27T16:40:19.0644733Z ] 2022-09-27T16:40:19.0645511Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0646225Z with 2022-09-27T16:40:19.0646485Z [ 2022-09-27T16:40:19.0646786Z T=c10::QualifiedName 2022-09-27T16:40:19.0647068Z ] 2022-09-27T16:40:19.0647897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0648660Z with 2022-09-27T16:40:19.0649001Z [ 2022-09-27T16:40:19.0649305Z T=c10::QualifiedName 2022-09-27T16:40:19.0649590Z ] 2022-09-27T16:40:19.0650331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0651477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0652643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0653338Z with 2022-09-27T16:40:19.0653601Z [ 2022-09-27T16:40:19.0653905Z T=c10::QualifiedName 2022-09-27T16:40:19.0654186Z ] 2022-09-27T16:40:19.0654879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0655516Z with 2022-09-27T16:40:19.0655857Z [ 2022-09-27T16:40:19.0656236Z T=std::shared_ptr 2022-09-27T16:40:19.0656589Z ] 2022-09-27T16:40:19.0657289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0657945Z with 2022-09-27T16:40:19.0658171Z [ 2022-09-27T16:40:19.0658498Z T=std::shared_ptr 2022-09-27T16:40:19.0658844Z ] 2022-09-27T16:40:19.0659621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0660385Z with 2022-09-27T16:40:19.0660635Z [ 2022-09-27T16:40:19.0661000Z T=std::shared_ptr 2022-09-27T16:40:19.0661354Z ] 2022-09-27T16:40:19.0662182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0662938Z with 2022-09-27T16:40:19.0663186Z [ 2022-09-27T16:40:19.0663558Z T=std::shared_ptr 2022-09-27T16:40:19.0663911Z ] 2022-09-27T16:40:19.0664706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0665954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:19.0667157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0667844Z with 2022-09-27T16:40:19.0668110Z [ 2022-09-27T16:40:19.0668467Z T=std::shared_ptr 2022-09-27T16:40:19.0668819Z ] 2022-09-27T16:40:19.0669508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0670141Z with 2022-09-27T16:40:19.0670409Z [ 2022-09-27T16:40:19.0670769Z T=std::weak_ptr 2022-09-27T16:40:19.0671102Z ] 2022-09-27T16:40:19.0671824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0672474Z with 2022-09-27T16:40:19.0672734Z [ 2022-09-27T16:40:19.0673097Z T=std::weak_ptr 2022-09-27T16:40:19.0673425Z ] 2022-09-27T16:40:19.0674207Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0674914Z with 2022-09-27T16:40:19.0675172Z [ 2022-09-27T16:40:19.0675538Z T=std::weak_ptr 2022-09-27T16:40:19.0675883Z ] 2022-09-27T16:40:19.0676787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0677553Z with 2022-09-27T16:40:19.0677810Z [ 2022-09-27T16:40:19.0678177Z T=std::weak_ptr 2022-09-27T16:40:19.0678521Z ] 2022-09-27T16:40:19.0679311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0680552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:19.0682287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0682963Z with 2022-09-27T16:40:19.0683230Z [ 2022-09-27T16:40:19.0683600Z T=std::weak_ptr 2022-09-27T16:40:19.0683947Z ] 2022-09-27T16:40:19.0684631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0685262Z with 2022-09-27T16:40:19.0685509Z [ 2022-09-27T16:40:19.0685927Z T=std::vector> 2022-09-27T16:40:19.0686314Z ] 2022-09-27T16:40:19.0687031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0687689Z with 2022-09-27T16:40:19.0687947Z [ 2022-09-27T16:40:19.0688351Z T=std::vector> 2022-09-27T16:40:19.0688738Z ] 2022-09-27T16:40:19.0689595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0690299Z with 2022-09-27T16:40:19.0690562Z [ 2022-09-27T16:40:19.0690973Z T=std::vector> 2022-09-27T16:40:19.0691345Z ] 2022-09-27T16:40:19.0692179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0692935Z with 2022-09-27T16:40:19.0693196Z [ 2022-09-27T16:40:19.0693618Z T=std::vector> 2022-09-27T16:40:19.0694004Z ] 2022-09-27T16:40:19.0694816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:19.0696139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:19.0697442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0698128Z with 2022-09-27T16:40:19.0698389Z [ 2022-09-27T16:40:19.0698880Z T=std::vector> 2022-09-27T16:40:19.0699269Z ] 2022-09-27T16:40:19.0699960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0700575Z with 2022-09-27T16:40:19.0700838Z [ 2022-09-27T16:40:19.0701441Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:19.0701994Z ] 2022-09-27T16:40:19.0702708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0703425Z with 2022-09-27T16:40:19.0703674Z [ 2022-09-27T16:40:19.0704280Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:19.0704828Z ] 2022-09-27T16:40:19.0705609Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0706311Z with 2022-09-27T16:40:19.0706571Z [ 2022-09-27T16:40:19.0707169Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:19.0707705Z ] 2022-09-27T16:40:19.0708541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0709298Z with 2022-09-27T16:40:19.0709556Z [ 2022-09-27T16:40:19.0710160Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:19.0710704Z ] 2022-09-27T16:40:19.0711464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:19.0712025Z with 2022-09-27T16:40:19.0712253Z [ 2022-09-27T16:40:19.0712665Z T=c10::impl::ScalarTypeToCPPType::type 2022-09-27T16:40:19.0713064Z ] 2022-09-27T16:40:19.0713820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:19.0714501Z with 2022-09-27T16:40:19.0714750Z [ 2022-09-27T16:40:19.0715162Z T=c10::impl::ScalarTypeToCPPType::type 2022-09-27T16:40:19.0715551Z ] 2022-09-27T16:40:19.0716295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0716981Z with 2022-09-27T16:40:19.0717244Z [ 2022-09-27T16:40:19.0717842Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:19.0718384Z ] 2022-09-27T16:40:19.0719150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0719783Z with 2022-09-27T16:40:19.0720048Z [ 2022-09-27T16:40:19.0720483Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0720890Z ] 2022-09-27T16:40:19.0721588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0722240Z with 2022-09-27T16:40:19.0722499Z [ 2022-09-27T16:40:19.0722936Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0723341Z ] 2022-09-27T16:40:19.0724186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0724891Z with 2022-09-27T16:40:19.0725151Z [ 2022-09-27T16:40:19.0725585Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0725989Z ] 2022-09-27T16:40:19.0726824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0727582Z with 2022-09-27T16:40:19.0727835Z [ 2022-09-27T16:40:19.0728275Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0728676Z ] 2022-09-27T16:40:19.0729596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:19.0730932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:19.0732147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:19.0733296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0733987Z with 2022-09-27T16:40:19.0734250Z [ 2022-09-27T16:40:19.0734674Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0735082Z ] 2022-09-27T16:40:19.0735773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0736399Z with 2022-09-27T16:40:19.0736661Z [ 2022-09-27T16:40:19.0737085Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0737464Z ] 2022-09-27T16:40:19.0738180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0738829Z with 2022-09-27T16:40:19.0739090Z [ 2022-09-27T16:40:19.0739506Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0739893Z ] 2022-09-27T16:40:19.0740732Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0741449Z with 2022-09-27T16:40:19.0741710Z [ 2022-09-27T16:40:19.0742131Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0742519Z ] 2022-09-27T16:40:19.0743357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0744178Z with 2022-09-27T16:40:19.0744434Z [ 2022-09-27T16:40:19.0744858Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0745252Z ] 2022-09-27T16:40:19.0746083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:19.0747388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:19.0748591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:19.0749732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0750414Z with 2022-09-27T16:40:19.0750662Z [ 2022-09-27T16:40:19.0751086Z T=std::vector,std::allocator>> 2022-09-27T16:40:19.0751478Z ] 2022-09-27T16:40:19.0752168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0752796Z with 2022-09-27T16:40:19.0753056Z [ 2022-09-27T16:40:19.0753404Z T=std::vector> 2022-09-27T16:40:19.0753743Z ] 2022-09-27T16:40:19.0754457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0755120Z with 2022-09-27T16:40:19.0755383Z [ 2022-09-27T16:40:19.0755746Z T=std::vector> 2022-09-27T16:40:19.0756072Z ] 2022-09-27T16:40:19.0756854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0757569Z with 2022-09-27T16:40:19.0757829Z [ 2022-09-27T16:40:19.0758188Z T=std::vector> 2022-09-27T16:40:19.0758529Z ] 2022-09-27T16:40:19.0759349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0760116Z with 2022-09-27T16:40:19.0760375Z [ 2022-09-27T16:40:19.0760732Z T=std::vector> 2022-09-27T16:40:19.0761611Z ] 2022-09-27T16:40:19.0762408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:19.0763616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:19.0764786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0765543Z with 2022-09-27T16:40:19.0765804Z [ 2022-09-27T16:40:19.0766169Z T=std::vector> 2022-09-27T16:40:19.0766509Z ] 2022-09-27T16:40:19.0767205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0767834Z with 2022-09-27T16:40:19.0768084Z [ 2022-09-27T16:40:19.0768493Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:19.0768973Z ] 2022-09-27T16:40:19.0769687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0770346Z with 2022-09-27T16:40:19.0770593Z [ 2022-09-27T16:40:19.0771003Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:19.0771382Z ] 2022-09-27T16:40:19.0772162Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0772878Z with 2022-09-27T16:40:19.0773141Z [ 2022-09-27T16:40:19.0773540Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:19.0773922Z ] 2022-09-27T16:40:19.0774756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0775505Z with 2022-09-27T16:40:19.0775765Z [ 2022-09-27T16:40:19.0776174Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:19.0776546Z ] 2022-09-27T16:40:19.0777376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0778617Z 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-09-27T16:40:19.0779738Z 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-09-27T16:40:19.0780784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0781374Z with 2022-09-27T16:40:19.0781609Z [ 2022-09-27T16:40:19.0782062Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:19.0782426Z ] 2022-09-27T16:40:19.0782993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0783509Z with 2022-09-27T16:40:19.0783735Z [ 2022-09-27T16:40:19.0784012Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:19.0784278Z ] 2022-09-27T16:40:19.0784825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0785443Z with 2022-09-27T16:40:19.0785694Z [ 2022-09-27T16:40:19.0785965Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:19.0786234Z ] 2022-09-27T16:40:19.0786896Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0787504Z with 2022-09-27T16:40:19.0787714Z [ 2022-09-27T16:40:19.0787988Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:19.0788251Z ] 2022-09-27T16:40:19.0788961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0789588Z with 2022-09-27T16:40:19.0789824Z [ 2022-09-27T16:40:19.0790114Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:19.0790396Z ] 2022-09-27T16:40:19.0791094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0792056Z 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-09-27T16:40:19.0792616Z with 2022-09-27T16:40:19.0792841Z [ 2022-09-27T16:40:19.0793112Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:19.0793298Z ] 2022-09-27T16:40:19.0793750Z 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-09-27T16:40:19.0794440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0794824Z with 2022-09-27T16:40:19.0794975Z [ 2022-09-27T16:40:19.0795162Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:19.0795335Z ] 2022-09-27T16:40:19.0795720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0796071Z with 2022-09-27T16:40:19.0796221Z [ 2022-09-27T16:40:19.0796493Z T=std::vector> 2022-09-27T16:40:19.0796730Z ] 2022-09-27T16:40:19.0797126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0797498Z with 2022-09-27T16:40:19.0797649Z [ 2022-09-27T16:40:19.0798039Z T=std::vector> 2022-09-27T16:40:19.0798287Z ] 2022-09-27T16:40:19.0798719Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0799111Z with 2022-09-27T16:40:19.0799261Z [ 2022-09-27T16:40:19.0799529Z T=std::vector> 2022-09-27T16:40:19.0799776Z ] 2022-09-27T16:40:19.0800234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0800711Z with 2022-09-27T16:40:19.0800851Z [ 2022-09-27T16:40:19.0801120Z T=std::vector> 2022-09-27T16:40:19.0801368Z ] 2022-09-27T16:40:19.0801859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:19.0802644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:19.0803357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0803743Z with 2022-09-27T16:40:19.0803897Z [ 2022-09-27T16:40:19.0804156Z T=std::vector> 2022-09-27T16:40:19.0804406Z ] 2022-09-27T16:40:19.0804786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0805133Z with 2022-09-27T16:40:19.0805284Z [ 2022-09-27T16:40:19.0805463Z T=torch::autograd::ViewInfo 2022-09-27T16:40:19.0805632Z ] 2022-09-27T16:40:19.0806032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0806397Z with 2022-09-27T16:40:19.0806547Z [ 2022-09-27T16:40:19.0806727Z T=torch::autograd::ViewInfo 2022-09-27T16:40:19.0806902Z ] 2022-09-27T16:40:19.0807322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0807713Z with 2022-09-27T16:40:19.0807864Z [ 2022-09-27T16:40:19.0808044Z T=torch::autograd::ViewInfo 2022-09-27T16:40:19.0808219Z ] 2022-09-27T16:40:19.0808683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0809223Z with 2022-09-27T16:40:19.0809360Z [ 2022-09-27T16:40:19.0809544Z T=torch::autograd::ViewInfo 2022-09-27T16:40:19.0809778Z ] 2022-09-27T16:40:19.0810200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0810858Z 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-09-27T16:40:19.0811517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0811937Z with 2022-09-27T16:40:19.0812076Z [ 2022-09-27T16:40:19.0812256Z T=torch::autograd::ViewInfo 2022-09-27T16:40:19.0812437Z ] 2022-09-27T16:40:19.0812823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0813179Z with 2022-09-27T16:40:19.0813320Z [ 2022-09-27T16:40:19.0813488Z T=c10::IValue 2022-09-27T16:40:19.0813648Z ] 2022-09-27T16:40:19.0814042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0814405Z with 2022-09-27T16:40:19.0814561Z [ 2022-09-27T16:40:19.0814709Z T=c10::IValue 2022-09-27T16:40:19.0814867Z ] 2022-09-27T16:40:19.0815303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0815707Z with 2022-09-27T16:40:19.0815859Z [ 2022-09-27T16:40:19.0816009Z T=c10::IValue 2022-09-27T16:40:19.0816168Z ] 2022-09-27T16:40:19.0816624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0817040Z with 2022-09-27T16:40:19.0817191Z [ 2022-09-27T16:40:19.0817351Z T=c10::IValue 2022-09-27T16:40:19.0817499Z ] 2022-09-27T16:40:19.0817895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0818527Z 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-09-27T16:40:19.0819163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0819552Z with 2022-09-27T16:40:19.0819704Z [ 2022-09-27T16:40:19.0819869Z T=c10::IValue 2022-09-27T16:40:19.0820019Z ] 2022-09-27T16:40:19.0820399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0820750Z with 2022-09-27T16:40:19.0820903Z [ 2022-09-27T16:40:19.0821070Z T=c10::AliasInfo 2022-09-27T16:40:19.0821237Z ] 2022-09-27T16:40:19.0821664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0822036Z with 2022-09-27T16:40:19.0822189Z [ 2022-09-27T16:40:19.0822354Z T=c10::AliasInfo 2022-09-27T16:40:19.0822516Z ] 2022-09-27T16:40:19.0822947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0823341Z with 2022-09-27T16:40:19.0823492Z [ 2022-09-27T16:40:19.0823655Z T=c10::AliasInfo 2022-09-27T16:40:19.0823815Z ] 2022-09-27T16:40:19.0824317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0824743Z with 2022-09-27T16:40:19.0824882Z [ 2022-09-27T16:40:19.0825050Z T=c10::AliasInfo 2022-09-27T16:40:19.0825216Z ] 2022-09-27T16:40:19.0825614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0826243Z 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-09-27T16:40:19.0826878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0827258Z with 2022-09-27T16:40:19.0827397Z [ 2022-09-27T16:40:19.0827564Z T=c10::AliasInfo 2022-09-27T16:40:19.0827728Z ] 2022-09-27T16:40:19.0828113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0828466Z with 2022-09-27T16:40:19.0828603Z [ 2022-09-27T16:40:19.0828788Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:19.0828972Z ] 2022-09-27T16:40:19.0829367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0829733Z with 2022-09-27T16:40:19.0829880Z [ 2022-09-27T16:40:19.0830052Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:19.0830230Z ] 2022-09-27T16:40:19.0830663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0831054Z with 2022-09-27T16:40:19.0831203Z [ 2022-09-27T16:40:19.0831386Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:19.0831553Z ] 2022-09-27T16:40:19.0832014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0832431Z with 2022-09-27T16:40:19.0832580Z [ 2022-09-27T16:40:19.0832761Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:19.0832948Z ] 2022-09-27T16:40:19.0833409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0834085Z 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-09-27T16:40:19.0834756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0835194Z with 2022-09-27T16:40:19.0835345Z [ 2022-09-27T16:40:19.0835529Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:19.0835707Z ] 2022-09-27T16:40:19.0836076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0836476Z with 2022-09-27T16:40:19.0836629Z [ 2022-09-27T16:40:19.0836854Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:19.0837064Z ] 2022-09-27T16:40:19.0837459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0837815Z with 2022-09-27T16:40:19.0837965Z [ 2022-09-27T16:40:19.0838188Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:19.0838400Z ] 2022-09-27T16:40:19.0838834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0839229Z with 2022-09-27T16:40:19.0839365Z [ 2022-09-27T16:40:19.0839584Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:19.0839795Z ] 2022-09-27T16:40:19.0840254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0840671Z with 2022-09-27T16:40:19.0840819Z [ 2022-09-27T16:40:19.0841025Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:19.0841229Z ] 2022-09-27T16:40:19.0841675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0842410Z 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-09-27T16:40:19.0843108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0843498Z with 2022-09-27T16:40:19.0843648Z [ 2022-09-27T16:40:19.0843860Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:19.0844070Z ] 2022-09-27T16:40:19.0844449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0844798Z with 2022-09-27T16:40:19.0844949Z [ 2022-09-27T16:40:19.0845122Z T=at::StepCallbacks 2022-09-27T16:40:19.0845280Z ] 2022-09-27T16:40:19.0845733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0846100Z with 2022-09-27T16:40:19.0846248Z [ 2022-09-27T16:40:19.0846420Z T=at::StepCallbacks 2022-09-27T16:40:19.0846587Z ] 2022-09-27T16:40:19.0847006Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0847403Z with 2022-09-27T16:40:19.0847555Z [ 2022-09-27T16:40:19.0847725Z T=at::StepCallbacks 2022-09-27T16:40:19.0847892Z ] 2022-09-27T16:40:19.0848389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0848802Z with 2022-09-27T16:40:19.0849043Z [ 2022-09-27T16:40:19.0849218Z T=at::StepCallbacks 2022-09-27T16:40:19.0849387Z ] 2022-09-27T16:40:19.0849797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0850447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(625): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:19.0851100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0851465Z with 2022-09-27T16:40:19.0851614Z [ 2022-09-27T16:40:19.0851790Z T=at::StepCallbacks 2022-09-27T16:40:19.0851964Z ] 2022-09-27T16:40:19.0852337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0852689Z with 2022-09-27T16:40:19.0852826Z [ 2022-09-27T16:40:19.0853048Z T=c10::either 2022-09-27T16:40:19.0853355Z ] 2022-09-27T16:40:19.0853869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0854741Z with 2022-09-27T16:40:19.0855070Z [ 2022-09-27T16:40:19.0855410Z T=c10::either 2022-09-27T16:40:19.0855628Z ] 2022-09-27T16:40:19.0856072Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0856484Z with 2022-09-27T16:40:19.0856641Z [ 2022-09-27T16:40:19.0856861Z T=c10::either 2022-09-27T16:40:19.0857058Z ] 2022-09-27T16:40:19.0857518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0857945Z with 2022-09-27T16:40:19.0858101Z [ 2022-09-27T16:40:19.0858322Z T=c10::either 2022-09-27T16:40:19.0858528Z ] 2022-09-27T16:40:19.0859059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0859800Z 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-09-27T16:40:19.0860511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0860902Z with 2022-09-27T16:40:19.0861114Z [ 2022-09-27T16:40:19.0861337Z T=c10::either 2022-09-27T16:40:19.0861552Z ] 2022-09-27T16:40:19.0861941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0862281Z with 2022-09-27T16:40:19.0862435Z [ 2022-09-27T16:40:19.0862614Z T=torch::jit::Operator 2022-09-27T16:40:19.0862809Z ] 2022-09-27T16:40:19.0863215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0863580Z with 2022-09-27T16:40:19.0863720Z [ 2022-09-27T16:40:19.0863895Z T=torch::jit::Operator 2022-09-27T16:40:19.0864065Z ] 2022-09-27T16:40:19.0864519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0864922Z with 2022-09-27T16:40:19.0865075Z [ 2022-09-27T16:40:19.0865238Z T=torch::jit::Operator 2022-09-27T16:40:19.0865408Z ] 2022-09-27T16:40:19.0865869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0866288Z with 2022-09-27T16:40:19.0866440Z [ 2022-09-27T16:40:19.0866599Z T=torch::jit::Operator 2022-09-27T16:40:19.0866771Z ] 2022-09-27T16:40:19.0867187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0867848Z 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-09-27T16:40:19.0868510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0868896Z with 2022-09-27T16:40:19.0869048Z [ 2022-09-27T16:40:19.0869222Z T=torch::jit::Operator 2022-09-27T16:40:19.0869382Z ] 2022-09-27T16:40:19.0869761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0870126Z with 2022-09-27T16:40:19.0870277Z [ 2022-09-27T16:40:19.0870476Z T=std::tuple 2022-09-27T16:40:19.0870662Z ] 2022-09-27T16:40:19.0871117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0871486Z with 2022-09-27T16:40:19.0871636Z [ 2022-09-27T16:40:19.0871838Z T=std::tuple 2022-09-27T16:40:19.0872035Z ] 2022-09-27T16:40:19.0872459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0872857Z with 2022-09-27T16:40:19.0873012Z [ 2022-09-27T16:40:19.0873212Z T=std::tuple 2022-09-27T16:40:19.0873449Z ] 2022-09-27T16:40:19.0873923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0874354Z with 2022-09-27T16:40:19.0874494Z [ 2022-09-27T16:40:19.0874696Z T=std::tuple 2022-09-27T16:40:19.0874895Z ] 2022-09-27T16:40:19.0875327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0876027Z 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-09-27T16:40:19.0876707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0877098Z with 2022-09-27T16:40:19.0877242Z [ 2022-09-27T16:40:19.0877445Z T=std::tuple 2022-09-27T16:40:19.0877683Z ] 2022-09-27T16:40:19.0878069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0878428Z with 2022-09-27T16:40:19.0878579Z [ 2022-09-27T16:40:19.0878744Z T=torch::jit::SourceRange 2022-09-27T16:40:19.0878925Z ] 2022-09-27T16:40:19.0879325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0879694Z with 2022-09-27T16:40:19.0879846Z [ 2022-09-27T16:40:19.0880013Z T=torch::jit::SourceRange 2022-09-27T16:40:19.0880191Z ] 2022-09-27T16:40:19.0880629Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0881037Z with 2022-09-27T16:40:19.0881187Z [ 2022-09-27T16:40:19.0881366Z T=torch::jit::SourceRange 2022-09-27T16:40:19.0881530Z ] 2022-09-27T16:40:19.0881988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0882420Z with 2022-09-27T16:40:19.0882571Z [ 2022-09-27T16:40:19.0882753Z T=torch::jit::SourceRange 2022-09-27T16:40:19.0882930Z ] 2022-09-27T16:40:19.0883395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0884072Z 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-09-27T16:40:19.0884744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0885132Z with 2022-09-27T16:40:19.0885340Z [ 2022-09-27T16:40:19.0885521Z T=torch::jit::SourceRange 2022-09-27T16:40:19.0885696Z ] 2022-09-27T16:40:19.0886070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0886431Z with 2022-09-27T16:40:19.0886586Z [ 2022-09-27T16:40:19.0886784Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:19.0886977Z ] 2022-09-27T16:40:19.0887375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0887731Z with 2022-09-27T16:40:19.0887885Z [ 2022-09-27T16:40:19.0888080Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:19.0888270Z ] 2022-09-27T16:40:19.0888709Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0889220Z with 2022-09-27T16:40:19.0889360Z [ 2022-09-27T16:40:19.0889561Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:19.0889757Z ] 2022-09-27T16:40:19.0890221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0890644Z with 2022-09-27T16:40:19.0890796Z [ 2022-09-27T16:40:19.0890979Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:19.0891166Z ] 2022-09-27T16:40:19.0891592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0892268Z 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-09-27T16:40:19.0892946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0893332Z with 2022-09-27T16:40:19.0893485Z [ 2022-09-27T16:40:19.0893672Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:19.0893864Z ] 2022-09-27T16:40:19.0894243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0894601Z with 2022-09-27T16:40:19.0894753Z [ 2022-09-27T16:40:19.0894945Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:19.0895123Z ] 2022-09-27T16:40:19.0895579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0895951Z with 2022-09-27T16:40:19.0896108Z [ 2022-09-27T16:40:19.0896305Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:19.0896481Z ] 2022-09-27T16:40:19.0896921Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0897327Z with 2022-09-27T16:40:19.0897484Z [ 2022-09-27T16:40:19.0897721Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:19.0897906Z ] 2022-09-27T16:40:19.0898360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0898784Z with 2022-09-27T16:40:19.0898938Z [ 2022-09-27T16:40:19.0899137Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:19.0899329Z ] 2022-09-27T16:40:19.0899759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0900427Z 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-09-27T16:40:19.0901085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0901449Z with 2022-09-27T16:40:19.0901602Z [ 2022-09-27T16:40:19.0901799Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:19.0901987Z ] 2022-09-27T16:40:19.0902373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0902728Z with 2022-09-27T16:40:19.0902865Z [ 2022-09-27T16:40:19.0903044Z T=torch::jit::ScopePtr 2022-09-27T16:40:19.0903220Z ] 2022-09-27T16:40:19.0903619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0903989Z with 2022-09-27T16:40:19.0904125Z [ 2022-09-27T16:40:19.0904302Z T=torch::jit::ScopePtr 2022-09-27T16:40:19.0904477Z ] 2022-09-27T16:40:19.0904912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0905312Z with 2022-09-27T16:40:19.0905462Z [ 2022-09-27T16:40:19.0905624Z T=torch::jit::ScopePtr 2022-09-27T16:40:19.0905794Z ] 2022-09-27T16:40:19.0906250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0906674Z with 2022-09-27T16:40:19.0906827Z [ 2022-09-27T16:40:19.0907000Z T=torch::jit::ScopePtr 2022-09-27T16:40:19.0907158Z ] 2022-09-27T16:40:19.0907629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0908277Z 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-09-27T16:40:19.0908928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0909313Z with 2022-09-27T16:40:19.0909469Z [ 2022-09-27T16:40:19.0909691Z T=torch::jit::ScopePtr 2022-09-27T16:40:19.0909851Z ] 2022-09-27T16:40:19.0910242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0910603Z with 2022-09-27T16:40:19.0910755Z [ 2022-09-27T16:40:19.0910936Z T=at::ThreadLocalState 2022-09-27T16:40:19.0911117Z ] 2022-09-27T16:40:19.0911505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0911879Z with 2022-09-27T16:40:19.0912032Z [ 2022-09-27T16:40:19.0912211Z T=at::ThreadLocalState 2022-09-27T16:40:19.0912384Z ] 2022-09-27T16:40:19.0912801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0913194Z with 2022-09-27T16:40:19.0913346Z [ 2022-09-27T16:40:19.0913527Z T=at::ThreadLocalState 2022-09-27T16:40:19.0913701Z ] 2022-09-27T16:40:19.0914159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0914585Z with 2022-09-27T16:40:19.0914725Z [ 2022-09-27T16:40:19.0914903Z T=at::ThreadLocalState 2022-09-27T16:40:19.0915078Z ] 2022-09-27T16:40:19.0915498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0916169Z 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-09-27T16:40:19.0916835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0917220Z with 2022-09-27T16:40:19.0917359Z [ 2022-09-27T16:40:19.0917538Z T=at::ThreadLocalState 2022-09-27T16:40:19.0917714Z ] 2022-09-27T16:40:19.0918100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0918452Z with 2022-09-27T16:40:19.0918594Z [ 2022-09-27T16:40:19.0918794Z T=std::shared_ptr 2022-09-27T16:40:19.0918985Z ] 2022-09-27T16:40:19.0919572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0919951Z with 2022-09-27T16:40:19.0920107Z [ 2022-09-27T16:40:19.0920291Z T=std::shared_ptr 2022-09-27T16:40:19.0920483Z ] 2022-09-27T16:40:19.0920922Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0921331Z with 2022-09-27T16:40:19.0921487Z [ 2022-09-27T16:40:19.0921680Z T=std::shared_ptr 2022-09-27T16:40:19.0921855Z ] 2022-09-27T16:40:19.0922753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0923188Z with 2022-09-27T16:40:19.0923344Z [ 2022-09-27T16:40:19.0923545Z T=std::shared_ptr 2022-09-27T16:40:19.0923739Z ] 2022-09-27T16:40:19.0924157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:19.0924821Z 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-09-27T16:40:19.0925507Z 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-09-27T16:40:19.0926197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0926583Z with 2022-09-27T16:40:19.0926736Z [ 2022-09-27T16:40:19.0926933Z T=std::shared_ptr 2022-09-27T16:40:19.0927125Z ] 2022-09-27T16:40:19.0927493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0927846Z with 2022-09-27T16:40:19.0928003Z [ 2022-09-27T16:40:19.0928270Z T=torch::jit::GraphExecutor 2022-09-27T16:40:19.0928572Z ] 2022-09-27T16:40:19.0929318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0929871Z with 2022-09-27T16:40:19.0930027Z [ 2022-09-27T16:40:19.0930212Z T=torch::jit::GraphExecutor 2022-09-27T16:40:19.0930391Z ] 2022-09-27T16:40:19.0930828Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0931227Z with 2022-09-27T16:40:19.0931368Z [ 2022-09-27T16:40:19.0931550Z T=torch::jit::GraphExecutor 2022-09-27T16:40:19.0931732Z ] 2022-09-27T16:40:19.0932195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0932626Z with 2022-09-27T16:40:19.0932877Z [ 2022-09-27T16:40:19.0933049Z T=torch::jit::GraphExecutor 2022-09-27T16:40:19.0933233Z ] 2022-09-27T16:40:19.0933656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0934303Z 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-09-27T16:40:19.0934973Z 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-09-27T16:40:19.0935703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0936098Z with 2022-09-27T16:40:19.0936255Z [ 2022-09-27T16:40:19.0936426Z T=torch::jit::GraphExecutor 2022-09-27T16:40:19.0936611Z ] 2022-09-27T16:40:19.0936996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0937349Z with 2022-09-27T16:40:19.0937501Z [ 2022-09-27T16:40:19.0937661Z T=torch::jit::Method 2022-09-27T16:40:19.0937833Z ] 2022-09-27T16:40:19.0938234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0938602Z with 2022-09-27T16:40:19.0938755Z [ 2022-09-27T16:40:19.0938927Z T=torch::jit::Method 2022-09-27T16:40:19.0939081Z ] 2022-09-27T16:40:19.0939513Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0939910Z with 2022-09-27T16:40:19.0940062Z [ 2022-09-27T16:40:19.0940235Z T=torch::jit::Method 2022-09-27T16:40:19.0940400Z ] 2022-09-27T16:40:19.0940848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0941277Z with 2022-09-27T16:40:19.0941426Z [ 2022-09-27T16:40:19.0941601Z T=torch::jit::Method 2022-09-27T16:40:19.0941774Z ] 2022-09-27T16:40:19.0942183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0942924Z 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-09-27T16:40:19.0943568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0943956Z with 2022-09-27T16:40:19.0944115Z [ 2022-09-27T16:40:19.0944337Z T=torch::jit::Method 2022-09-27T16:40:19.0944517Z ] 2022-09-27T16:40:19.0944953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0945296Z with 2022-09-27T16:40:19.0945451Z [ 2022-09-27T16:40:19.0945673Z T=std::vector> 2022-09-27T16:40:19.0945890Z ] 2022-09-27T16:40:19.0946291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0946659Z with 2022-09-27T16:40:19.0946801Z [ 2022-09-27T16:40:19.0947027Z T=std::vector> 2022-09-27T16:40:19.0947278Z ] 2022-09-27T16:40:19.0947713Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0948116Z with 2022-09-27T16:40:19.0948268Z [ 2022-09-27T16:40:19.0948474Z T=std::vector> 2022-09-27T16:40:19.0948686Z ] 2022-09-27T16:40:19.0949148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0949573Z with 2022-09-27T16:40:19.0949723Z [ 2022-09-27T16:40:19.0949940Z T=std::vector> 2022-09-27T16:40:19.0950136Z ] 2022-09-27T16:40:19.0950580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:19.0951276Z 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-09-27T16:40:19.0951949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0952333Z with 2022-09-27T16:40:19.0952483Z [ 2022-09-27T16:40:19.0952701Z T=std::vector> 2022-09-27T16:40:19.0952895Z ] 2022-09-27T16:40:19.0953280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0953634Z with 2022-09-27T16:40:19.0953790Z [ 2022-09-27T16:40:19.0953972Z T=torch::jit::NamedValue 2022-09-27T16:40:19.0954148Z ] 2022-09-27T16:40:19.0954531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:19.0954898Z with 2022-09-27T16:40:19.0955050Z [ 2022-09-27T16:40:19.0955225Z T=torch::jit::NamedValue 2022-09-27T16:40:19.0955398Z ] 2022-09-27T16:40:19.0955835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:19.0956273Z with 2022-09-27T16:40:19.0956423Z [ 2022-09-27T16:40:19.0956598Z T=torch::jit::NamedValue 2022-09-27T16:40:19.0956770Z ] 2022-09-27T16:40:19.0957271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:19.0957689Z with 2022-09-27T16:40:19.0957828Z [ 2022-09-27T16:40:19.0958005Z T=torch::jit::NamedValue 2022-09-27T16:40:19.0958183Z ] 2022-09-27T16:40:19.0958601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:19.0959272Z 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-09-27T16:40:19.0959981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:19.0960365Z with 2022-09-27T16:40:19.0960503Z [ 2022-09-27T16:40:19.0960683Z T=torch::jit::NamedValue 2022-09-27T16:40:19.0960858Z ] 2022-09-27T16:40:19.2201107Z [4/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\test_custom_backend.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\test_custom_backend.dir\test_custom_backend.cpp.obj /out:test_custom_backend.exe /implib:test_custom_backend.lib /pdb:test_custom_backend.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console custom_backend.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-09-27T16:40:19.2221458Z "Ninja succeeded for custom_backend test." 2022-09-27T16:40:20.6380482Z 2022-09-27T16:40:20.6380825Z Running tests... 2022-09-27T16:40:20.6381166Z ---------------------------------------------------------------------- 2022-09-27T16:40:20.6381551Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-09-27T16:40:20.6387774Z test_execute (__main__.TestCustomBackend) 2022-09-27T16:40:20.7032552Z Test execution using the custom backend. ... ok (0.053s) 2022-09-27T16:40:20.7044113Z test_save_load (__main__.TestCustomBackend) 2022-09-27T16:40:20.7345088Z Test that a lowered module can be executed correctly ... ok (0.041s) 2022-09-27T16:40:20.7347400Z 2022-09-27T16:40:20.7347608Z ---------------------------------------------------------------------- 2022-09-27T16:40:20.7347867Z Ran 2 tests in 0.093s 2022-09-27T16:40:20.7347985Z 2022-09-27T16:40:20.7348045Z OK 2022-09-27T16:40:20.7348134Z 2022-09-27T16:40:20.7348231Z Generating XML reports... 2022-09-27T16:40:20.7400783Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20220927164020.xml 2022-09-27T16:40:22.8347587Z Testing custom_backend 2022-09-27T16:40:22.8347788Z OK 2022-09-27T16:40:22.8420942Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-09-27T16:40:22.8596594Z 2022-09-27T16:40:22.8597892Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-09-27T16:40:22.8606654Z 2022-09-27T16:40:22.8607332Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-09-27T16:40:22.8607817Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-09-27T16:40:22.8608089Z exit /b 0 2022-09-27T16:40:22.8608246Z ) 2022-09-27T16:40:23.2997600Z "Executing CMake for custom_operator test..." 2022-09-27T16:40:23.5214408Z -- The C compiler identification is MSVC 19.28.29337.0 2022-09-27T16:40:23.6987679Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-09-27T16:40:23.7223135Z -- Detecting C compiler ABI info 2022-09-27T16:40:24.0312100Z -- Detecting C compiler ABI info - done 2022-09-27T16:40:24.0335816Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-09-27T16:40:24.0341755Z -- Detecting C compile features 2022-09-27T16:40:24.0349933Z -- Detecting C compile features - done 2022-09-27T16:40:24.0435305Z -- Detecting CXX compiler ABI info 2022-09-27T16:40:24.5957012Z -- Detecting CXX compiler ABI info - done 2022-09-27T16:40:24.5980601Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-09-27T16:40:24.5984980Z -- Detecting CXX compile features 2022-09-27T16:40:24.5992492Z -- Detecting CXX compile features - done 2022-09-27T16:40:24.6127814Z -- Looking for pthread.h 2022-09-27T16:40:24.6935674Z -- Looking for pthread.h - not found 2022-09-27T16:40:24.6951024Z -- Found Threads: TRUE 2022-09-27T16:40:24.9280083Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-09-27T16:40:24.9283641Z -- Configuring done 2022-09-27T16:40:24.9427311Z -- Generating done 2022-09-27T16:40:24.9602799Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-09-27T16:40:24.9668439Z "Executing Ninja for custom_operator test..." 2022-09-27T16:40:32.1300239Z [1/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\test_custom_ops.dir\test_custom_ops.cpp.obj /FdCMakeFiles\test_custom_ops.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_operator\test_custom_ops.cpp 2022-09-27T16:40:32.1301770Z 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-09-27T16:40:32.1302616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1303329Z with 2022-09-27T16:40:32.1303537Z [ 2022-09-27T16:40:32.1303750Z T=c10::SymInt 2022-09-27T16:40:32.1303974Z ] 2022-09-27T16:40:32.1304512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1305008Z with 2022-09-27T16:40:32.1305226Z [ 2022-09-27T16:40:32.1305456Z T=c10::SymInt 2022-09-27T16:40:32.1305663Z ] 2022-09-27T16:40:32.1306550Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1307096Z with 2022-09-27T16:40:32.1307314Z [ 2022-09-27T16:40:32.1307550Z T=c10::SymInt 2022-09-27T16:40:32.1307770Z ] 2022-09-27T16:40:32.1308451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1309060Z with 2022-09-27T16:40:32.1309282Z [ 2022-09-27T16:40:32.1309514Z T=c10::SymInt 2022-09-27T16:40:32.1309754Z ] 2022-09-27T16:40:32.1310542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1311385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1312231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1312736Z with 2022-09-27T16:40:32.1312955Z [ 2022-09-27T16:40:32.1313153Z T=c10::SymInt 2022-09-27T16:40:32.1313317Z ] 2022-09-27T16:40:32.1313680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:40:32.1314266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1314619Z with 2022-09-27T16:40:32.1314770Z [ 2022-09-27T16:40:32.1314936Z T=at::TensorBase 2022-09-27T16:40:32.1315106Z ] 2022-09-27T16:40:32.1315500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1315864Z with 2022-09-27T16:40:32.1316000Z [ 2022-09-27T16:40:32.1316164Z T=at::TensorBase 2022-09-27T16:40:32.1316328Z ] 2022-09-27T16:40:32.1316759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1317163Z with 2022-09-27T16:40:32.1317311Z [ 2022-09-27T16:40:32.1317465Z T=at::TensorBase 2022-09-27T16:40:32.1317632Z ] 2022-09-27T16:40:32.1318086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1318512Z with 2022-09-27T16:40:32.1318661Z [ 2022-09-27T16:40:32.1318814Z T=at::TensorBase 2022-09-27T16:40:32.1318979Z ] 2022-09-27T16:40:32.1319387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1320023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1320736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1321121Z with 2022-09-27T16:40:32.1321275Z [ 2022-09-27T16:40:32.1321431Z T=at::TensorBase 2022-09-27T16:40:32.1321599Z ] 2022-09-27T16:40:32.1321984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1322334Z with 2022-09-27T16:40:32.1322483Z [ 2022-09-27T16:40:32.1322645Z T=at::Tensor 2022-09-27T16:40:32.1322840Z ] 2022-09-27T16:40:32.1323235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1323600Z with 2022-09-27T16:40:32.1323747Z [ 2022-09-27T16:40:32.1323910Z T=at::Tensor 2022-09-27T16:40:32.1324068Z ] 2022-09-27T16:40:32.1324491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1324898Z with 2022-09-27T16:40:32.1325048Z [ 2022-09-27T16:40:32.1325207Z T=at::Tensor 2022-09-27T16:40:32.1325363Z ] 2022-09-27T16:40:32.1325807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1326232Z with 2022-09-27T16:40:32.1326381Z [ 2022-09-27T16:40:32.1326542Z T=at::Tensor 2022-09-27T16:40:32.1326702Z ] 2022-09-27T16:40:32.1327098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1327718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1328338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1328720Z with 2022-09-27T16:40:32.1328870Z [ 2022-09-27T16:40:32.1329035Z T=at::Tensor 2022-09-27T16:40:32.1329190Z ] 2022-09-27T16:40:32.1329567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1330013Z with 2022-09-27T16:40:32.1330214Z [ 2022-09-27T16:40:32.1330388Z T=at::Generator 2022-09-27T16:40:32.1330555Z ] 2022-09-27T16:40:32.1330949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1331318Z with 2022-09-27T16:40:32.1331454Z [ 2022-09-27T16:40:32.1331617Z T=at::Generator 2022-09-27T16:40:32.1331777Z ] 2022-09-27T16:40:32.1332210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1332684Z with 2022-09-27T16:40:32.1332915Z [ 2022-09-27T16:40:32.1333071Z T=at::Generator 2022-09-27T16:40:32.1333237Z ] 2022-09-27T16:40:32.1333694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1334117Z with 2022-09-27T16:40:32.1334266Z [ 2022-09-27T16:40:32.1334433Z T=at::Generator 2022-09-27T16:40:32.1334584Z ] 2022-09-27T16:40:32.1334989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1335678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1336311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1336692Z with 2022-09-27T16:40:32.1336845Z [ 2022-09-27T16:40:32.1336998Z T=at::Generator 2022-09-27T16:40:32.1337163Z ] 2022-09-27T16:40:32.1337541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1337891Z with 2022-09-27T16:40:32.1338042Z [ 2022-09-27T16:40:32.1338275Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.1338484Z ] 2022-09-27T16:40:32.1338889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1339249Z with 2022-09-27T16:40:32.1339400Z [ 2022-09-27T16:40:32.1339631Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.1339851Z ] 2022-09-27T16:40:32.1340274Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1340666Z with 2022-09-27T16:40:32.1340814Z [ 2022-09-27T16:40:32.1341044Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.1341265Z ] 2022-09-27T16:40:32.1341726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1342145Z with 2022-09-27T16:40:32.1342284Z [ 2022-09-27T16:40:32.1342512Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.1342732Z ] 2022-09-27T16:40:32.1343187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1343926Z 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-09-27T16:40:32.1344719Z 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-09-27T16:40:32.1345418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1345810Z with 2022-09-27T16:40:32.1345953Z [ 2022-09-27T16:40:32.1346192Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.1346416Z ] 2022-09-27T16:40:32.1346807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1347214Z with 2022-09-27T16:40:32.1347369Z [ 2022-09-27T16:40:32.1347527Z T=c10::DimVector 2022-09-27T16:40:32.1347698Z ] 2022-09-27T16:40:32.1348104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1348472Z with 2022-09-27T16:40:32.1348623Z [ 2022-09-27T16:40:32.1348779Z T=c10::DimVector 2022-09-27T16:40:32.1348947Z ] 2022-09-27T16:40:32.1349391Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1349789Z with 2022-09-27T16:40:32.1349948Z [ 2022-09-27T16:40:32.1350120Z T=c10::DimVector 2022-09-27T16:40:32.1350275Z ] 2022-09-27T16:40:32.1350735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1351161Z with 2022-09-27T16:40:32.1351318Z [ 2022-09-27T16:40:32.1351486Z T=c10::DimVector 2022-09-27T16:40:32.1351646Z ] 2022-09-27T16:40:32.1352033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1352668Z 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-09-27T16:40:32.1353304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1353689Z with 2022-09-27T16:40:32.1353840Z [ 2022-09-27T16:40:32.1354007Z T=c10::DimVector 2022-09-27T16:40:32.1354173Z ] 2022-09-27T16:40:32.1354538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1354891Z with 2022-09-27T16:40:32.1355039Z [ 2022-09-27T16:40:32.1355197Z T=std::string 2022-09-27T16:40:32.1355355Z ] 2022-09-27T16:40:32.1355748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1356101Z with 2022-09-27T16:40:32.1356252Z [ 2022-09-27T16:40:32.1356411Z T=std::string 2022-09-27T16:40:32.1356567Z ] 2022-09-27T16:40:32.1357057Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1357516Z with 2022-09-27T16:40:32.1357654Z [ 2022-09-27T16:40:32.1357815Z T=std::string 2022-09-27T16:40:32.1357975Z ] 2022-09-27T16:40:32.1358429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1358852Z with 2022-09-27T16:40:32.1358990Z [ 2022-09-27T16:40:32.1359152Z T=std::string 2022-09-27T16:40:32.1359360Z ] 2022-09-27T16:40:32.1359759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1360380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1361007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1361387Z with 2022-09-27T16:40:32.1361526Z [ 2022-09-27T16:40:32.1361689Z T=std::string 2022-09-27T16:40:32.1361848Z ] 2022-09-27T16:40:32.1362229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1362582Z with 2022-09-27T16:40:32.1362729Z [ 2022-09-27T16:40:32.1362891Z T=c10::QualifiedName 2022-09-27T16:40:32.1363059Z ] 2022-09-27T16:40:32.1363451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1363821Z with 2022-09-27T16:40:32.1363966Z [ 2022-09-27T16:40:32.1364136Z T=c10::QualifiedName 2022-09-27T16:40:32.1364292Z ] 2022-09-27T16:40:32.1364721Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1365117Z with 2022-09-27T16:40:32.1365263Z [ 2022-09-27T16:40:32.1365432Z T=c10::QualifiedName 2022-09-27T16:40:32.1365587Z ] 2022-09-27T16:40:32.1366045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1366471Z with 2022-09-27T16:40:32.1366617Z [ 2022-09-27T16:40:32.1366784Z T=c10::QualifiedName 2022-09-27T16:40:32.1366956Z ] 2022-09-27T16:40:32.1367352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1367985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1368692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1369075Z with 2022-09-27T16:40:32.1369227Z [ 2022-09-27T16:40:32.1369401Z T=c10::QualifiedName 2022-09-27T16:40:32.1369575Z ] 2022-09-27T16:40:32.1369946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1370296Z with 2022-09-27T16:40:32.1370446Z [ 2022-09-27T16:40:32.1370657Z T=std::shared_ptr 2022-09-27T16:40:32.1370860Z ] 2022-09-27T16:40:32.1371258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1371670Z with 2022-09-27T16:40:32.1371820Z [ 2022-09-27T16:40:32.1372033Z T=std::shared_ptr 2022-09-27T16:40:32.1372238Z ] 2022-09-27T16:40:32.1372767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1373172Z with 2022-09-27T16:40:32.1373308Z [ 2022-09-27T16:40:32.1373521Z T=std::shared_ptr 2022-09-27T16:40:32.1373722Z ] 2022-09-27T16:40:32.1374181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1374604Z with 2022-09-27T16:40:32.1374760Z [ 2022-09-27T16:40:32.1374960Z T=std::shared_ptr 2022-09-27T16:40:32.1375160Z ] 2022-09-27T16:40:32.1375603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1376300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:32.1376980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1377377Z with 2022-09-27T16:40:32.1377544Z [ 2022-09-27T16:40:32.1377776Z T=std::shared_ptr 2022-09-27T16:40:32.1377974Z ] 2022-09-27T16:40:32.1378369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1378736Z with 2022-09-27T16:40:32.1378903Z [ 2022-09-27T16:40:32.1379129Z T=std::weak_ptr 2022-09-27T16:40:32.1379360Z ] 2022-09-27T16:40:32.1379802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1391667Z with 2022-09-27T16:40:32.1391961Z [ 2022-09-27T16:40:32.1392232Z T=std::weak_ptr 2022-09-27T16:40:32.1392452Z ] 2022-09-27T16:40:32.1393075Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1393510Z with 2022-09-27T16:40:32.1393677Z [ 2022-09-27T16:40:32.1393886Z T=std::weak_ptr 2022-09-27T16:40:32.1394100Z ] 2022-09-27T16:40:32.1394586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1395033Z with 2022-09-27T16:40:32.1395196Z [ 2022-09-27T16:40:32.1395417Z T=std::weak_ptr 2022-09-27T16:40:32.1395678Z ] 2022-09-27T16:40:32.1396113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1396808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:32.1397489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1397889Z with 2022-09-27T16:40:32.1398053Z [ 2022-09-27T16:40:32.1398267Z T=std::weak_ptr 2022-09-27T16:40:32.1398456Z ] 2022-09-27T16:40:32.1398845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1399191Z with 2022-09-27T16:40:32.1399335Z [ 2022-09-27T16:40:32.1399565Z T=std::vector> 2022-09-27T16:40:32.1399779Z ] 2022-09-27T16:40:32.1400164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1400536Z with 2022-09-27T16:40:32.1400680Z [ 2022-09-27T16:40:32.1400925Z T=std::vector> 2022-09-27T16:40:32.1401155Z ] 2022-09-27T16:40:32.1401598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1401992Z with 2022-09-27T16:40:32.1402154Z [ 2022-09-27T16:40:32.1402400Z T=std::vector> 2022-09-27T16:40:32.1402616Z ] 2022-09-27T16:40:32.1403077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1403499Z with 2022-09-27T16:40:32.1403645Z [ 2022-09-27T16:40:32.1403893Z T=std::vector> 2022-09-27T16:40:32.1404125Z ] 2022-09-27T16:40:32.1404585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.1405366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.1406047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1406424Z with 2022-09-27T16:40:32.1406579Z [ 2022-09-27T16:40:32.1406809Z T=std::vector> 2022-09-27T16:40:32.1407043Z ] 2022-09-27T16:40:32.1407440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1407857Z with 2022-09-27T16:40:32.1408018Z [ 2022-09-27T16:40:32.1408364Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.1408658Z ] 2022-09-27T16:40:32.1409047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1409403Z with 2022-09-27T16:40:32.1409544Z [ 2022-09-27T16:40:32.1409873Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.1410170Z ] 2022-09-27T16:40:32.1410596Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1410983Z with 2022-09-27T16:40:32.1411135Z [ 2022-09-27T16:40:32.1411471Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.1411776Z ] 2022-09-27T16:40:32.1412242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1412773Z with 2022-09-27T16:40:32.1412929Z [ 2022-09-27T16:40:32.1413258Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.1413570Z ] 2022-09-27T16:40:32.1413996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.1414387Z with 2022-09-27T16:40:32.1414837Z [ 2022-09-27T16:40:32.1415072Z T=c10::impl::ScalarTypeToCPPType::type 2022-09-27T16:40:32.1415282Z ] 2022-09-27T16:40:32.1415698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.1416082Z with 2022-09-27T16:40:32.1416234Z [ 2022-09-27T16:40:32.1416467Z T=c10::impl::ScalarTypeToCPPType::type 2022-09-27T16:40:32.1416689Z ] 2022-09-27T16:40:32.1417176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1417559Z with 2022-09-27T16:40:32.1417707Z [ 2022-09-27T16:40:32.1418043Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.1418348Z ] 2022-09-27T16:40:32.1418732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1419085Z with 2022-09-27T16:40:32.1419224Z [ 2022-09-27T16:40:32.1419476Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1419762Z ] 2022-09-27T16:40:32.1420167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1420530Z with 2022-09-27T16:40:32.1420681Z [ 2022-09-27T16:40:32.1420917Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1421146Z ] 2022-09-27T16:40:32.1421582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1421973Z with 2022-09-27T16:40:32.1422124Z [ 2022-09-27T16:40:32.1422376Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1422592Z ] 2022-09-27T16:40:32.1423054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1423471Z with 2022-09-27T16:40:32.1423621Z [ 2022-09-27T16:40:32.1423868Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1424098Z ] 2022-09-27T16:40:32.1424556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:32.1425302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:32.1425976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:32.1426605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1426989Z with 2022-09-27T16:40:32.1427141Z [ 2022-09-27T16:40:32.1427389Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1427619Z ] 2022-09-27T16:40:32.1428002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1428358Z with 2022-09-27T16:40:32.1428497Z [ 2022-09-27T16:40:32.1428739Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1429023Z ] 2022-09-27T16:40:32.1429426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1429791Z with 2022-09-27T16:40:32.1429927Z [ 2022-09-27T16:40:32.1430164Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1430385Z ] 2022-09-27T16:40:32.1430928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1431429Z with 2022-09-27T16:40:32.1431589Z [ 2022-09-27T16:40:32.1431829Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1432039Z ] 2022-09-27T16:40:32.1432502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1432924Z with 2022-09-27T16:40:32.1433074Z [ 2022-09-27T16:40:32.1433309Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1433533Z ] 2022-09-27T16:40:32.1433980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:32.1434703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:32.1435363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:32.1435987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1436361Z with 2022-09-27T16:40:32.1436512Z [ 2022-09-27T16:40:32.1436749Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.1436974Z ] 2022-09-27T16:40:32.1437338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1437692Z with 2022-09-27T16:40:32.1437840Z [ 2022-09-27T16:40:32.1438049Z T=std::vector> 2022-09-27T16:40:32.1438243Z ] 2022-09-27T16:40:32.1438637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1438989Z with 2022-09-27T16:40:32.1439139Z [ 2022-09-27T16:40:32.1439343Z T=std::vector> 2022-09-27T16:40:32.1439536Z ] 2022-09-27T16:40:32.1439968Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1440363Z with 2022-09-27T16:40:32.1440498Z [ 2022-09-27T16:40:32.1440771Z T=std::vector> 2022-09-27T16:40:32.1440965Z ] 2022-09-27T16:40:32.1441424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1441836Z with 2022-09-27T16:40:32.1441986Z [ 2022-09-27T16:40:32.1442180Z T=std::vector> 2022-09-27T16:40:32.1442373Z ] 2022-09-27T16:40:32.1442798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.1443512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.1444166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1444548Z with 2022-09-27T16:40:32.1444698Z [ 2022-09-27T16:40:32.1444905Z T=std::vector> 2022-09-27T16:40:32.1445086Z ] 2022-09-27T16:40:32.1445470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1445820Z with 2022-09-27T16:40:32.1445974Z [ 2022-09-27T16:40:32.1446207Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.1446416Z ] 2022-09-27T16:40:32.1446813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1447179Z with 2022-09-27T16:40:32.1447331Z [ 2022-09-27T16:40:32.1447559Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.1447775Z ] 2022-09-27T16:40:32.1448193Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1448591Z with 2022-09-27T16:40:32.1448741Z [ 2022-09-27T16:40:32.1448973Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.1449192Z ] 2022-09-27T16:40:32.1449651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1450074Z with 2022-09-27T16:40:32.1450211Z [ 2022-09-27T16:40:32.1450441Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.1450662Z ] 2022-09-27T16:40:32.1451117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1451850Z 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-09-27T16:40:32.1452736Z 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-09-27T16:40:32.1453426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1453811Z with 2022-09-27T16:40:32.1453952Z [ 2022-09-27T16:40:32.1454183Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.1454405Z ] 2022-09-27T16:40:32.1454789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1455718Z with 2022-09-27T16:40:32.1455868Z [ 2022-09-27T16:40:32.1456052Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.1456235Z ] 2022-09-27T16:40:32.1456634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1456996Z with 2022-09-27T16:40:32.1457148Z [ 2022-09-27T16:40:32.1457333Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.1457502Z ] 2022-09-27T16:40:32.1457934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1458330Z with 2022-09-27T16:40:32.1458480Z [ 2022-09-27T16:40:32.1458662Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.1458843Z ] 2022-09-27T16:40:32.1459293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1459712Z with 2022-09-27T16:40:32.1459863Z [ 2022-09-27T16:40:32.1460045Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.1460224Z ] 2022-09-27T16:40:32.1460641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1461280Z 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-09-27T16:40:32.1461655Z with 2022-09-27T16:40:32.1461808Z [ 2022-09-27T16:40:32.1461994Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.1462174Z ] 2022-09-27T16:40:32.1462624Z 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-09-27T16:40:32.1463302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1463673Z with 2022-09-27T16:40:32.1463826Z [ 2022-09-27T16:40:32.1464015Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.1464199Z ] 2022-09-27T16:40:32.1464584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1464936Z with 2022-09-27T16:40:32.1465153Z [ 2022-09-27T16:40:32.1465426Z T=std::vector> 2022-09-27T16:40:32.1465675Z ] 2022-09-27T16:40:32.1466070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1466435Z with 2022-09-27T16:40:32.1466584Z [ 2022-09-27T16:40:32.1466842Z T=std::vector> 2022-09-27T16:40:32.1467090Z ] 2022-09-27T16:40:32.1467526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1467978Z with 2022-09-27T16:40:32.1468131Z [ 2022-09-27T16:40:32.1468402Z T=std::vector> 2022-09-27T16:40:32.1468636Z ] 2022-09-27T16:40:32.1469099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1469520Z with 2022-09-27T16:40:32.1469671Z [ 2022-09-27T16:40:32.1469941Z T=std::vector> 2022-09-27T16:40:32.1470190Z ] 2022-09-27T16:40:32.1470682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.1471471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.1472177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1472548Z with 2022-09-27T16:40:32.1472700Z [ 2022-09-27T16:40:32.1472967Z T=std::vector> 2022-09-27T16:40:32.1473217Z ] 2022-09-27T16:40:32.1473605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1473955Z with 2022-09-27T16:40:32.1474091Z [ 2022-09-27T16:40:32.1474272Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.1474449Z ] 2022-09-27T16:40:32.1474849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1475212Z with 2022-09-27T16:40:32.1475360Z [ 2022-09-27T16:40:32.1475527Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.1475704Z ] 2022-09-27T16:40:32.1476138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1476540Z with 2022-09-27T16:40:32.1476687Z [ 2022-09-27T16:40:32.1476921Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.1477103Z ] 2022-09-27T16:40:32.1477562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1477981Z with 2022-09-27T16:40:32.1478132Z [ 2022-09-27T16:40:32.1478310Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.1478475Z ] 2022-09-27T16:40:32.1478893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1479610Z 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-09-27T16:40:32.1480270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1480649Z with 2022-09-27T16:40:32.1480801Z [ 2022-09-27T16:40:32.1480981Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.1481146Z ] 2022-09-27T16:40:32.1481530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1481882Z with 2022-09-27T16:40:32.1482037Z [ 2022-09-27T16:40:32.1482199Z T=c10::IValue 2022-09-27T16:40:32.1482356Z ] 2022-09-27T16:40:32.1482743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1483111Z with 2022-09-27T16:40:32.1483260Z [ 2022-09-27T16:40:32.1483419Z T=c10::IValue 2022-09-27T16:40:32.1483577Z ] 2022-09-27T16:40:32.1484005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1484389Z with 2022-09-27T16:40:32.1484537Z [ 2022-09-27T16:40:32.1484698Z T=c10::IValue 2022-09-27T16:40:32.1484855Z ] 2022-09-27T16:40:32.1485312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1485738Z with 2022-09-27T16:40:32.1485877Z [ 2022-09-27T16:40:32.1486036Z T=c10::IValue 2022-09-27T16:40:32.1486195Z ] 2022-09-27T16:40:32.1486588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1487210Z 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-09-27T16:40:32.1487844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1488232Z with 2022-09-27T16:40:32.1488372Z [ 2022-09-27T16:40:32.1488532Z T=c10::IValue 2022-09-27T16:40:32.1488766Z ] 2022-09-27T16:40:32.1489145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1489495Z with 2022-09-27T16:40:32.1489634Z [ 2022-09-27T16:40:32.1489801Z T=c10::AliasInfo 2022-09-27T16:40:32.1489965Z ] 2022-09-27T16:40:32.1490359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1490724Z with 2022-09-27T16:40:32.1490895Z [ 2022-09-27T16:40:32.1491116Z T=c10::AliasInfo 2022-09-27T16:40:32.1491276Z ] 2022-09-27T16:40:32.1491711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1492105Z with 2022-09-27T16:40:32.1492253Z [ 2022-09-27T16:40:32.1492517Z T=c10::AliasInfo 2022-09-27T16:40:32.1492675Z ] 2022-09-27T16:40:32.1493134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1493554Z with 2022-09-27T16:40:32.1493702Z [ 2022-09-27T16:40:32.1493866Z T=c10::AliasInfo 2022-09-27T16:40:32.1494028Z ] 2022-09-27T16:40:32.1494415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1495050Z 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-09-27T16:40:32.1495687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1496069Z with 2022-09-27T16:40:32.1496228Z [ 2022-09-27T16:40:32.1496392Z T=c10::AliasInfo 2022-09-27T16:40:32.1496556Z ] 2022-09-27T16:40:32.1496921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1497278Z with 2022-09-27T16:40:32.1497425Z [ 2022-09-27T16:40:32.1497607Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.1497787Z ] 2022-09-27T16:40:32.1498167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1498535Z with 2022-09-27T16:40:32.1498681Z [ 2022-09-27T16:40:32.1498864Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.1499043Z ] 2022-09-27T16:40:32.1499474Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1499867Z with 2022-09-27T16:40:32.1500004Z [ 2022-09-27T16:40:32.1500189Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.1500368Z ] 2022-09-27T16:40:32.1501437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1501882Z with 2022-09-27T16:40:32.1502020Z [ 2022-09-27T16:40:32.1502205Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.1502382Z ] 2022-09-27T16:40:32.1502803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1503471Z 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-09-27T16:40:32.1504205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1504590Z with 2022-09-27T16:40:32.1504728Z [ 2022-09-27T16:40:32.1504911Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.1505091Z ] 2022-09-27T16:40:32.1505474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1505829Z with 2022-09-27T16:40:32.1505980Z [ 2022-09-27T16:40:32.1506191Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.1506403Z ] 2022-09-27T16:40:32.1506798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1507167Z with 2022-09-27T16:40:32.1507317Z [ 2022-09-27T16:40:32.1507543Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.1507743Z ] 2022-09-27T16:40:32.1508177Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1508565Z with 2022-09-27T16:40:32.1508716Z [ 2022-09-27T16:40:32.1508939Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.1509151Z ] 2022-09-27T16:40:32.1509596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1510020Z with 2022-09-27T16:40:32.1510173Z [ 2022-09-27T16:40:32.1510393Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.1510605Z ] 2022-09-27T16:40:32.1511054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1511784Z 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-09-27T16:40:32.1512488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1512863Z with 2022-09-27T16:40:32.1513017Z [ 2022-09-27T16:40:32.1513241Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.1513513Z ] 2022-09-27T16:40:32.1513894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1514246Z with 2022-09-27T16:40:32.1514385Z [ 2022-09-27T16:40:32.1514559Z T=at::StepCallbacks 2022-09-27T16:40:32.1514729Z ] 2022-09-27T16:40:32.1515127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1515492Z with 2022-09-27T16:40:32.1515628Z [ 2022-09-27T16:40:32.1515855Z T=at::StepCallbacks 2022-09-27T16:40:32.1516021Z ] 2022-09-27T16:40:32.1516460Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1516858Z with 2022-09-27T16:40:32.1517008Z [ 2022-09-27T16:40:32.1517167Z T=at::StepCallbacks 2022-09-27T16:40:32.1517335Z ] 2022-09-27T16:40:32.1517791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1518215Z with 2022-09-27T16:40:32.1518367Z [ 2022-09-27T16:40:32.1518536Z T=at::StepCallbacks 2022-09-27T16:40:32.1518693Z ] 2022-09-27T16:40:32.1519106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1519756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(625): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.1520413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1520790Z with 2022-09-27T16:40:32.1520940Z [ 2022-09-27T16:40:32.1521112Z T=at::StepCallbacks 2022-09-27T16:40:32.1521271Z ] 2022-09-27T16:40:32.1521646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1521999Z with 2022-09-27T16:40:32.1522150Z [ 2022-09-27T16:40:32.1522399Z T=c10::either 2022-09-27T16:40:32.1522608Z ] 2022-09-27T16:40:32.1522990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1523356Z with 2022-09-27T16:40:32.1523505Z [ 2022-09-27T16:40:32.1523725Z T=c10::either 2022-09-27T16:40:32.1523930Z ] 2022-09-27T16:40:32.1524360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1524750Z with 2022-09-27T16:40:32.1524898Z [ 2022-09-27T16:40:32.1525116Z T=c10::either 2022-09-27T16:40:32.1525320Z ] 2022-09-27T16:40:32.1525839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1526265Z with 2022-09-27T16:40:32.1526403Z [ 2022-09-27T16:40:32.1526620Z T=c10::either 2022-09-27T16:40:32.1526828Z ] 2022-09-27T16:40:32.1527267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1527997Z 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-09-27T16:40:32.1528755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1529134Z with 2022-09-27T16:40:32.1529285Z [ 2022-09-27T16:40:32.1529491Z T=c10::either 2022-09-27T16:40:32.1529699Z ] 2022-09-27T16:40:32.1530079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1530431Z with 2022-09-27T16:40:32.1530583Z [ 2022-09-27T16:40:32.1530747Z T=torch::jit::Operator 2022-09-27T16:40:32.1530919Z ] 2022-09-27T16:40:32.1531317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1531681Z with 2022-09-27T16:40:32.1531923Z [ 2022-09-27T16:40:32.1532115Z T=torch::jit::Operator 2022-09-27T16:40:32.1532276Z ] 2022-09-27T16:40:32.1532875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1533330Z with 2022-09-27T16:40:32.1533483Z [ 2022-09-27T16:40:32.1533656Z T=torch::jit::Operator 2022-09-27T16:40:32.1533823Z ] 2022-09-27T16:40:32.1534270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1534700Z with 2022-09-27T16:40:32.1534853Z [ 2022-09-27T16:40:32.1535025Z T=torch::jit::Operator 2022-09-27T16:40:32.1535197Z ] 2022-09-27T16:40:32.1535603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1536241Z 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-09-27T16:40:32.1536894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1537278Z with 2022-09-27T16:40:32.1537428Z [ 2022-09-27T16:40:32.1537681Z T=torch::jit::Operator 2022-09-27T16:40:32.1537857Z ] 2022-09-27T16:40:32.1538235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1538629Z with 2022-09-27T16:40:32.1538778Z [ 2022-09-27T16:40:32.1538977Z T=std::tuple 2022-09-27T16:40:32.1539168Z ] 2022-09-27T16:40:32.1539563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1539925Z with 2022-09-27T16:40:32.1540110Z [ 2022-09-27T16:40:32.1540311Z T=std::tuple 2022-09-27T16:40:32.1540498Z ] 2022-09-27T16:40:32.1540930Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1541325Z with 2022-09-27T16:40:32.1541474Z [ 2022-09-27T16:40:32.1541658Z T=std::tuple 2022-09-27T16:40:32.1541843Z ] 2022-09-27T16:40:32.1542297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1542716Z with 2022-09-27T16:40:32.1542866Z [ 2022-09-27T16:40:32.1543063Z T=std::tuple 2022-09-27T16:40:32.1543243Z ] 2022-09-27T16:40:32.1543674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1544365Z 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-09-27T16:40:32.1545034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1545414Z with 2022-09-27T16:40:32.1545565Z [ 2022-09-27T16:40:32.1545764Z T=std::tuple 2022-09-27T16:40:32.1545943Z ] 2022-09-27T16:40:32.1546321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1546679Z with 2022-09-27T16:40:32.1546830Z [ 2022-09-27T16:40:32.1547009Z T=torch::jit::SourceRange 2022-09-27T16:40:32.1547186Z ] 2022-09-27T16:40:32.1547570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1547933Z with 2022-09-27T16:40:32.1548084Z [ 2022-09-27T16:40:32.1548261Z T=torch::jit::SourceRange 2022-09-27T16:40:32.1548436Z ] 2022-09-27T16:40:32.1548870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1549255Z with 2022-09-27T16:40:32.1549407Z [ 2022-09-27T16:40:32.1549582Z T=torch::jit::SourceRange 2022-09-27T16:40:32.1549823Z ] 2022-09-27T16:40:32.1550281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1550697Z with 2022-09-27T16:40:32.1550840Z [ 2022-09-27T16:40:32.1551015Z T=torch::jit::SourceRange 2022-09-27T16:40:32.1551189Z ] 2022-09-27T16:40:32.1551603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1552311Z 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-09-27T16:40:32.1552980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1553369Z with 2022-09-27T16:40:32.1553510Z [ 2022-09-27T16:40:32.1553689Z T=torch::jit::SourceRange 2022-09-27T16:40:32.1553866Z ] 2022-09-27T16:40:32.1554245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1554601Z with 2022-09-27T16:40:32.1554752Z [ 2022-09-27T16:40:32.1554940Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.1555129Z ] 2022-09-27T16:40:32.1555526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1555895Z with 2022-09-27T16:40:32.1556047Z [ 2022-09-27T16:40:32.1556229Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.1556418Z ] 2022-09-27T16:40:32.1556847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1557238Z with 2022-09-27T16:40:32.1557390Z [ 2022-09-27T16:40:32.1557586Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.1557765Z ] 2022-09-27T16:40:32.1558222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1558649Z with 2022-09-27T16:40:32.1558799Z [ 2022-09-27T16:40:32.1558994Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.1559182Z ] 2022-09-27T16:40:32.1559595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1560268Z 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-09-27T16:40:32.1560934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1561319Z with 2022-09-27T16:40:32.1561484Z [ 2022-09-27T16:40:32.1561734Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.1561924Z ] 2022-09-27T16:40:32.1562289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1562640Z with 2022-09-27T16:40:32.1562789Z [ 2022-09-27T16:40:32.1562979Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.1563170Z ] 2022-09-27T16:40:32.1563563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1563962Z with 2022-09-27T16:40:32.1564113Z [ 2022-09-27T16:40:32.1564306Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.1564493Z ] 2022-09-27T16:40:32.1564926Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1565324Z with 2022-09-27T16:40:32.1565477Z [ 2022-09-27T16:40:32.1565669Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.1565854Z ] 2022-09-27T16:40:32.1566315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1566736Z with 2022-09-27T16:40:32.1566884Z [ 2022-09-27T16:40:32.1567064Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.1567249Z ] 2022-09-27T16:40:32.1567677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1568347Z 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-09-27T16:40:32.1568997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1569374Z with 2022-09-27T16:40:32.1569522Z [ 2022-09-27T16:40:32.1569700Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.1569887Z ] 2022-09-27T16:40:32.1570269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1570625Z with 2022-09-27T16:40:32.1570777Z [ 2022-09-27T16:40:32.1570952Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.1571114Z ] 2022-09-27T16:40:32.1571510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1571872Z with 2022-09-27T16:40:32.1572022Z [ 2022-09-27T16:40:32.1572193Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.1572363Z ] 2022-09-27T16:40:32.1572875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1573277Z with 2022-09-27T16:40:32.1573426Z [ 2022-09-27T16:40:32.1573598Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.1573852Z ] 2022-09-27T16:40:32.1574312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1574725Z with 2022-09-27T16:40:32.1574877Z [ 2022-09-27T16:40:32.1575047Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.1575216Z ] 2022-09-27T16:40:32.1575629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1576270Z 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-09-27T16:40:32.1576975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1577339Z with 2022-09-27T16:40:32.1577489Z [ 2022-09-27T16:40:32.1577665Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.1577836Z ] 2022-09-27T16:40:32.1578217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1578568Z with 2022-09-27T16:40:32.1578704Z [ 2022-09-27T16:40:32.1578884Z T=at::ThreadLocalState 2022-09-27T16:40:32.1579058Z ] 2022-09-27T16:40:32.1579450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1579819Z with 2022-09-27T16:40:32.1579955Z [ 2022-09-27T16:40:32.1580129Z T=at::ThreadLocalState 2022-09-27T16:40:32.1580302Z ] 2022-09-27T16:40:32.1580730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1581126Z with 2022-09-27T16:40:32.1581276Z [ 2022-09-27T16:40:32.1581437Z T=at::ThreadLocalState 2022-09-27T16:40:32.1581609Z ] 2022-09-27T16:40:32.1582065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1582488Z with 2022-09-27T16:40:32.1582636Z [ 2022-09-27T16:40:32.1582814Z T=at::ThreadLocalState 2022-09-27T16:40:32.1582974Z ] 2022-09-27T16:40:32.1583391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1584054Z 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-09-27T16:40:32.1584719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1585112Z with 2022-09-27T16:40:32.1585262Z [ 2022-09-27T16:40:32.1585437Z T=at::ThreadLocalState 2022-09-27T16:40:32.1585598Z ] 2022-09-27T16:40:32.1586034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1586386Z with 2022-09-27T16:40:32.1586537Z [ 2022-09-27T16:40:32.1586734Z T=std::shared_ptr 2022-09-27T16:40:32.1586918Z ] 2022-09-27T16:40:32.1587303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1587666Z with 2022-09-27T16:40:32.1587819Z [ 2022-09-27T16:40:32.1588012Z T=std::shared_ptr 2022-09-27T16:40:32.1588243Z ] 2022-09-27T16:40:32.1588676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1589065Z with 2022-09-27T16:40:32.1589213Z [ 2022-09-27T16:40:32.1589405Z T=std::shared_ptr 2022-09-27T16:40:32.1589589Z ] 2022-09-27T16:40:32.1590050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1590472Z with 2022-09-27T16:40:32.1590610Z [ 2022-09-27T16:40:32.1590805Z T=std::shared_ptr 2022-09-27T16:40:32.1590990Z ] 2022-09-27T16:40:32.1591417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.1592072Z 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-09-27T16:40:32.1592747Z 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-09-27T16:40:32.1593418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1593805Z with 2022-09-27T16:40:32.1593945Z [ 2022-09-27T16:40:32.1594141Z T=std::shared_ptr 2022-09-27T16:40:32.1594330Z ] 2022-09-27T16:40:32.1594712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1595067Z with 2022-09-27T16:40:32.1595217Z [ 2022-09-27T16:40:32.1595387Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.1595568Z ] 2022-09-27T16:40:32.1595967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1596330Z with 2022-09-27T16:40:32.1596481Z [ 2022-09-27T16:40:32.1596647Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.1596829Z ] 2022-09-27T16:40:32.1597331Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1597740Z with 2022-09-27T16:40:32.1597889Z [ 2022-09-27T16:40:32.1598071Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.1598240Z ] 2022-09-27T16:40:32.1598700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1599121Z with 2022-09-27T16:40:32.1599271Z [ 2022-09-27T16:40:32.1599452Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.1599630Z ] 2022-09-27T16:40:32.1600032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1600741Z 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-09-27T16:40:32.1601410Z 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-09-27T16:40:32.1602077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1602459Z with 2022-09-27T16:40:32.1602610Z [ 2022-09-27T16:40:32.1602796Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.1602973Z ] 2022-09-27T16:40:32.1603342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1603695Z with 2022-09-27T16:40:32.1603848Z [ 2022-09-27T16:40:32.1604018Z T=torch::jit::Method 2022-09-27T16:40:32.1604186Z ] 2022-09-27T16:40:32.1604582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1604932Z with 2022-09-27T16:40:32.1605083Z [ 2022-09-27T16:40:32.1605251Z T=torch::jit::Method 2022-09-27T16:40:32.1605418Z ] 2022-09-27T16:40:32.1605853Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1606252Z with 2022-09-27T16:40:32.1606391Z [ 2022-09-27T16:40:32.1606568Z T=torch::jit::Method 2022-09-27T16:40:32.1606736Z ] 2022-09-27T16:40:32.1607197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1607620Z with 2022-09-27T16:40:32.1607768Z [ 2022-09-27T16:40:32.1607927Z T=torch::jit::Method 2022-09-27T16:40:32.1608094Z ] 2022-09-27T16:40:32.1608500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1609200Z 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-09-27T16:40:32.1609851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1610234Z with 2022-09-27T16:40:32.1610383Z [ 2022-09-27T16:40:32.1610540Z T=torch::jit::Method 2022-09-27T16:40:32.1610705Z ] 2022-09-27T16:40:32.1611087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1611438Z with 2022-09-27T16:40:32.1611586Z [ 2022-09-27T16:40:32.1611840Z T=std::vector> 2022-09-27T16:40:32.1612047Z ] 2022-09-27T16:40:32.1612519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1612889Z with 2022-09-27T16:40:32.1613038Z [ 2022-09-27T16:40:32.1613255Z T=std::vector> 2022-09-27T16:40:32.1613447Z ] 2022-09-27T16:40:32.1613878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1614269Z with 2022-09-27T16:40:32.1614421Z [ 2022-09-27T16:40:32.1614637Z T=std::vector> 2022-09-27T16:40:32.1614843Z ] 2022-09-27T16:40:32.1615285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1615705Z with 2022-09-27T16:40:32.1615854Z [ 2022-09-27T16:40:32.1616068Z T=std::vector> 2022-09-27T16:40:32.1616273Z ] 2022-09-27T16:40:32.1616715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.1617408Z 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-09-27T16:40:32.1618084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1618453Z with 2022-09-27T16:40:32.1618604Z [ 2022-09-27T16:40:32.1618821Z T=std::vector> 2022-09-27T16:40:32.1619027Z ] 2022-09-27T16:40:32.1619400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1619749Z with 2022-09-27T16:40:32.1619885Z [ 2022-09-27T16:40:32.1620061Z T=torch::jit::NamedValue 2022-09-27T16:40:32.1620237Z ] 2022-09-27T16:40:32.1620633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.1620999Z with 2022-09-27T16:40:32.1621147Z [ 2022-09-27T16:40:32.1621379Z T=torch::jit::NamedValue 2022-09-27T16:40:32.1621553Z ] 2022-09-27T16:40:32.1621984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.1622379Z with 2022-09-27T16:40:32.1622527Z [ 2022-09-27T16:40:32.1622695Z T=torch::jit::NamedValue 2022-09-27T16:40:32.1622868Z ] 2022-09-27T16:40:32.1623323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.1623801Z with 2022-09-27T16:40:32.1623950Z [ 2022-09-27T16:40:32.1624125Z T=torch::jit::NamedValue 2022-09-27T16:40:32.1624284Z ] 2022-09-27T16:40:32.1624693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.1625357Z 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-09-27T16:40:32.1626022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.1626395Z with 2022-09-27T16:40:32.1626547Z [ 2022-09-27T16:40:32.1626723Z T=torch::jit::NamedValue 2022-09-27T16:40:32.1626885Z ] 2022-09-27T16:40:32.3361130Z [2/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -Dcustom_ops_EXPORTS -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\custom_ops.dir\op.cpp.obj /FdCMakeFiles\custom_ops.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_operator\op.cpp 2022-09-27T16:40:32.3362559Z 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-09-27T16:40:32.3363428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3363935Z with 2022-09-27T16:40:32.3364009Z [ 2022-09-27T16:40:32.3364117Z T=c10::SymInt 2022-09-27T16:40:32.3364203Z ] 2022-09-27T16:40:32.3364620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3364707Z with 2022-09-27T16:40:32.3364793Z [ 2022-09-27T16:40:32.3364903Z T=c10::SymInt 2022-09-27T16:40:32.3364984Z ] 2022-09-27T16:40:32.3365469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3365562Z with 2022-09-27T16:40:32.3365649Z [ 2022-09-27T16:40:32.3365755Z T=c10::SymInt 2022-09-27T16:40:32.3365843Z ] 2022-09-27T16:40:32.3366634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3366726Z with 2022-09-27T16:40:32.3366804Z [ 2022-09-27T16:40:32.3366896Z T=c10::SymInt 2022-09-27T16:40:32.3366975Z ] 2022-09-27T16:40:32.3367411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3367835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3368359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3368447Z with 2022-09-27T16:40:32.3368526Z [ 2022-09-27T16:40:32.3368627Z T=c10::SymInt 2022-09-27T16:40:32.3368711Z ] 2022-09-27T16:40:32.3369088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:40:32.3369493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3369581Z with 2022-09-27T16:40:32.3369659Z [ 2022-09-27T16:40:32.3369771Z T=at::TensorBase 2022-09-27T16:40:32.3369860Z ] 2022-09-27T16:40:32.3370288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3370378Z with 2022-09-27T16:40:32.3370465Z [ 2022-09-27T16:40:32.3370602Z T=at::TensorBase 2022-09-27T16:40:32.3370683Z ] 2022-09-27T16:40:32.3371183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3371266Z with 2022-09-27T16:40:32.3371353Z [ 2022-09-27T16:40:32.3371469Z T=at::TensorBase 2022-09-27T16:40:32.3371553Z ] 2022-09-27T16:40:32.3372059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3372143Z with 2022-09-27T16:40:32.3372226Z [ 2022-09-27T16:40:32.3372336Z T=at::TensorBase 2022-09-27T16:40:32.3372420Z ] 2022-09-27T16:40:32.3372905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3373342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3373777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3373865Z with 2022-09-27T16:40:32.3373945Z [ 2022-09-27T16:40:32.3374118Z T=at::TensorBase 2022-09-27T16:40:32.3374204Z ] 2022-09-27T16:40:32.3374640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3374732Z with 2022-09-27T16:40:32.3374812Z [ 2022-09-27T16:40:32.3374913Z T=at::Tensor 2022-09-27T16:40:32.3374994Z ] 2022-09-27T16:40:32.3375413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3375507Z with 2022-09-27T16:40:32.3376807Z [ 2022-09-27T16:40:32.3376897Z T=at::Tensor 2022-09-27T16:40:32.3376955Z ] 2022-09-27T16:40:32.3377677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3377739Z with 2022-09-27T16:40:32.3377796Z [ 2022-09-27T16:40:32.3377872Z T=at::Tensor 2022-09-27T16:40:32.3377918Z ] 2022-09-27T16:40:32.3378289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3378349Z with 2022-09-27T16:40:32.3378407Z [ 2022-09-27T16:40:32.3378484Z T=at::Tensor 2022-09-27T16:40:32.3378543Z ] 2022-09-27T16:40:32.3378852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3379169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3379496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3379558Z with 2022-09-27T16:40:32.3379618Z [ 2022-09-27T16:40:32.3379692Z T=at::Tensor 2022-09-27T16:40:32.3379751Z ] 2022-09-27T16:40:32.3380043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3380106Z with 2022-09-27T16:40:32.3380162Z [ 2022-09-27T16:40:32.3380242Z T=at::Generator 2022-09-27T16:40:32.3380289Z ] 2022-09-27T16:40:32.3380595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3380657Z with 2022-09-27T16:40:32.3380713Z [ 2022-09-27T16:40:32.3380814Z T=at::Generator 2022-09-27T16:40:32.3380874Z ] 2022-09-27T16:40:32.3381215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3381277Z with 2022-09-27T16:40:32.3381334Z [ 2022-09-27T16:40:32.3381412Z T=at::Generator 2022-09-27T16:40:32.3381475Z ] 2022-09-27T16:40:32.3381929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3381991Z with 2022-09-27T16:40:32.3382047Z [ 2022-09-27T16:40:32.3382122Z T=at::Generator 2022-09-27T16:40:32.3382168Z ] 2022-09-27T16:40:32.3382485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3382800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3383171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3383235Z with 2022-09-27T16:40:32.3383293Z [ 2022-09-27T16:40:32.3383370Z T=at::Generator 2022-09-27T16:40:32.3383426Z ] 2022-09-27T16:40:32.3383715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3383775Z with 2022-09-27T16:40:32.3383831Z [ 2022-09-27T16:40:32.3383978Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.3384037Z ] 2022-09-27T16:40:32.3384346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3384410Z with 2022-09-27T16:40:32.3384466Z [ 2022-09-27T16:40:32.3384610Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.3384658Z ] 2022-09-27T16:40:32.3385005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3385066Z with 2022-09-27T16:40:32.3385123Z [ 2022-09-27T16:40:32.3385267Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.3385325Z ] 2022-09-27T16:40:32.3385695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3385757Z with 2022-09-27T16:40:32.3385814Z [ 2022-09-27T16:40:32.3385954Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.3386014Z ] 2022-09-27T16:40:32.3386375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3386756Z 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-09-27T16:40:32.3387125Z 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-09-27T16:40:32.3387493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3387558Z with 2022-09-27T16:40:32.3387619Z [ 2022-09-27T16:40:32.3387764Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:40:32.3387823Z ] 2022-09-27T16:40:32.3388117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3388176Z with 2022-09-27T16:40:32.3388235Z [ 2022-09-27T16:40:32.3388301Z T=c10::DimVector 2022-09-27T16:40:32.3388359Z ] 2022-09-27T16:40:32.3388668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3388770Z with 2022-09-27T16:40:32.3388827Z [ 2022-09-27T16:40:32.3388908Z T=c10::DimVector 2022-09-27T16:40:32.3388966Z ] 2022-09-27T16:40:32.3389312Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3389371Z with 2022-09-27T16:40:32.3389428Z [ 2022-09-27T16:40:32.3389504Z T=c10::DimVector 2022-09-27T16:40:32.3389563Z ] 2022-09-27T16:40:32.3389932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3389994Z with 2022-09-27T16:40:32.3390099Z [ 2022-09-27T16:40:32.3390164Z T=c10::DimVector 2022-09-27T16:40:32.3390221Z ] 2022-09-27T16:40:32.3390539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3390856Z 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-09-27T16:40:32.3391180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3391240Z with 2022-09-27T16:40:32.3391300Z [ 2022-09-27T16:40:32.3391376Z T=c10::DimVector 2022-09-27T16:40:32.3391433Z ] 2022-09-27T16:40:32.3391727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3391788Z with 2022-09-27T16:40:32.3391846Z [ 2022-09-27T16:40:32.3391922Z T=std::string 2022-09-27T16:40:32.3391978Z ] 2022-09-27T16:40:32.3392289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3392349Z with 2022-09-27T16:40:32.3392395Z [ 2022-09-27T16:40:32.3392470Z T=std::string 2022-09-27T16:40:32.3392528Z ] 2022-09-27T16:40:32.3392869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3392933Z with 2022-09-27T16:40:32.3392991Z [ 2022-09-27T16:40:32.3393107Z T=std::string 2022-09-27T16:40:32.3393166Z ] 2022-09-27T16:40:32.3393536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3393596Z with 2022-09-27T16:40:32.3393654Z [ 2022-09-27T16:40:32.3393727Z T=std::string 2022-09-27T16:40:32.3393785Z ] 2022-09-27T16:40:32.3394091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3394442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3394768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3394828Z with 2022-09-27T16:40:32.3394884Z [ 2022-09-27T16:40:32.3394947Z T=std::string 2022-09-27T16:40:32.3395006Z ] 2022-09-27T16:40:32.3395295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3395357Z with 2022-09-27T16:40:32.3395415Z [ 2022-09-27T16:40:32.3395501Z T=c10::QualifiedName 2022-09-27T16:40:32.3395563Z ] 2022-09-27T16:40:32.3395868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3395931Z with 2022-09-27T16:40:32.3395989Z [ 2022-09-27T16:40:32.3396073Z T=c10::QualifiedName 2022-09-27T16:40:32.3396132Z ] 2022-09-27T16:40:32.3396473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3396534Z with 2022-09-27T16:40:32.3396592Z [ 2022-09-27T16:40:32.3396665Z T=c10::QualifiedName 2022-09-27T16:40:32.3396722Z ] 2022-09-27T16:40:32.3397087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3397151Z with 2022-09-27T16:40:32.3397208Z [ 2022-09-27T16:40:32.3397295Z T=c10::QualifiedName 2022-09-27T16:40:32.3397352Z ] 2022-09-27T16:40:32.3397672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3397995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3398318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3398382Z with 2022-09-27T16:40:32.3398440Z [ 2022-09-27T16:40:32.3398524Z T=c10::QualifiedName 2022-09-27T16:40:32.3398581Z ] 2022-09-27T16:40:32.3399283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3399352Z with 2022-09-27T16:40:32.3399409Z [ 2022-09-27T16:40:32.3399527Z T=std::shared_ptr 2022-09-27T16:40:32.3399586Z ] 2022-09-27T16:40:32.3399895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3399957Z with 2022-09-27T16:40:32.3400065Z [ 2022-09-27T16:40:32.3400189Z T=std::shared_ptr 2022-09-27T16:40:32.3400290Z ] 2022-09-27T16:40:32.3400638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3400700Z with 2022-09-27T16:40:32.3400756Z [ 2022-09-27T16:40:32.3400880Z T=std::shared_ptr 2022-09-27T16:40:32.3400938Z ] 2022-09-27T16:40:32.3401306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3401368Z with 2022-09-27T16:40:32.3401424Z [ 2022-09-27T16:40:32.3401545Z T=std::shared_ptr 2022-09-27T16:40:32.3401592Z ] 2022-09-27T16:40:32.3401947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3402294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:32.3402619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3402682Z with 2022-09-27T16:40:32.3402741Z [ 2022-09-27T16:40:32.3402863Z T=std::shared_ptr 2022-09-27T16:40:32.3402924Z ] 2022-09-27T16:40:32.3403216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3403277Z with 2022-09-27T16:40:32.3403336Z [ 2022-09-27T16:40:32.3403460Z T=std::weak_ptr 2022-09-27T16:40:32.3403518Z ] 2022-09-27T16:40:32.3403824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3403885Z with 2022-09-27T16:40:32.3403943Z [ 2022-09-27T16:40:32.3404065Z T=std::weak_ptr 2022-09-27T16:40:32.3404122Z ] 2022-09-27T16:40:32.3404457Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3404523Z with 2022-09-27T16:40:32.3404581Z [ 2022-09-27T16:40:32.3404752Z T=std::weak_ptr 2022-09-27T16:40:32.3404813Z ] 2022-09-27T16:40:32.3405184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3405246Z with 2022-09-27T16:40:32.3405304Z [ 2022-09-27T16:40:32.3405423Z T=std::weak_ptr 2022-09-27T16:40:32.3405480Z ] 2022-09-27T16:40:32.3405823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3406206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:40:32.3406535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3406599Z with 2022-09-27T16:40:32.3406657Z [ 2022-09-27T16:40:32.3406779Z T=std::weak_ptr 2022-09-27T16:40:32.3406836Z ] 2022-09-27T16:40:32.3407129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3407189Z with 2022-09-27T16:40:32.3407237Z [ 2022-09-27T16:40:32.3407387Z T=std::vector> 2022-09-27T16:40:32.3407445Z ] 2022-09-27T16:40:32.3407760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3407822Z with 2022-09-27T16:40:32.3407882Z [ 2022-09-27T16:40:32.3408030Z T=std::vector> 2022-09-27T16:40:32.3408090Z ] 2022-09-27T16:40:32.3408435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3408497Z with 2022-09-27T16:40:32.3408556Z [ 2022-09-27T16:40:32.3408701Z T=std::vector> 2022-09-27T16:40:32.3408761Z ] 2022-09-27T16:40:32.3409132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3409193Z with 2022-09-27T16:40:32.3409251Z [ 2022-09-27T16:40:32.3409402Z T=std::vector> 2022-09-27T16:40:32.3409449Z ] 2022-09-27T16:40:32.3409818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.3410178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.3410553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3410617Z with 2022-09-27T16:40:32.3410675Z [ 2022-09-27T16:40:32.3410822Z T=std::vector> 2022-09-27T16:40:32.3410880Z ] 2022-09-27T16:40:32.3411171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3411232Z with 2022-09-27T16:40:32.3411291Z [ 2022-09-27T16:40:32.3411544Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.3411644Z ] 2022-09-27T16:40:32.3411956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3412017Z with 2022-09-27T16:40:32.3412074Z [ 2022-09-27T16:40:32.3412321Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.3412379Z ] 2022-09-27T16:40:32.3412827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3412889Z with 2022-09-27T16:40:32.3412950Z [ 2022-09-27T16:40:32.3413198Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.3413244Z ] 2022-09-27T16:40:32.3413611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3413673Z with 2022-09-27T16:40:32.3413730Z [ 2022-09-27T16:40:32.3413977Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.3414036Z ] 2022-09-27T16:40:32.3414368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.3414433Z with 2022-09-27T16:40:32.3414491Z [ 2022-09-27T16:40:32.3414639Z T=c10::impl::ScalarTypeToCPPType::type 2022-09-27T16:40:32.3414698Z ] 2022-09-27T16:40:32.3415026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.3415088Z with 2022-09-27T16:40:32.3415145Z [ 2022-09-27T16:40:32.3415292Z T=c10::impl::ScalarTypeToCPPType::type 2022-09-27T16:40:32.3415349Z ] 2022-09-27T16:40:32.3415679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3415741Z with 2022-09-27T16:40:32.3415797Z [ 2022-09-27T16:40:32.3416085Z T=std::vector::type,std::allocator::type>> 2022-09-27T16:40:32.3416145Z ] 2022-09-27T16:40:32.3416439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3416499Z with 2022-09-27T16:40:32.3416556Z [ 2022-09-27T16:40:32.3416719Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3416775Z ] 2022-09-27T16:40:32.3417082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3417188Z with 2022-09-27T16:40:32.3417246Z [ 2022-09-27T16:40:32.3417403Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3417461Z ] 2022-09-27T16:40:32.3417810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3417871Z with 2022-09-27T16:40:32.3417928Z [ 2022-09-27T16:40:32.3418086Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3418143Z ] 2022-09-27T16:40:32.3418513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3418577Z with 2022-09-27T16:40:32.3418625Z [ 2022-09-27T16:40:32.3418779Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3418836Z ] 2022-09-27T16:40:32.3419213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:32.3419584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:32.3419898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:32.3420227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3420289Z with 2022-09-27T16:40:32.3420348Z [ 2022-09-27T16:40:32.3420504Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3420562Z ] 2022-09-27T16:40:32.3420850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3420910Z with 2022-09-27T16:40:32.3420969Z [ 2022-09-27T16:40:32.3421124Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3421184Z ] 2022-09-27T16:40:32.3421491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3421599Z with 2022-09-27T16:40:32.3421657Z [ 2022-09-27T16:40:32.3421809Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3421854Z ] 2022-09-27T16:40:32.3422194Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3422255Z with 2022-09-27T16:40:32.3422312Z [ 2022-09-27T16:40:32.3422460Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3422520Z ] 2022-09-27T16:40:32.3422886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3422993Z with 2022-09-27T16:40:32.3423051Z [ 2022-09-27T16:40:32.3423197Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3423254Z ] 2022-09-27T16:40:32.3423618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:40:32.3423981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:40:32.3424295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:40:32.3424617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3424682Z with 2022-09-27T16:40:32.3424739Z [ 2022-09-27T16:40:32.3424889Z T=std::vector,std::allocator>> 2022-09-27T16:40:32.3424945Z ] 2022-09-27T16:40:32.3425235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3425295Z with 2022-09-27T16:40:32.3425355Z [ 2022-09-27T16:40:32.3425464Z T=std::vector> 2022-09-27T16:40:32.3425522Z ] 2022-09-27T16:40:32.3425831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3425891Z with 2022-09-27T16:40:32.3425949Z [ 2022-09-27T16:40:32.3426069Z T=std::vector> 2022-09-27T16:40:32.3426126Z ] 2022-09-27T16:40:32.3426469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3426530Z with 2022-09-27T16:40:32.3426587Z [ 2022-09-27T16:40:32.3426702Z T=std::vector> 2022-09-27T16:40:32.3426762Z ] 2022-09-27T16:40:32.3427173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3427235Z with 2022-09-27T16:40:32.3427294Z [ 2022-09-27T16:40:32.3427409Z T=std::vector> 2022-09-27T16:40:32.3427455Z ] 2022-09-27T16:40:32.3427976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.3428416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.3429177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3429562Z with 2022-09-27T16:40:32.3429724Z [ 2022-09-27T16:40:32.3429934Z T=std::vector> 2022-09-27T16:40:32.3430134Z ] 2022-09-27T16:40:32.3430518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3430872Z with 2022-09-27T16:40:32.3431009Z [ 2022-09-27T16:40:32.3431244Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.3431480Z ] 2022-09-27T16:40:32.3431884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3432259Z with 2022-09-27T16:40:32.3432410Z [ 2022-09-27T16:40:32.3432632Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.3432855Z ] 2022-09-27T16:40:32.3433343Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3433749Z with 2022-09-27T16:40:32.3433902Z [ 2022-09-27T16:40:32.3434155Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.3434364Z ] 2022-09-27T16:40:32.3434825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3435293Z with 2022-09-27T16:40:32.3435454Z [ 2022-09-27T16:40:32.3435696Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.3435919Z ] 2022-09-27T16:40:32.3436364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3437144Z 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-09-27T16:40:32.3437892Z 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-09-27T16:40:32.3438653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3439042Z with 2022-09-27T16:40:32.3439205Z [ 2022-09-27T16:40:32.3439452Z T=c10::impl::InlineStreamGuard 2022-09-27T16:40:32.3439677Z ] 2022-09-27T16:40:32.3440052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3440410Z with 2022-09-27T16:40:32.3440566Z [ 2022-09-27T16:40:32.3440754Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.3440987Z ] 2022-09-27T16:40:32.3441388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3441777Z with 2022-09-27T16:40:32.3441935Z [ 2022-09-27T16:40:32.3442122Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.3442308Z ] 2022-09-27T16:40:32.3442744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3443141Z with 2022-09-27T16:40:32.3443280Z [ 2022-09-27T16:40:32.3443463Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.3443641Z ] 2022-09-27T16:40:32.3444098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3444524Z with 2022-09-27T16:40:32.3444672Z [ 2022-09-27T16:40:32.3444846Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.3445026Z ] 2022-09-27T16:40:32.3445443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3446085Z 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-09-27T16:40:32.3446460Z with 2022-09-27T16:40:32.3446612Z [ 2022-09-27T16:40:32.3446785Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.3446968Z ] 2022-09-27T16:40:32.3447421Z 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-09-27T16:40:32.3448103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3448493Z with 2022-09-27T16:40:32.3448643Z [ 2022-09-27T16:40:32.3448830Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:40:32.3448998Z ] 2022-09-27T16:40:32.3449382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3449730Z with 2022-09-27T16:40:32.3449879Z [ 2022-09-27T16:40:32.3450152Z T=std::vector> 2022-09-27T16:40:32.3450402Z ] 2022-09-27T16:40:32.3450830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3451201Z with 2022-09-27T16:40:32.3451349Z [ 2022-09-27T16:40:32.3451617Z T=std::vector> 2022-09-27T16:40:32.3451858Z ] 2022-09-27T16:40:32.3452294Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3452766Z with 2022-09-27T16:40:32.3452907Z [ 2022-09-27T16:40:32.3453228Z T=std::vector> 2022-09-27T16:40:32.3453477Z ] 2022-09-27T16:40:32.3453939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3454361Z with 2022-09-27T16:40:32.3454510Z [ 2022-09-27T16:40:32.3454764Z T=std::vector> 2022-09-27T16:40:32.3455012Z ] 2022-09-27T16:40:32.3455498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.3456296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:40:32.3457008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3457396Z with 2022-09-27T16:40:32.3457544Z [ 2022-09-27T16:40:32.3457820Z T=std::vector> 2022-09-27T16:40:32.3458063Z ] 2022-09-27T16:40:32.3458444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3458803Z with 2022-09-27T16:40:32.3458953Z [ 2022-09-27T16:40:32.3459138Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.3459325Z ] 2022-09-27T16:40:32.3459718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3460090Z with 2022-09-27T16:40:32.3460241Z [ 2022-09-27T16:40:32.3460420Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.3460599Z ] 2022-09-27T16:40:32.3461032Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3461414Z with 2022-09-27T16:40:32.3461562Z [ 2022-09-27T16:40:32.3461747Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.3461924Z ] 2022-09-27T16:40:32.3462439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3462863Z with 2022-09-27T16:40:32.3463003Z [ 2022-09-27T16:40:32.3463181Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.3463358Z ] 2022-09-27T16:40:32.3463777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3464449Z 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-09-27T16:40:32.3465159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3465541Z with 2022-09-27T16:40:32.3465682Z [ 2022-09-27T16:40:32.3465862Z T=torch::autograd::ViewInfo 2022-09-27T16:40:32.3466044Z ] 2022-09-27T16:40:32.3466426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3466780Z with 2022-09-27T16:40:32.3466929Z [ 2022-09-27T16:40:32.3467077Z T=c10::IValue 2022-09-27T16:40:32.3467238Z ] 2022-09-27T16:40:32.3467631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3467999Z with 2022-09-27T16:40:32.3468149Z [ 2022-09-27T16:40:32.3468299Z T=c10::IValue 2022-09-27T16:40:32.3468459Z ] 2022-09-27T16:40:32.3468890Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3469282Z with 2022-09-27T16:40:32.3469431Z [ 2022-09-27T16:40:32.3469590Z T=c10::IValue 2022-09-27T16:40:32.3469736Z ] 2022-09-27T16:40:32.3470201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3470625Z with 2022-09-27T16:40:32.3470782Z [ 2022-09-27T16:40:32.3470941Z T=c10::IValue 2022-09-27T16:40:32.3471096Z ] 2022-09-27T16:40:32.3471484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3472119Z 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-09-27T16:40:32.3472757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3473142Z with 2022-09-27T16:40:32.3473294Z [ 2022-09-27T16:40:32.3473459Z T=c10::IValue 2022-09-27T16:40:32.3473620Z ] 2022-09-27T16:40:32.3473990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3474342Z with 2022-09-27T16:40:32.3474547Z [ 2022-09-27T16:40:32.3474718Z T=c10::AliasInfo 2022-09-27T16:40:32.3474883Z ] 2022-09-27T16:40:32.3475267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3475633Z with 2022-09-27T16:40:32.3475783Z [ 2022-09-27T16:40:32.3475952Z T=c10::AliasInfo 2022-09-27T16:40:32.3476114Z ] 2022-09-27T16:40:32.3476546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3476981Z with 2022-09-27T16:40:32.3477132Z [ 2022-09-27T16:40:32.3477303Z T=c10::AliasInfo 2022-09-27T16:40:32.3477469Z ] 2022-09-27T16:40:32.3477934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3478364Z with 2022-09-27T16:40:32.3478508Z [ 2022-09-27T16:40:32.3478677Z T=c10::AliasInfo 2022-09-27T16:40:32.3478843Z ] 2022-09-27T16:40:32.3479249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3479881Z 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-09-27T16:40:32.3480534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3480923Z with 2022-09-27T16:40:32.3481065Z [ 2022-09-27T16:40:32.3481239Z T=c10::AliasInfo 2022-09-27T16:40:32.3481408Z ] 2022-09-27T16:40:32.3481794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3482151Z with 2022-09-27T16:40:32.3482306Z [ 2022-09-27T16:40:32.3482477Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.3482660Z ] 2022-09-27T16:40:32.3483060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3483433Z with 2022-09-27T16:40:32.3483586Z [ 2022-09-27T16:40:32.3483781Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.3483963Z ] 2022-09-27T16:40:32.3484396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3484790Z with 2022-09-27T16:40:32.3484937Z [ 2022-09-27T16:40:32.3485116Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.3485281Z ] 2022-09-27T16:40:32.3485739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3486158Z with 2022-09-27T16:40:32.3486305Z [ 2022-09-27T16:40:32.3486482Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.3486715Z ] 2022-09-27T16:40:32.3487118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3487798Z 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-09-27T16:40:32.3488471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3488905Z with 2022-09-27T16:40:32.3489055Z [ 2022-09-27T16:40:32.3489237Z T=c10::impl::AnnotatedSchema 2022-09-27T16:40:32.3489424Z ] 2022-09-27T16:40:32.3489794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3490153Z with 2022-09-27T16:40:32.3490307Z [ 2022-09-27T16:40:32.3490531Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.3490744Z ] 2022-09-27T16:40:32.3491130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3504385Z with 2022-09-27T16:40:32.3504555Z [ 2022-09-27T16:40:32.3504809Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.3505031Z ] 2022-09-27T16:40:32.3505475Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3505868Z with 2022-09-27T16:40:32.3506022Z [ 2022-09-27T16:40:32.3506246Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.3506457Z ] 2022-09-27T16:40:32.3506921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3507347Z with 2022-09-27T16:40:32.3507487Z [ 2022-09-27T16:40:32.3507711Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.3507921Z ] 2022-09-27T16:40:32.3508376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3509110Z 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-09-27T16:40:32.3509807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3510189Z with 2022-09-27T16:40:32.3510339Z [ 2022-09-27T16:40:32.3510550Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:40:32.3510761Z ] 2022-09-27T16:40:32.3511145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3511494Z with 2022-09-27T16:40:32.3511782Z [ 2022-09-27T16:40:32.3511964Z T=at::StepCallbacks 2022-09-27T16:40:32.3512123Z ] 2022-09-27T16:40:32.3512519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3512886Z with 2022-09-27T16:40:32.3513040Z [ 2022-09-27T16:40:32.3513217Z T=at::StepCallbacks 2022-09-27T16:40:32.3513373Z ] 2022-09-27T16:40:32.3513809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3514269Z with 2022-09-27T16:40:32.3514419Z [ 2022-09-27T16:40:32.3514721Z T=at::StepCallbacks 2022-09-27T16:40:32.3514898Z ] 2022-09-27T16:40:32.3515389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3515832Z with 2022-09-27T16:40:32.3515984Z [ 2022-09-27T16:40:32.3516156Z T=at::StepCallbacks 2022-09-27T16:40:32.3516326Z ] 2022-09-27T16:40:32.3516739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3517390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(625): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:40:32.3518035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3518413Z with 2022-09-27T16:40:32.3518564Z [ 2022-09-27T16:40:32.3518737Z T=at::StepCallbacks 2022-09-27T16:40:32.3518907Z ] 2022-09-27T16:40:32.3519286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3519625Z with 2022-09-27T16:40:32.3519773Z [ 2022-09-27T16:40:32.3519997Z T=c10::either 2022-09-27T16:40:32.3520210Z ] 2022-09-27T16:40:32.3520609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3520972Z with 2022-09-27T16:40:32.3521107Z [ 2022-09-27T16:40:32.3521326Z T=c10::either 2022-09-27T16:40:32.3521531Z ] 2022-09-27T16:40:32.3521960Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3522350Z with 2022-09-27T16:40:32.3522498Z [ 2022-09-27T16:40:32.3522704Z T=c10::either 2022-09-27T16:40:32.3522909Z ] 2022-09-27T16:40:32.3523368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3523794Z with 2022-09-27T16:40:32.3524003Z [ 2022-09-27T16:40:32.3524225Z T=c10::either 2022-09-27T16:40:32.3524421Z ] 2022-09-27T16:40:32.3524868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3525596Z 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-09-27T16:40:32.3526290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3527155Z with 2022-09-27T16:40:32.3527317Z [ 2022-09-27T16:40:32.3527546Z T=c10::either 2022-09-27T16:40:32.3527760Z ] 2022-09-27T16:40:32.3528135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3528488Z with 2022-09-27T16:40:32.3528646Z [ 2022-09-27T16:40:32.3528825Z T=torch::jit::Operator 2022-09-27T16:40:32.3529003Z ] 2022-09-27T16:40:32.3529390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3529763Z with 2022-09-27T16:40:32.3529921Z [ 2022-09-27T16:40:32.3530098Z T=torch::jit::Operator 2022-09-27T16:40:32.3530274Z ] 2022-09-27T16:40:32.3530711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3531106Z with 2022-09-27T16:40:32.3531258Z [ 2022-09-27T16:40:32.3531435Z T=torch::jit::Operator 2022-09-27T16:40:32.3531618Z ] 2022-09-27T16:40:32.3532088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3532613Z with 2022-09-27T16:40:32.3532757Z [ 2022-09-27T16:40:32.3532934Z T=torch::jit::Operator 2022-09-27T16:40:32.3533108Z ] 2022-09-27T16:40:32.3533524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3534180Z 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-09-27T16:40:32.3534840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3535223Z with 2022-09-27T16:40:32.3535364Z [ 2022-09-27T16:40:32.3535536Z T=torch::jit::Operator 2022-09-27T16:40:32.3535709Z ] 2022-09-27T16:40:32.3536089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3536497Z with 2022-09-27T16:40:32.3536650Z [ 2022-09-27T16:40:32.3536837Z T=std::tuple 2022-09-27T16:40:32.3537027Z ] 2022-09-27T16:40:32.3537540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3537909Z with 2022-09-27T16:40:32.3538058Z [ 2022-09-27T16:40:32.3538259Z T=std::tuple 2022-09-27T16:40:32.3538439Z ] 2022-09-27T16:40:32.3538873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3539321Z with 2022-09-27T16:40:32.3539474Z [ 2022-09-27T16:40:32.3539725Z T=std::tuple 2022-09-27T16:40:32.3539920Z ] 2022-09-27T16:40:32.3540367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3540794Z with 2022-09-27T16:40:32.3540949Z [ 2022-09-27T16:40:32.3541147Z T=std::tuple 2022-09-27T16:40:32.3541336Z ] 2022-09-27T16:40:32.3541760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3542436Z 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-09-27T16:40:32.3543102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3543484Z with 2022-09-27T16:40:32.3543635Z [ 2022-09-27T16:40:32.3543836Z T=std::tuple 2022-09-27T16:40:32.3544028Z ] 2022-09-27T16:40:32.3544405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3544748Z with 2022-09-27T16:40:32.3544896Z [ 2022-09-27T16:40:32.3545074Z T=torch::jit::SourceRange 2022-09-27T16:40:32.3545249Z ] 2022-09-27T16:40:32.3545646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3546009Z with 2022-09-27T16:40:32.3546145Z [ 2022-09-27T16:40:32.3546320Z T=torch::jit::SourceRange 2022-09-27T16:40:32.3546494Z ] 2022-09-27T16:40:32.3546927Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3547327Z with 2022-09-27T16:40:32.3547478Z [ 2022-09-27T16:40:32.3547641Z T=torch::jit::SourceRange 2022-09-27T16:40:32.3547820Z ] 2022-09-27T16:40:32.3548325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3548750Z with 2022-09-27T16:40:32.3548901Z [ 2022-09-27T16:40:32.3549077Z T=torch::jit::SourceRange 2022-09-27T16:40:32.3549239Z ] 2022-09-27T16:40:32.3549653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3550310Z 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-09-27T16:40:32.3551025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3551412Z with 2022-09-27T16:40:32.3551567Z [ 2022-09-27T16:40:32.3551747Z T=torch::jit::SourceRange 2022-09-27T16:40:32.3551911Z ] 2022-09-27T16:40:32.3552287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3552642Z with 2022-09-27T16:40:32.3552795Z [ 2022-09-27T16:40:32.3552991Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.3553172Z ] 2022-09-27T16:40:32.3553569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3553934Z with 2022-09-27T16:40:32.3554084Z [ 2022-09-27T16:40:32.3554277Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.3554466Z ] 2022-09-27T16:40:32.3554883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3555282Z with 2022-09-27T16:40:32.3555433Z [ 2022-09-27T16:40:32.3555625Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.3555811Z ] 2022-09-27T16:40:32.3556265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3556687Z with 2022-09-27T16:40:32.3556830Z [ 2022-09-27T16:40:32.3557021Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.3557207Z ] 2022-09-27T16:40:32.3557636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3558313Z 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-09-27T16:40:32.3558978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3559357Z with 2022-09-27T16:40:32.3559497Z [ 2022-09-27T16:40:32.3559695Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:40:32.3559884Z ] 2022-09-27T16:40:32.3560322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3560674Z with 2022-09-27T16:40:32.3560813Z [ 2022-09-27T16:40:32.3561007Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.3561197Z ] 2022-09-27T16:40:32.3561594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3561957Z with 2022-09-27T16:40:32.3562106Z [ 2022-09-27T16:40:32.3562285Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.3562470Z ] 2022-09-27T16:40:32.3562899Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3563345Z with 2022-09-27T16:40:32.3563492Z [ 2022-09-27T16:40:32.3563686Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.3563859Z ] 2022-09-27T16:40:32.3564317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3564738Z with 2022-09-27T16:40:32.3564887Z [ 2022-09-27T16:40:32.3565082Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.3565267Z ] 2022-09-27T16:40:32.3565679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3566355Z 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-09-27T16:40:32.3567017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3567399Z with 2022-09-27T16:40:32.3567552Z [ 2022-09-27T16:40:32.3567756Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:40:32.3567948Z ] 2022-09-27T16:40:32.3568319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3568675Z with 2022-09-27T16:40:32.3568832Z [ 2022-09-27T16:40:32.3569012Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.3569193Z ] 2022-09-27T16:40:32.3569594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3569987Z with 2022-09-27T16:40:32.3570141Z [ 2022-09-27T16:40:32.3570322Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.3570497Z ] 2022-09-27T16:40:32.3570939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3571339Z with 2022-09-27T16:40:32.3571482Z [ 2022-09-27T16:40:32.3571661Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.3571836Z ] 2022-09-27T16:40:32.3573094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3573551Z with 2022-09-27T16:40:32.3573711Z [ 2022-09-27T16:40:32.3573884Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.3574056Z ] 2022-09-27T16:40:32.3574475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3575125Z 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-09-27T16:40:32.3575779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3576212Z with 2022-09-27T16:40:32.3576365Z [ 2022-09-27T16:40:32.3576535Z T=torch::jit::ScopePtr 2022-09-27T16:40:32.3576705Z ] 2022-09-27T16:40:32.3577086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3577443Z with 2022-09-27T16:40:32.3577594Z [ 2022-09-27T16:40:32.3577759Z T=at::ThreadLocalState 2022-09-27T16:40:32.3577933Z ] 2022-09-27T16:40:32.3578330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3578702Z with 2022-09-27T16:40:32.3578855Z [ 2022-09-27T16:40:32.3579031Z T=at::ThreadLocalState 2022-09-27T16:40:32.3579189Z ] 2022-09-27T16:40:32.3579622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3580019Z with 2022-09-27T16:40:32.3580172Z [ 2022-09-27T16:40:32.3580349Z T=at::ThreadLocalState 2022-09-27T16:40:32.3580524Z ] 2022-09-27T16:40:32.3580968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3581388Z with 2022-09-27T16:40:32.3581540Z [ 2022-09-27T16:40:32.3581722Z T=at::ThreadLocalState 2022-09-27T16:40:32.3581901Z ] 2022-09-27T16:40:32.3582317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3582977Z 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-09-27T16:40:32.3583626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3584008Z with 2022-09-27T16:40:32.3584157Z [ 2022-09-27T16:40:32.3584333Z T=at::ThreadLocalState 2022-09-27T16:40:32.3584509Z ] 2022-09-27T16:40:32.3584885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3585228Z with 2022-09-27T16:40:32.3585377Z [ 2022-09-27T16:40:32.3585618Z T=std::shared_ptr 2022-09-27T16:40:32.3585805Z ] 2022-09-27T16:40:32.3586205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3586569Z with 2022-09-27T16:40:32.3586705Z [ 2022-09-27T16:40:32.3586900Z T=std::shared_ptr 2022-09-27T16:40:32.3587090Z ] 2022-09-27T16:40:32.3587581Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3588019Z with 2022-09-27T16:40:32.3588167Z [ 2022-09-27T16:40:32.3588348Z T=std::shared_ptr 2022-09-27T16:40:32.3588534Z ] 2022-09-27T16:40:32.3588997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3589419Z with 2022-09-27T16:40:32.3589571Z [ 2022-09-27T16:40:32.3589765Z T=std::shared_ptr 2022-09-27T16:40:32.3589938Z ] 2022-09-27T16:40:32.3590361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:40:32.3591206Z 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-09-27T16:40:32.3591890Z 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-09-27T16:40:32.3592565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3592955Z with 2022-09-27T16:40:32.3593107Z [ 2022-09-27T16:40:32.3593301Z T=std::shared_ptr 2022-09-27T16:40:32.3593475Z ] 2022-09-27T16:40:32.3593858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3594211Z with 2022-09-27T16:40:32.3594364Z [ 2022-09-27T16:40:32.3594462Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.3594521Z ] 2022-09-27T16:40:32.3594832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3594892Z with 2022-09-27T16:40:32.3594950Z [ 2022-09-27T16:40:32.3595035Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.3595092Z ] 2022-09-27T16:40:32.3595449Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3595513Z with 2022-09-27T16:40:32.3595571Z [ 2022-09-27T16:40:32.3595666Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.3595725Z ] 2022-09-27T16:40:32.3596160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3596224Z with 2022-09-27T16:40:32.3596284Z [ 2022-09-27T16:40:32.3596377Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.3596437Z ] 2022-09-27T16:40:32.3596770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3597091Z 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-09-27T16:40:32.3597491Z 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-09-27T16:40:32.3597818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3597879Z with 2022-09-27T16:40:32.3597935Z [ 2022-09-27T16:40:32.3598028Z T=torch::jit::GraphExecutor 2022-09-27T16:40:32.3598076Z ] 2022-09-27T16:40:32.3598368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3598431Z with 2022-09-27T16:40:32.3598489Z [ 2022-09-27T16:40:32.3598576Z T=torch::jit::Method 2022-09-27T16:40:32.3598636Z ] 2022-09-27T16:40:32.3598945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3599007Z with 2022-09-27T16:40:32.3599070Z [ 2022-09-27T16:40:32.3599155Z T=torch::jit::Method 2022-09-27T16:40:32.3599213Z ] 2022-09-27T16:40:32.3599559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3599623Z with 2022-09-27T16:40:32.3599682Z [ 2022-09-27T16:40:32.3599767Z T=torch::jit::Method 2022-09-27T16:40:32.3599812Z ] 2022-09-27T16:40:32.3600181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3600242Z with 2022-09-27T16:40:32.3600299Z [ 2022-09-27T16:40:32.3600381Z T=torch::jit::Method 2022-09-27T16:40:32.3600439Z ] 2022-09-27T16:40:32.3600758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3601087Z 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-09-27T16:40:32.3601415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3601519Z with 2022-09-27T16:40:32.3601577Z [ 2022-09-27T16:40:32.3601663Z T=torch::jit::Method 2022-09-27T16:40:32.3601720Z ] 2022-09-27T16:40:32.3602014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3602077Z with 2022-09-27T16:40:32.3602134Z [ 2022-09-27T16:40:32.3602266Z T=std::vector> 2022-09-27T16:40:32.3602323Z ] 2022-09-27T16:40:32.3602619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3602723Z with 2022-09-27T16:40:32.3602783Z [ 2022-09-27T16:40:32.3602913Z T=std::vector> 2022-09-27T16:40:32.3602974Z ] 2022-09-27T16:40:32.3603322Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3603383Z with 2022-09-27T16:40:32.3603442Z [ 2022-09-27T16:40:32.3603576Z T=std::vector> 2022-09-27T16:40:32.3603637Z ] 2022-09-27T16:40:32.3604002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3604067Z with 2022-09-27T16:40:32.3604124Z [ 2022-09-27T16:40:32.3604252Z T=std::vector> 2022-09-27T16:40:32.3604310Z ] 2022-09-27T16:40:32.3604663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:40:32.3605015Z 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-09-27T16:40:32.3605338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3605403Z with 2022-09-27T16:40:32.3605449Z [ 2022-09-27T16:40:32.3605581Z T=std::vector> 2022-09-27T16:40:32.3605638Z ] 2022-09-27T16:40:32.3605931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3605992Z with 2022-09-27T16:40:32.3606051Z [ 2022-09-27T16:40:32.3606141Z T=torch::jit::NamedValue 2022-09-27T16:40:32.3606201Z ] 2022-09-27T16:40:32.3606511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:40:32.3606572Z with 2022-09-27T16:40:32.3606629Z [ 2022-09-27T16:40:32.3606716Z T=torch::jit::NamedValue 2022-09-27T16:40:32.3606776Z ] 2022-09-27T16:40:32.3607163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:40:32.3607224Z with 2022-09-27T16:40:32.3607282Z [ 2022-09-27T16:40:32.3607359Z T=torch::jit::NamedValue 2022-09-27T16:40:32.3607420Z ] 2022-09-27T16:40:32.3607785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:40:32.3607848Z with 2022-09-27T16:40:32.3607908Z [ 2022-09-27T16:40:32.3607998Z T=torch::jit::NamedValue 2022-09-27T16:40:32.3608056Z ] 2022-09-27T16:40:32.3608384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:40:32.3608769Z 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-09-27T16:40:32.3609092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:40:32.3609156Z with 2022-09-27T16:40:32.3609217Z [ 2022-09-27T16:40:32.3609306Z T=torch::jit::NamedValue 2022-09-27T16:40:32.3609366Z ] 2022-09-27T16:40:32.7128687Z [3/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_dll --intdir=CMakeFiles\custom_ops.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\custom_ops.dir\op.cpp.obj /out:custom_ops.dll /implib:custom_ops.lib /pdb:custom_ops.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-09-27T16:40:33.1737586Z [4/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\test_custom_ops.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\test_custom_ops.dir\test_custom_ops.cpp.obj /out:test_custom_ops.exe /implib:test_custom_ops.lib /pdb:test_custom_ops.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console custom_ops.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-09-27T16:40:33.1757908Z "Ninja succeeded for custom_operator test." 2022-09-27T16:40:34.5842958Z 2022-09-27T16:40:34.5843512Z Running tests... 2022-09-27T16:40:34.5843867Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-09-27T16:40:34.5844413Z ---------------------------------------------------------------------- 2022-09-27T16:40:34.5881540Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:40:34.6453971Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.070s) 2022-09-27T16:40:34.6465012Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:40:34.6493521Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1061.) 2022-09-27T16:40:34.6494828Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:40:34.6509935Z ok (0.000s) 2022-09-27T16:40:34.6520865Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:40:34.6526822Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:40:34.6694090Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.017s) 2022-09-27T16:40:34.6694348Z 2022-09-27T16:40:34.6694503Z ---------------------------------------------------------------------- 2022-09-27T16:40:34.6694764Z Ran 7 tests in 0.078s 2022-09-27T16:40:34.6694879Z 2022-09-27T16:40:34.6694936Z OK 2022-09-27T16:40:34.6695025Z 2022-09-27T16:40:34.6695103Z Generating XML reports... 2022-09-27T16:40:34.6750512Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20220927164034.xml 2022-09-27T16:40:36.5768146Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1061] 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-09-27T16:40:37.3312964Z ok 2022-09-27T16:40:37.3391266Z + assert_git_not_dirty 2022-09-27T16:40:37.3391537Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-09-27T16:40:37.3391772Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-09-27T16:40:37.3465721Z ++ git status --porcelain 2022-09-27T16:40:37.9339235Z + git_status= 2022-09-27T16:40:37.9339464Z + [[ -n '' ]] 2022-09-27T16:40:37.9339671Z + echo 'TEST PASSED' 2022-09-27T16:40:37.9339856Z TEST PASSED 2022-09-27T16:40:37.9499971Z Prepare all required actions 2022-09-27T16:40:37.9500469Z Getting action download info 2022-09-27T16:40:38.0960315Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T16:40:38.4271113Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:40:38.4271325Z with: 2022-09-27T16:40:38.4271703Z github-token: *** 2022-09-27T16:40:38.4271868Z env: 2022-09-27T16:40:38.4272040Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:38.4272297Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:38.4272530Z ##[endgroup] 2022-09-27T16:40:38.4406712Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:40:38.4406954Z with: 2022-09-27T16:40:38.4407094Z shell: bash 2022-09-27T16:40:38.4407263Z timeout_minutes: 10 2022-09-27T16:40:38.4407437Z max_attempts: 5 2022-09-27T16:40:38.4407613Z retry_wait_seconds: 30 2022-09-27T16:40:38.4408039Z 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-09-27T16:40:38.4408406Z polling_interval_seconds: 1 2022-09-27T16:40:38.4408599Z warning_on_retry: true 2022-09-27T16:40:38.4408787Z continue_on_error: false 2022-09-27T16:40:38.4408960Z env: 2022-09-27T16:40:38.4409126Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:38.4409363Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:38.4409731Z GITHUB_TOKEN: *** 2022-09-27T16:40:38.4409899Z ##[endgroup] 2022-09-27T16:40:38.5164412Z 2022-09-27T16:40:38.5377181Z + python3 -m pip install requests==2.26.0 2022-09-27T16:40:39.1316066Z Collecting requests==2.26.0 2022-09-27T16:40:39.1410561Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-09-27T16:40:39.1974164Z Collecting charset-normalizer~=2.0.0 2022-09-27T16:40:39.2062841Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-27T16:40:39.2399582Z Collecting certifi>=2017.4.17 2022-09-27T16:40:39.2641159Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T16:40:39.3151746Z -------------------------------------- 161.1/161.1 kB 3.2 MB/s eta 0:00:00 2022-09-27T16:40:39.3454603Z Collecting idna<4,>=2.5 2022-09-27T16:40:39.3605294Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T16:40:39.3696570Z ---------------------------------------- 61.5/61.5 kB ? eta 0:00:00 2022-09-27T16:40:39.4272868Z Collecting urllib3<1.27,>=1.21.1 2022-09-27T16:40:39.4348854Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T16:40:39.5358143Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-09-27T16:40:40.4342378Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-09-27T16:40:40.5231828Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-00b0f2213fd2b324c 2022-09-27T16:40:43.8448679Z + GHA_WORKFLOW_JOB_ID=8576518424 2022-09-27T16:40:43.8449560Z + echo '::set-output name=job-id::8576518424' 2022-09-27T16:40:44.5850844Z Command completed after 1 attempt(s). 2022-09-27T16:40:44.5851040Z 2022-09-27T16:40:44.6085799Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:40:44.6086085Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:40:44.6114283Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:40:44.6114550Z env: 2022-09-27T16:40:44.6114727Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:44.6114990Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:44.6115232Z MONITOR_SCRIPT_PID: 1013 2022-09-27T16:40:44.6115412Z ##[endgroup] 2022-09-27T16:40:44.6479731Z Prepare all required actions 2022-09-27T16:40:44.6480120Z Getting action download info 2022-09-27T16:40:44.8231940Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T16:40:45.5509666Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:40:45.8005031Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:40:45.8005259Z with: 2022-09-27T16:40:45.8005486Z file-suffix: test-default-2-2-windows.4xlarge_8576518424 2022-09-27T16:40:45.8005706Z env: 2022-09-27T16:40:45.8005873Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:45.8006129Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:45.8006350Z ##[endgroup] 2022-09-27T16:40:45.8140034Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:40:45.8140337Z # -ir => recursive include all files in pattern 2022-09-27T16:40:45.8140643Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-09-27T16:40:45.8162405Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:40:45.8162668Z env: 2022-09-27T16:40:45.8162842Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:45.8163096Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:45.8163399Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_8576518424 2022-09-27T16:40:45.8163610Z ##[endgroup] 2022-09-27T16:40:46.2022084Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:40:46.2822032Z Finished 2022-09-27T16:40:46.4562002Z 2022-09-27T16:40:46.4562500Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:40:46.4562699Z 2022-09-27T16:40:46.4562784Z Scanning the drive: 2022-09-27T16:40:46.4562984Z 5 files, 353337 bytes (346 KiB) 2022-09-27T16:40:46.4563343Z 2022-09-27T16:40:46.4563546Z Creating archive: test-jsons-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:46.4563761Z 2022-09-27T16:40:46.4563881Z Add new data to archive: 5 files, 353337 bytes (346 KiB) 2022-09-27T16:40:46.4564027Z 2022-09-27T16:40:46.4564032Z 2022-09-27T16:40:46.4564115Z Files read from disk: 5 2022-09-27T16:40:46.4564316Z Archive size: 38264 bytes (38 KiB) 2022-09-27T16:40:46.4564504Z Everything is Ok 2022-09-27T16:40:46.4896431Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:40:46.4896739Z # -ir => recursive include all files in pattern 2022-09-27T16:40:46.4897005Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' 2022-09-27T16:40:46.4921122Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:40:46.4921395Z env: 2022-09-27T16:40:46.4921561Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:46.4921819Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:46.4922142Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_8576518424 2022-09-27T16:40:46.4922373Z ##[endgroup] 2022-09-27T16:40:46.8473782Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:40:46.9279746Z Finished 2022-09-27T16:40:47.1690563Z 2022-09-27T16:40:47.1690940Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:40:47.1691133Z 2022-09-27T16:40:47.1691224Z Scanning the drive: 2022-09-27T16:40:47.1691411Z 296 files, 11983412 bytes (12 MiB) 2022-09-27T16:40:47.1691529Z 2022-09-27T16:40:47.1691721Z Creating archive: test-reports-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:47.1691938Z 2022-09-27T16:40:47.1692060Z Add new data to archive: 296 files, 11983412 bytes (12 MiB) 2022-09-27T16:40:47.1692208Z 2022-09-27T16:40:47.1692213Z 2022-09-27T16:40:47.1692298Z Files read from disk: 296 2022-09-27T16:40:47.1692507Z Archive size: 593758 bytes (580 KiB) 2022-09-27T16:40:47.1692704Z Everything is Ok 2022-09-27T16:40:47.2015041Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:40:47.2015354Z # -ir => recursive include all files in pattern 2022-09-27T16:40:47.2015613Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-09-27T16:40:47.2037464Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:40:47.2037732Z env: 2022-09-27T16:40:47.2037912Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:47.2038159Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:47.2038463Z FILE_SUFFIX: test-default-2-2-windows.4xlarge_8576518424 2022-09-27T16:40:47.2038689Z ##[endgroup] 2022-09-27T16:40:47.5516274Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:40:47.6321937Z Finished 2022-09-27T16:40:47.8350200Z 2022-09-27T16:40:47.8350629Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:40:47.8350850Z 2022-09-27T16:40:47.8350928Z Scanning the drive: 2022-09-27T16:40:47.8351146Z 1 file, 2369056 bytes (2314 KiB) 2022-09-27T16:40:47.8351253Z 2022-09-27T16:40:47.8351438Z Creating archive: usage-log-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:47.8351644Z 2022-09-27T16:40:47.8351761Z Add new data to archive: 1 file, 2369056 bytes (2314 KiB) 2022-09-27T16:40:47.8351906Z 2022-09-27T16:40:47.8351911Z 2022-09-27T16:40:47.8351994Z Files read from disk: 1 2022-09-27T16:40:47.8352189Z Archive size: 119070 bytes (117 KiB) 2022-09-27T16:40:47.8352385Z Everything is Ok 2022-09-27T16:40:47.8684046Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:40:47.8684262Z with: 2022-09-27T16:40:47.8684462Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:40:47.8684676Z retention-days: 14 2022-09-27T16:40:47.8684853Z if-no-files-found: warn 2022-09-27T16:40:47.8685150Z path: test-jsons-*.zip 2022-09-27T16:40:47.8685330Z name: artifact 2022-09-27T16:40:47.8685516Z s3-bucket: gha-artifacts 2022-09-27T16:40:47.8685702Z region: us-east-1 2022-09-27T16:40:47.8685847Z env: 2022-09-27T16:40:47.8686014Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:47.8686265Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:47.8686500Z ##[endgroup] 2022-09-27T16:40:48.6989410Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:40:48.6989753Z With the provided path, there will be 1 file uploaded 2022-09-27T16:40:48.6990017Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:40:48.7004506Z Starting upload of test-jsons-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:48.8642002Z Finished upload of test-jsons-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:48.8880280Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:40:48.8880500Z with: 2022-09-27T16:40:48.8880707Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:40:48.8880931Z retention-days: 14 2022-09-27T16:40:48.8881112Z if-no-files-found: error 2022-09-27T16:40:48.8881316Z path: test-reports-*.zip 2022-09-27T16:40:48.8881501Z name: artifact 2022-09-27T16:40:48.8881680Z s3-bucket: gha-artifacts 2022-09-27T16:40:48.8881863Z region: us-east-1 2022-09-27T16:40:48.8882009Z env: 2022-09-27T16:40:48.8882173Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:48.8882426Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:48.8882657Z ##[endgroup] 2022-09-27T16:40:49.2588911Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:40:49.2589244Z With the provided path, there will be 1 file uploaded 2022-09-27T16:40:49.2589518Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:40:49.2602994Z Starting upload of test-reports-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:49.4208383Z Finished upload of test-reports-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:49.4471893Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:40:49.4472115Z with: 2022-09-27T16:40:49.4472317Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:40:49.4472531Z retention-days: 14 2022-09-27T16:40:49.4472711Z if-no-files-found: ignore 2022-09-27T16:40:49.4472909Z path: usage-log-*.zip 2022-09-27T16:40:49.4473086Z name: artifact 2022-09-27T16:40:49.4473265Z s3-bucket: gha-artifacts 2022-09-27T16:40:49.4473449Z region: us-east-1 2022-09-27T16:40:49.4473596Z env: 2022-09-27T16:40:49.4473763Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:49.4474016Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:49.4474246Z ##[endgroup] 2022-09-27T16:40:49.8176811Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:40:49.8177193Z With the provided path, there will be 1 file uploaded 2022-09-27T16:40:49.8177459Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:40:49.8190973Z Starting upload of usage-log-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:49.9491334Z Finished upload of usage-log-test-default-2-2-windows.4xlarge_8576518424.zip 2022-09-27T16:40:49.9755612Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T16:40:49.9755917Z .github/scripts/parse_ref.py 2022-09-27T16:40:49.9806604Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:40:49.9806873Z env: 2022-09-27T16:40:49.9807037Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:49.9807296Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:49.9807525Z ##[endgroup] 2022-09-27T16:40:50.3479854Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:40:50.4269449Z Finished 2022-09-27T16:40:50.6783940Z ##[group]Run set -x 2022-09-27T16:40:50.6784202Z set -x 2022-09-27T16:40:50.6784540Z python3 -m pip install -r requirements.txt 2022-09-27T16:40:50.6784793Z python3 -m pip install boto3==1.19.12 2022-09-27T16:40:50.6785077Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:40:50.6812767Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:40:50.6813037Z env: 2022-09-27T16:40:50.6813205Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:40:50.6813462Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:40:50.6813717Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:40:50.6813899Z BRANCH: 2022-09-27T16:40:50.6814070Z TEST_CONFIG: default 2022-09-27T16:40:50.6814231Z SHARD_NUMBER: 2 2022-09-27T16:40:50.6814430Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-09-27T16:40:50.6814632Z PR_NUMBER: 85462 2022-09-27T16:40:50.6814858Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:40:50.6815063Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:40:50.6815278Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:40:50.6815516Z TAG: 2022-09-27T16:40:50.6815676Z WORKFLOW_ID: 3133193930 2022-09-27T16:40:50.6816002Z GITHUB_TOKEN: *** 2022-09-27T16:40:50.6816214Z GHA_WORKFLOW_JOB_ID: 8576518424 2022-09-27T16:40:50.6816397Z ##[endgroup] 2022-09-27T16:40:50.7019986Z + python3 -m pip install -r requirements.txt 2022-09-27T16:40:51.2704707Z Collecting astunparse 2022-09-27T16:40:51.2790375Z Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-09-27T16:40:51.3010788Z Collecting expecttest 2022-09-27T16:40:51.3077215Z Using cached expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-09-27T16:40:51.3335155Z Collecting future 2022-09-27T16:40:51.3426855Z Using cached future-0.18.2.tar.gz (829 kB) 2022-09-27T16:40:51.7251746Z Preparing metadata (setup.py): started 2022-09-27T16:40:52.4482351Z Preparing metadata (setup.py): finished with status 'done' 2022-09-27T16:40:52.8683404Z Collecting hypothesis 2022-09-27T16:40:53.0041287Z Downloading hypothesis-6.54.6-py3-none-any.whl (390 kB) 2022-09-27T16:40:53.0559489Z -------------------------------------- 390.5/390.5 kB 8.1 MB/s eta 0:00:00 2022-09-27T16:40:53.2224405Z Collecting numpy 2022-09-27T16:40:53.2281650Z Downloading numpy-1.23.3-cp310-cp310-win_amd64.whl (14.6 MB) 2022-09-27T16:40:53.4899726Z --------------------------------------- 14.6/14.6 MB 46.9 MB/s eta 0:00:00 2022-09-27T16:40:53.5435135Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:40:53.5803037Z Collecting pyyaml 2022-09-27T16:40:53.5968387Z Using cached PyYAML-6.0-cp310-cp310-win_amd64.whl (151 kB) 2022-09-27T16:40:53.6062862Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:40:53.6066533Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 10)) (63.2.0) 2022-09-27T16:40:53.6254936Z Collecting six 2022-09-27T16:40:53.6325848Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-27T16:40:53.6551891Z Collecting types-dataclasses 2022-09-27T16:40:53.6618393Z Using cached types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T16:40:53.6884285Z Collecting typing_extensions 2022-09-27T16:40:53.6953375Z Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-09-27T16:40:53.7276235Z Collecting sympy 2022-09-27T16:40:53.7529962Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-09-27T16:40:53.8370760Z Collecting wheel<1.0,>=0.23.0 2022-09-27T16:40:53.8442866Z Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-27T16:40:53.9054000Z Collecting exceptiongroup>=1.0.0rc8 2022-09-27T16:40:53.9135630Z Using cached exceptiongroup-1.0.0rc9-py3-none-any.whl (12 kB) 2022-09-27T16:40:53.9428301Z Collecting attrs>=19.2.0 2022-09-27T16:40:53.9499146Z Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-09-27T16:40:53.9924281Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-09-27T16:40:54.0009979Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-09-27T16:40:54.0361286Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:40:54.0368046Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:40:54.0381150Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:40:54.0393939Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:40:54.0760849Z Collecting mpmath>=0.19 2022-09-27T16:40:54.0858657Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-09-27T16:40:54.2434853Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-09-27T16:40:54.3309867Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, future, expecttest, exceptiongroup, attrs, hypothesis, astunparse 2022-09-27T16:41:24.8012384Z Running setup.py install for future: started 2022-09-27T16:41:28.5718669Z Running setup.py install for future: finished with status 'done' 2022-09-27T16:41:30.1379046Z Successfully installed astunparse-1.6.3 attrs-22.1.0 exceptiongroup-1.0.0rc9 expecttest-0.1.3 future-0.18.2 hypothesis-6.54.6 mpmath-1.2.1 numpy-1.23.3 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.3.0 wheel-0.37.1 2022-09-27T16:41:30.3620822Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:41:31.2165900Z Collecting boto3==1.19.12 2022-09-27T16:41:31.2242880Z Using cached boto3-1.19.12-py3-none-any.whl (131 kB) 2022-09-27T16:41:31.2577412Z Collecting jmespath<1.0.0,>=0.7.1 2022-09-27T16:41:31.2648737Z Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-09-27T16:41:31.2922189Z Collecting s3transfer<0.6.0,>=0.5.0 2022-09-27T16:41:31.3022617Z Using cached s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-09-27T16:41:31.7305748Z Collecting botocore<1.23.0,>=1.22.12 2022-09-27T16:41:31.7597307Z Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-09-27T16:41:31.8829488Z Collecting python-dateutil<3.0.0,>=2.1 2022-09-27T16:41:31.8910640Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-09-27T16:41:31.9014862Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:41:32.0732246Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.10.7\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-09-27T16:41:32.3145312Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-09-27T16:41:36.6493982Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-09-27T16:41:36.7635573Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:42:06.3236471Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:42:06.3238634Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "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/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-09-27T16:42:06.3239892Z 2022-09-27T16:42:06.3240119Z ----- Historic stats comparison result ------ 2022-09-27T16:42:06.3240345Z 2022-09-27T16:42:06.3240454Z job: win-vs2019-cpu-py3 2022-09-27T16:42:06.3240811Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:42:06.3241043Z 2022-09-27T16:42:06.3241279Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:42:06.3241476Z 2022-09-27T16:42:06.3243937Z : (master) 2022-09-27T16:42:06.3244221Z | 2022-09-27T16:42:06.3244469Z | * 52424e2bf3 (HEAD) total time 4945.95s 2022-09-27T16:42:06.3244674Z | | 2022-09-27T16:42:06.3244838Z | : (4 commits) 2022-09-27T16:42:06.3245005Z |/ 2022-09-27T16:42:06.3246215Z * c7c2578f93 (base) 3 reports, total time 4196.44s � 874.10s 2022-09-27T16:42:06.3246536Z * 99ad8a3048 3 reports, total time 4128.93s � 942.22s 2022-09-27T16:42:06.3246812Z * 34296e2f4c 3 reports, total time 4177.36s � 1079.30s 2022-09-27T16:42:06.3247092Z * 4523ac7aa1 3 reports, total time 4161.15s � 996.44s 2022-09-27T16:42:06.3247440Z * f21e77d9a6 3 reports, total time 4156.43s � 1059.47s 2022-09-27T16:42:06.3247709Z * 26a861cb27 3 reports, total time 4100.52s � 1004.98s 2022-09-27T16:42:06.3247957Z * 56a41b5998 3 reports, total time 4124.25s � 967.94s 2022-09-27T16:42:06.3248215Z * 1910c5847e 3 reports, total time 4106.53s � 1002.68s 2022-09-27T16:42:06.3248486Z * caa0ab557d 3 reports, total time 4198.84s � 1015.21s 2022-09-27T16:42:06.3248720Z * 0336308be5 0 reports 2022-09-27T16:42:06.3248900Z | 2022-09-27T16:42:06.3249053Z : 2022-09-27T16:42:06.3249129Z 2022-09-27T16:42:06.3249260Z Removed (across 426 suites) 0 tests, totaling 0.00s 2022-09-27T16:42:06.3249537Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:42:06.3249813Z Added (across 295 suites) 55477 tests, totaling +4945.95s 2022-09-27T16:42:06.4550000Z Prepare all required actions 2022-09-27T16:42:06.4582363Z ##[group]Run ./.github/actions/teardown-win 2022-09-27T16:42:06.4582587Z with: 2022-09-27T16:42:06.4582749Z env: 2022-09-27T16:42:06.4582928Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:42:06.4583188Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:42:06.4583433Z ##[endgroup] 2022-09-27T16:42:06.4689517Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-09-27T16:42:06.4689794Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-09-27T16:42:06.4711806Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:42:06.4712085Z env: 2022-09-27T16:42:06.4712270Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:42:06.4712520Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:42:06.4712766Z ##[endgroup] 2022-09-27T16:42:06.8472618Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:42:06.9270795Z Finished 2022-09-27T16:42:07.2355492Z Holding runner until all ssh sessions have logged out 2022-09-27T16:42:07.2679549Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-09-27T16:42:07.2679872Z .github\scripts\kill_active_ssh_sessions.ps1 2022-09-27T16:42:07.2702411Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:42:07.2702715Z env: 2022-09-27T16:42:07.2702910Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:42:07.2703178Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:42:07.2703423Z ##[endgroup] 2022-09-27T16:42:07.6255388Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:42:07.7058260Z Finished 2022-09-27T16:42:07.7656818Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-09-27T16:42:07.7657143Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-09-27T16:42:07.7657367Z rm -rf ./* 2022-09-27T16:42:07.7683994Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:42:07.7684271Z env: 2022-09-27T16:42:07.7684438Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:42:07.7684713Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:42:07.7684960Z EXTRA_DELETE_DIR: 2022-09-27T16:42:07.7685142Z ##[endgroup] 2022-09-27T16:42:23.6753606Z Post job cleanup. 2022-09-27T16:42:23.6906881Z Post job cleanup. 2022-09-27T16:42:24.0589349Z Cache hit occurred on the primary key setup-python-Windows-python-3.10.7-pip-48add261c4f172cdb6d82f0530dcb9bdc7b72fa1aed86e243bf3832a23e32c1d, not saving cache. 2022-09-27T16:42:24.0853871Z Post job cleanup. 2022-09-27T16:42:24.1025759Z Post job cleanup. 2022-09-27T16:42:24.4897750Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-09-27T16:42:24.5081148Z git version 2.37.3.windows.1 2022-09-27T16:42:24.5134391Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\3f59b2aa-61fb-4730-a0ab-6e97e3e2ee33\.gitconfig' 2022-09-27T16:42:24.5154610Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3f59b2aa-61fb-4730-a0ab-6e97e3e2ee33' before making global git config changes 2022-09-27T16:42:24.5155096Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:42:24.5164999Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-09-27T16:42:24.5400280Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:42:24.5622562Z [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-09-27T16:42:24.9460553Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:42:24.9644390Z http.https://github.com/.extraheader 2022-09-27T16:42:24.9683384Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:42:24.9924017Z [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-09-27T16:42:25.4030026Z Cleaning up orphan processes 2022-09-27T16:42:25.5571337Z Terminate orphan process: pid (2516) (mspdbsrv)